restore the installation of custom initscript with chkconfig support [release 2.9.9-2mamba;Tue Jul 23 2019]
This commit is contained in:
parent
17f7ed92c0
commit
007cc9b61f
@ -2,7 +2,7 @@
|
|||||||
%define gitver %(echo %version | tr . _)
|
%define gitver %(echo %version | tr . _)
|
||||||
Name: fuse
|
Name: fuse
|
||||||
Version: 2.9.9
|
Version: 2.9.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: File System in Userspace (FUSE) utilities
|
Summary: File System in Userspace (FUSE) utilities
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -73,8 +73,8 @@ sh ./makeconf.sh
|
|||||||
# change permission to allow stripping
|
# change permission to allow stripping
|
||||||
chmod 0755 %{buildroot}/bin/%{name}rmount
|
chmod 0755 %{buildroot}/bin/%{name}rmount
|
||||||
|
|
||||||
#install -D -m 755 %{S:1} \
|
install -D -m 755 %{S:1} \
|
||||||
# %{buildroot}%{_initrddir}/%{name}
|
%{buildroot}%{_initrddir}/%{name}
|
||||||
|
|
||||||
# create compatibility symlinks
|
# create compatibility symlinks
|
||||||
install -d %{buildroot}%{_bindir}
|
install -d %{buildroot}%{_bindir}
|
||||||
@ -146,6 +146,9 @@ fi
|
|||||||
%doc ChangeLog NEWS README.NFS
|
%doc ChangeLog NEWS README.NFS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.9-2mamba
|
||||||
|
- restore the installation of custom initscript with chkconfig support
|
||||||
|
|
||||||
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.9-1mamba
|
* Mon Jul 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.9-1mamba
|
||||||
- update to 2.9.9
|
- update to 2.9.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user