From 283060e2e505c168b709c8e9313146c3b065b7a0 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Wed, 25 Dec 2019 21:16:22 +0800 Subject: [PATCH] Add obsoletes of ntsysv --- chkconfig.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index 616d4fd..b96b9da 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Name: chkconfig Version: 1.10 -Release: 7 +Release: 8 Summary: chkconfig updates and queries runlevel information for system services License: GPLv2 URL: https://github.com/fedora-sysv/chkconfig @@ -14,7 +14,8 @@ Patch6005: Remove-mistakenly-added-text.patch BuildRequires: gcc newt-devel gettext popt-devel libselinux-devel Conflicts: initscripts <= 5.30-1 -Provides: ntsysv +Provides: ntsysv = %{version}-%{release} +Obsoletes: ntsysv < %{version}-%{release} %description chkconfig provides a simple command-line tool for maintaining @@ -62,5 +63,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/chkconfig.d %{_mandir}/man8/* %changelog +* Tue Dec 24 2019 openEuler Buildteam - 1.10-8 +- Add obsoletes of ntsysv + * Fri Aug 30 2019 openEuler Buildteam - 1.10-7 - Package Init