Explicit Requires on cups-libs (bug #705037).

This commit is contained in:
Jiri Popelka 2011-05-16 17:16:16 +02:00
parent 931db1171c
commit 040a0f11d1

View File

@ -16,7 +16,7 @@
Summary: Dynamic host configuration protocol software Summary: Dynamic host configuration protocol software
Name: dhcp Name: dhcp
Version: 4.2.1 Version: 4.2.1
Release: 8.%{patchver}%{?dist} Release: 9.%{patchver}%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and # dcantrell maintaining the package) made incorrect use of the epoch and
# that's why it is at 12 now. It should have never been used, but it was. # that's why it is at 12 now. It should have never been used, but it was.
@ -79,6 +79,7 @@ BuildRequires: libcap-ng-devel
BuildRequires: bind-lite-devel BuildRequires: bind-lite-devel
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires(post): chkconfig Requires(post): chkconfig
Requires(post): coreutils Requires(post): coreutils
Requires(post): systemd-units Requires(post): systemd-units
@ -112,10 +113,11 @@ and on clients run a DHCP client daemon. The dhcp package provides
the ISC DHCP service and relay agent. the ISC DHCP service and relay agent.
%package -n dhclient %package -n dhclient
Summary: Provides the dhclient ISC DHCP client daemon and dhclient-script Summary: Provides the ISC DHCP client daemon and dhclient-script
Group: System Environment/Base Group: System Environment/Base
Requires: initscripts Requires: initscripts
Requires: %{name}-common = %{epoch}:%{version}-%{release} Requires: %{name}-common = %{epoch}:%{version}-%{release}
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
Requires(post): coreutils Requires(post): coreutils
Requires(post): grep Requires(post): grep
Obsoletes: dhcpcd <= 1.3.22pl1-7 Obsoletes: dhcpcd <= 1.3.22pl1-7
@ -141,6 +143,7 @@ provides the ISC DHCP client daemon.
%package common %package common
Summary: Common files used by ISC dhcp client and server Summary: Common files used by ISC dhcp client and server
Group: System Environment/Base Group: System Environment/Base
Requires: %{name}-libs = %{epoch}:%{version}-%{release}
%description common %description common
DHCP (Dynamic Host Configuration Protocol) is a protocol which allows DHCP (Dynamic Host Configuration Protocol) is a protocol which allows
@ -647,6 +650,11 @@ fi
%{_initddir}/dhcrelay %{_initddir}/dhcrelay
%changelog %changelog
* Mon May 16 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-9.P1
- Packages dhcp/dhclient/dhcp-common explicitly require the libs sub-package
with the same version and release (bug #705037).
- Fix triggerun scriptlet
* Mon May 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-8.P1 * Mon May 09 2011 Jiri Popelka <jpopelka@redhat.com> - 12:4.2.1-8.P1
- Fix 11-dhclient to export variables (#702735) - Fix 11-dhclient to export variables (#702735)