systemd-devel should require systemd-libs
This commit is contained in:
parent
d9b91fa93b
commit
9e71abc2c9
@ -16,7 +16,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 220
|
Version: 220
|
||||||
Release: 3%{?gitcommit:.git%{gitcommit}}%{?dist}
|
Release: 4%{?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+
|
||||||
Summary: A System and Service Manager
|
Summary: A System and Service Manager
|
||||||
@ -169,7 +169,7 @@ package, you need to update your link options and build.
|
|||||||
Summary: Development headers for systemd
|
Summary: Development headers for systemd
|
||||||
License: LGPLv2+ and MIT
|
License: LGPLv2+ and MIT
|
||||||
# We need both libsystemd and libsystemd-<compat> libraries
|
# We need both libsystemd and libsystemd-<compat> libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-compat-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-compat-libs%{?_isa} = %{version}-%{release}
|
||||||
Provides: libudev-devel = %{version}
|
Provides: libudev-devel = %{version}
|
||||||
Obsoletes: libudev-devel < 183
|
Obsoletes: libudev-devel < 183
|
||||||
@ -851,6 +851,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
|||||||
/usr/lib/firewalld/services/*
|
/usr/lib/firewalld/services/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 30 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 220-4
|
||||||
|
- systemd-devel should require systemd-libs, not the main package (#1226301)
|
||||||
|
|
||||||
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
|
* Thu May 28 2015 Richard W.M. Jones <rjones@redhat.com> - 220-3
|
||||||
- Add patch to fix udev --daemon not cleaning child processes
|
- Add patch to fix udev --daemon not cleaning child processes
|
||||||
(upstream commit 86c3bece38bcf5).
|
(upstream commit 86c3bece38bcf5).
|
||||||
|
Loading…
Reference in New Issue
Block a user