From 7fa3047f28d380eef406526249ce7eedb7db64fd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:12:41 +0100 Subject: [PATCH] update to 1.19 [release 1.19-1mamba;Sun Jul 25 2021] --- chkconfig.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index 757cfd9..14bd442 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,26 +1,25 @@ Name: chkconfig -Version: 1.15 +Version: 1.19 Release: 1mamba Summary: A system tool for maintaining the /etc/rc*.d hierarchy Group: System/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://download.fedora.redhat.com +URL: https://github.com/fedora-sysv/chkconfig Source: https://github.com/fedora-sysv/chkconfig.git/%{version}/chkconfig-%{version}.tar.bz2 Patch: %{name}-1.3.33-lang_it.patch Patch1: %{name}-1.3.34-alternatives_fixlinks.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libnewt-devel BuildRequires: libpopt-devel BuildRequires: libselinux-devel BuildRequires: libsepol-devel ## AUTOBUILDREQ-END BuildRequires: gettext-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root +Provides: /sbin/chkconfig %description Chkconfig is a basic system utility. @@ -51,7 +50,7 @@ Unless you specify a runlevel or runlevels on the command line, ntsysv configure [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall MANDIR=%{_mandir} SBINDIR=%{_sbindir} -rm -f %{buildroot}/lib/systemd/systemd-sysv-install +rm -f %{buildroot}/usr/lib/systemd/systemd-sysv-install %find_lang %{name} @@ -60,7 +59,7 @@ rm -f %{buildroot}/lib/systemd/systemd-sysv-install %files -f %{name}.lang %defattr(-,root,root) -/sbin/chkconfig +%{_sbindir}/chkconfig %{_sbindir}/alternatives %{_sbindir}/update-alternatives %{_sbindir}/ntsysv @@ -75,6 +74,9 @@ rm -f %{buildroot}/lib/systemd/systemd-sysv-install %{_mandir}/man8/ntsysv.* %changelog +* Sun Jul 25 2021 Silvan Calarco 1.19-1mamba +- update to 1.19 + * Thu Feb 04 2021 Automatic Build System 1.15-1mamba - automatic version update by autodist