From d696490d9e5927c5727b4bb524fdc4f82e1fa808 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Fri, 11 Jun 2021 09:59:00 +0200 Subject: [PATCH] Drop compat package Resolves: #1959366 --- dhcp.spec | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 2b15a2e..47835eb 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -15,7 +15,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.4.2 -Release: 10.b1%{?dist} +Release: 11.b1%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # dcantrell maintaining the package) made incorrect use of the epoch and @@ -128,18 +128,6 @@ easier to administer a large network. This package provides the ISC DHCP relay agent. -%package compat -Summary: Utility package to help transition -Provides: dhcp = %{epoch}:%{version}-%{release} -Obsoletes: dhcp < %{epoch}:%{version}-%{release} -Requires: %{name}-server = %{epoch}:%{version}-%{release} -Requires: %{name}-relay = %{epoch}:%{version}-%{release} - -%description compat -This package only exists to help transition dhcp users to the new -package split (dhcp -> dhcp & dhcrelay). -It will be removed after one distribution release cycle, please -do not reference it or depend on it in any way. %package client Summary: Provides the ISC DHCP client daemon and dhclient-script @@ -483,8 +471,6 @@ done %attr(0644,root,root) %{_unitdir}/dhcrelay.service %attr(0644,root,root) %{_mandir}/man8/dhcrelay.8.gz -%files compat - %files client %doc README.dhclient.d %doc client/dhclient.conf.example client/dhclient6.conf.example client/dhclient-enter-hooks @@ -526,6 +512,9 @@ done %endif %changelog +* Fri Jun 11 2021 Pavel Zhukov - 12:4.4.2-11.b1 +- Drop compat package finally + * Thu Apr 15 2021 Mohan Boddu - 12:4.4.2-10.b1 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937