public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kde-settings] epel10: Handle correct xdg-user-dirs versioned dependency for EL10
Date: Fri, 21 Aug 2026 03:32:25 GMT [thread overview]
Message-ID: <178728314582.1.15306187516183448062.rpms-kde-settings-ccbca40b88aa@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/kde-settings
Branch : epel10
Commit : ccbca40b88aa8b11e93b08dab465f1ce0f26a914
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-02-19T20:59:08-05:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/kde-settings/c/ccbca40b88aa8b11e93b08dab465f1ce0f26a914?branch=epel10
Log:
Handle correct xdg-user-dirs versioned dependency for EL10
---
diff --git a/kde-settings.spec b/kde-settings.spec
index 03a9346..acb28c9 100644
--- a/kde-settings.spec
+++ b/kde-settings.spec
@@ -7,7 +7,7 @@
Summary: Config files for KDE
Name: kde-settings
Version: 43.101
-Release: 4%{?dist}
+Release: 5%{?dist}
License: MIT
URL: https://pagure.io/fedora-kde/kde-settings
@@ -30,7 +30,11 @@ Obsoletes: kde-settings-ksplash < 24-2
Obsoletes: kde-settings-minimal < 24-3
Requires: kde-filesystem
+%if 0%{?el10}
+Requires: xdg-user-dirs >= 0.18-7
+%else
Requires: xdg-user-dirs >= 0.18-9
+%endif
## add breeze deps here? probably, need more too -- rex
Requires: breeze-icon-theme
# Baseline mimeapps associations, e.g. LibreOffice
@@ -225,6 +229,9 @@ test -e %{_datadir}/wallpapers/Default || ls -l %{_datadir}/wallpapers
%changelog
+* Fri Feb 20 2026 Neal Gompa <ngompa@fedoraproject.org> - 43.101-5
+- Handle correct xdg-user-dirs versioned dependency for EL10
+
* Wed Feb 18 2026 Neal Gompa <ngompa@fedoraproject.org> - 43.101-4
- Add backgrounds dep on plasmalogin subpackage
reply other threads:[~2026-08-21 3:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178728314582.1.15306187516183448062.rpms-kde-settings-ccbca40b88aa@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox