From 007cc9b61fdd8ecac09d19603f6d0665b65a0d35 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:34:55 +0100 Subject: [PATCH] restore the installation of custom initscript with chkconfig support [release 2.9.9-2mamba;Tue Jul 23 2019] --- fuse.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fuse.spec b/fuse.spec index 721d62e..58bcf40 100644 --- a/fuse.spec +++ b/fuse.spec @@ -2,7 +2,7 @@ %define gitver %(echo %version | tr . _) Name: fuse Version: 2.9.9 -Release: 1mamba +Release: 2mamba Summary: File System in Userspace (FUSE) utilities Group: System/Tools Vendor: openmamba @@ -73,8 +73,8 @@ sh ./makeconf.sh # change permission to allow stripping chmod 0755 %{buildroot}/bin/%{name}rmount -#install -D -m 755 %{S:1} \ -# %{buildroot}%{_initrddir}/%{name} +install -D -m 755 %{S:1} \ + %{buildroot}%{_initrddir}/%{name} # create compatibility symlinks install -d %{buildroot}%{_bindir} @@ -146,6 +146,9 @@ fi %doc ChangeLog NEWS README.NFS %changelog +* Tue Jul 23 2019 Silvan Calarco 2.9.9-2mamba +- restore the installation of custom initscript with chkconfig support + * Mon Jul 22 2019 Silvan Calarco 2.9.9-1mamba - update to 2.9.9