fix installed library permissions so that also auto provides are fixed [release 3.5.1-2mamba;Tue Jul 23 2019]
This commit is contained in:
parent
d47ee523aa
commit
dd43beb9d0
@ -1,6 +1,6 @@
|
|||||||
Name: libnettle
|
Name: libnettle
|
||||||
Version: 3.4.1
|
Version: 3.5.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A cryptographic library that is designed to fit easily in more or less any context
|
Summary: A cryptographic library that is designed to fit easily in more or less any context
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,6 +50,8 @@ This package contains utility applications for %{name}.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -81,7 +83,7 @@ exit 0
|
|||||||
%{_infodir}/nettle.info.*
|
%{_infodir}/nettle.info.*
|
||||||
%{_libdir}/pkgconfig/hogweed.pc
|
%{_libdir}/pkgconfig/hogweed.pc
|
||||||
%{_libdir}/pkgconfig/nettle.pc
|
%{_libdir}/pkgconfig/nettle.pc
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -92,6 +94,12 @@ exit 0
|
|||||||
%{_bindir}/sexp-conv
|
%{_bindir}/sexp-conv
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.1-2mamba
|
||||||
|
- fix installed library permissions so that also auto provides are fixed
|
||||||
|
|
||||||
|
* Sun Jul 21 2019 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Dec 11 2018 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
* Tue Dec 11 2018 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user