Remove systemd-compat-libs on upgrade
This commit is contained in:
parent
8f6ec2ee91
commit
b3d8d37d58
@ -13,7 +13,7 @@
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 230
|
||||
Release: 1%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||
Release: 2%{?gitcommit:.git%{gitcommitshort}}%{?dist}
|
||||
# For a breakdown of the licensing, see README
|
||||
License: LGPLv2+ and MIT and GPLv2+
|
||||
Summary: A System and Service Manager
|
||||
@ -134,6 +134,7 @@ License: LGPLv2+ and MIT
|
||||
Obsoletes: libudev < 183
|
||||
Obsoletes: systemd < 185-4
|
||||
Conflicts: systemd < 185-4
|
||||
Obsoletes: systemd-compat-libs < 230
|
||||
|
||||
%description libs
|
||||
Libraries for systemd and udev.
|
||||
@ -959,7 +960,10 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
||||
%{_mandir}/man[1578]/systemd-nspawn.*
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
|
||||
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-2
|
||||
- Remove systemd-compat-libs on upgrade
|
||||
|
||||
* Sat May 21 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@bupkis> - 230-1
|
||||
- New version
|
||||
- Drop compat-libs
|
||||
- Require libxkbcommon explictly, since the automatic dependency will
|
||||
|
Loading…
Reference in New Issue
Block a user