public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kde-settings] f44: Handle correct xdg-user-dirs versioned dependency for EL10
@ 2026-08-19 22:27 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-08-19 22:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kde-settings
Branch : f44
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=f44

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-19 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-19 22:27 [rpms/kde-settings] f44: Handle correct xdg-user-dirs versioned dependency for EL10 Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox