remove file systemd-sysv-install conflicting with systemd [release 1.14-2mamba;Fri Nov 27 2020]
This commit is contained in:
parent
984b4a2881
commit
36fdef3a3d
@ -1,20 +1,23 @@
|
|||||||
Name: chkconfig
|
Name: chkconfig
|
||||||
Version: 1.3.59
|
Version: 1.14
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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: http://download.fedora.redhat.com
|
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
|
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: libsepol-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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).
|
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.
|
Unless you specify a runlevel or runlevels on the command line, ntsysv configures the current runlevel.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -46,6 +51,8 @@ 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
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -68,6 +75,12 @@ Unless you specify a runlevel or runlevels on the command line, ntsysv configure
|
|||||||
%{_mandir}/man8/ntsysv.*
|
%{_mandir}/man8/ntsysv.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.59-1mamba
|
||||||
- update to 1.3.59
|
- update to 1.3.59
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user