From 36fdef3a3d486fa8085097122c5721e3dade0101 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:12:40 +0100 Subject: [PATCH] remove file systemd-sysv-install conflicting with systemd [release 1.14-2mamba;Fri Nov 27 2020] --- chkconfig.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index 4f28434..e672dd0 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -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 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 1.14-2mamba +- remove file systemd-sysv-install conflicting with systemd + +* Thu Nov 26 2020 Silvan Calarco 1.14-1mamba +- update to 1.14 + * Fri Aug 03 2012 Silvan Calarco 1.3.59-1mamba - update to 1.3.59