add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
This commit is contained in:
parent
b0cc7b6cad
commit
58171789a7
@ -3,7 +3,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 185
|
Version: 185
|
||||||
Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 7%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||||
# For a breakdown of the licensing, see README
|
# For a breakdown of the licensing, see README
|
||||||
License: LGPLv2+ and MIT and GPLv2+
|
License: LGPLv2+ and MIT and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -75,6 +75,8 @@ Provides: udev = %{version}
|
|||||||
Obsoletes: udev < 183
|
Obsoletes: udev < 183
|
||||||
Conflicts: dracut < 019
|
Conflicts: dracut < 019
|
||||||
Conflicts: plymouth < 0.8.5.1
|
Conflicts: plymouth < 0.8.5.1
|
||||||
|
Obsoletes: systemd < 185-4
|
||||||
|
Conflicts: systemd < 185-4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
systemd is a system and service manager for Linux, compatible with
|
systemd is a system and service manager for Linux, compatible with
|
||||||
@ -90,6 +92,8 @@ work as a drop-in replacement for sysvinit.
|
|||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Summary: systemd libraries
|
Summary: systemd libraries
|
||||||
License: LGPLv2+ and MIT
|
License: LGPLv2+ and MIT
|
||||||
|
Obsoletes: systemd < 185-4
|
||||||
|
Conflicts: systemd < 185-4
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
Libraries for systemd and udev. systemd PAM module.
|
Libraries for systemd and udev. systemd PAM module.
|
||||||
@ -484,6 +488,9 @@ mv /etc/systemd/system/default.target.save /etc/systemd/system/default.target >/
|
|||||||
%attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
|
%attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
|
||||||
|
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
|
||||||
|
|
||||||
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
|
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
|
||||||
- Update to current git
|
- Update to current git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user