Allow uninstallation of dhcp-compat
Resolves: rhbz#2002163
This commit is contained in:
parent
2d23651b7b
commit
da1223a729
@ -15,7 +15,7 @@
|
|||||||
Summary: Dynamic host configuration protocol software
|
Summary: Dynamic host configuration protocol software
|
||||||
Name: dhcp
|
Name: dhcp
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
Release: 15.b1%{?dist}
|
Release: 16.b1%{?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
|
||||||
@ -95,6 +95,7 @@ DHCP (Dynamic Host Configuration Protocol)
|
|||||||
%package server
|
%package server
|
||||||
Summary: Provides the ISC DHCP server
|
Summary: Provides the ISC DHCP server
|
||||||
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
||||||
|
Obsoletes: %{name}-compat < 12:4.4.2-12.b1
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
Requires(post): coreutils grep sed
|
Requires(post): coreutils grep sed
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -113,6 +114,7 @@ This package provides the ISC DHCP server.
|
|||||||
%package relay
|
%package relay
|
||||||
Summary: Provides the ISC DHCP relay agent
|
Summary: Provides the ISC DHCP relay agent
|
||||||
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
Requires: %{name}-common = %{epoch}:%{version}-%{release}
|
||||||
|
Obsoletes: %{name}-compat < 12:4.4.2-12.b1
|
||||||
Requires(post): grep sed
|
Requires(post): grep sed
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -511,6 +513,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 08 2021 Petr Menšík <pemensik@redhat.com> - 12:4.4.2-16.b1
|
||||||
|
- Allow uninstallation of dhcp-compat package (#2002163)
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12:4.4.2-15.b1
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12:4.4.2-15.b1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user