remove file systemd-sysv-install conflicting with systemd [release 1.14-2mamba;Fri Nov 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 21:12:40 +01:00
parent 984b4a2881
commit 36fdef3a3d

View File

@ -1,20 +1,23 @@
Name: chkconfig
Version: 1.3.59
Release: 1mamba
Version: 1.14
Release: 2mamba
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: http://download.fedora.redhat.com
Source: http://pkgs.fedoraproject.org/repo/pkgs/chkconfig/chkconfig-%{version}.tar.bz2/b2fe3a26aa0fbe89a1dae69805156b57/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
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
@ -33,6 +36,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Ntsysv provides a simple interface for setting which system services are started or stopped in various runlevels (instead of directly manipulating the numerous symbolic links in /etc/rc.d).
Unless you specify a runlevel or runlevels on the command line, ntsysv configures the current runlevel.
%debug_package
%prep
%setup -q
@ -46,6 +51,8 @@ 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
%find_lang %{name}
%clean
@ -68,6 +75,12 @@ Unless you specify a runlevel or runlevels on the command line, ntsysv configure
%{_mandir}/man8/ntsysv.*
%changelog
* Fri Nov 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-2mamba
- remove file systemd-sysv-install conflicting with systemd
* Thu Nov 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
- update to 1.14
* Fri Aug 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.59-1mamba
- update to 1.3.59