update to 1.19 [release 1.19-1mamba;Sun Jul 25 2021]
This commit is contained in:
parent
7b576317a8
commit
7fa3047f28
@ -1,26 +1,25 @@
|
|||||||
Name: chkconfig
|
Name: chkconfig
|
||||||
Version: 1.15
|
Version: 1.19
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
Summary: A system tool for maintaining the /etc/rc*.d hierarchy
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://github.com/fedora-sysv/chkconfig.git/%{version}/chkconfig-%{version}.tar.bz2
|
||||||
Patch: %{name}-1.3.33-lang_it.patch
|
Patch: %{name}-1.3.33-lang_it.patch
|
||||||
Patch1: %{name}-1.3.34-alternatives_fixlinks.patch
|
Patch1: %{name}-1.3.34-alternatives_fixlinks.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libnewt-devel
|
BuildRequires: libnewt-devel
|
||||||
BuildRequires: libpopt-devel
|
BuildRequires: libpopt-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsepol-devel
|
BuildRequires: libsepol-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Provides: /sbin/chkconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Chkconfig is a basic system utility.
|
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}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall MANDIR=%{_mandir} SBINDIR=%{_sbindir}
|
%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}
|
%find_lang %{name}
|
||||||
|
|
||||||
@ -60,7 +59,7 @@ rm -f %{buildroot}/lib/systemd/systemd-sysv-install
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/chkconfig
|
%{_sbindir}/chkconfig
|
||||||
%{_sbindir}/alternatives
|
%{_sbindir}/alternatives
|
||||||
%{_sbindir}/update-alternatives
|
%{_sbindir}/update-alternatives
|
||||||
%{_sbindir}/ntsysv
|
%{_sbindir}/ntsysv
|
||||||
@ -75,6 +74,9 @@ rm -f %{buildroot}/lib/systemd/systemd-sysv-install
|
|||||||
%{_mandir}/man8/ntsysv.*
|
%{_mandir}/man8/ntsysv.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user