-libs: add versioned Conflicts to force main package to get upgraded alongside

* Sun Oct 26 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> - 5.3.0-3
- -libs: add versioned Conflicts to force main package to get upgraded alongside
epel9
Kevin Kofler 10 years ago
parent 146e736ff5
commit ee0e62e72a

@ -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@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@redhat.com> - 5.3.0-2
- Move libKF5Style.so into -libs subpkg to simplify dependency chain for themes (RHBZ#1156687)

Loading…
Cancel
Save