update to 1.19 [release 1.19-1mamba;Sun Jul 25 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 21:12:41 +01:00
parent 7b576317a8
commit 7fa3047f28

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 1.19-1mamba
- update to 1.19
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
- automatic version update by autodist