[kf5-frameworkintegration] -libs: add versioned Conflicts to force main package to get upgraded alongside

Kevin Kofler kkofler at fedoraproject.org
Sun Oct 26 18:58:55 UTC 2014


commit ee0e62e72aea1b6984dde17e37b75341a593d012
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sun Oct 26 19:58:44 2014 +0100

    -libs: add versioned Conflicts to force main package to get upgraded alongside
    
    * Sun Oct 26 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-3
    - -libs: add versioned Conflicts to force main package to get upgraded alongside

 kf5-frameworkintegration.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec
index fee70a5..adafbb1 100644
--- a/kf5-frameworkintegration.spec
+++ b/kf5-frameworkintegration.spec
@@ -3,7 +3,7 @@
 
 Name:           kf5-%{framework}
 Version:        5.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
 License:        LGPLv2+
 URL:            http://www.kde.org
@@ -42,6 +42,8 @@ Applications do not need to link to this directly.
 
 %package        libs
 Summary:        Runtime libraries for %{name}.
+# last version of the main package before the split
+Conflicts:      %{name} < 5.3.0-2
 %description    libs
 %{summary}.
 
@@ -99,6 +101,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %changelog
+* Sun Oct 26 2014 Kevin Kofler <Kevin at tigcc.ticalc.org> - 5.3.0-3
+- -libs: add versioned Conflicts to force main package to get upgraded alongside
+
 * Sun Oct 26 2014 Daniel Vrátil <dvratil at redhat.com> - 5.3.0-2
 - Move libKF5Style.so into -libs subpkg to simplify dependency chain for themes (RHBZ#1156687)
 


More information about the scm-commits mailing list