- fix directory permissions for real this time (bnc#871639)
OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=52
This commit is contained in:
parent
cb378f67e7
commit
03e8c59b7a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 23 15:24:13 UTC 2014 - lnussel@suse.de
|
||||||
|
|
||||||
|
- fix directory permissions for real this time (bnc#871639)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 4 11:10:24 UTC 2014 - lnussel@suse.de
|
Wed Jun 4 11:10:24 UTC 2014 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -67,13 +67,13 @@ Utilities for system wide CA certificate installation
|
|||||||
rm -f certbundle.run
|
rm -f certbundle.run
|
||||||
%endif
|
%endif
|
||||||
%make_install
|
%make_install
|
||||||
install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
|
install -d -m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
|
||||||
install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
|
install -d -m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
|
||||||
install -d m 755 %{buildroot}%{ssletcdir}
|
install -d -m 755 %{buildroot}%{ssletcdir}
|
||||||
install -d m 755 %{buildroot}/etc/ca-certificates/update.d
|
install -d -m 755 %{buildroot}/etc/ca-certificates/update.d
|
||||||
install -d m 755 %{buildroot}%{_prefix}/lib/ca-certificates/update.d
|
install -d -m 755 %{buildroot}%{_prefix}/lib/ca-certificates/update.d
|
||||||
install -d m 555 %{buildroot}/var/lib/ca-certificates/pem
|
install -d -m 555 %{buildroot}/var/lib/ca-certificates/pem
|
||||||
install -d m 555 %{buildroot}/var/lib/ca-certificates/openssl
|
install -d -m 555 %{buildroot}/var/lib/ca-certificates/openssl
|
||||||
ln -s /var/lib/ca-certificates/pem %{buildroot}%{sslcerts}
|
ln -s /var/lib/ca-certificates/pem %{buildroot}%{sslcerts}
|
||||||
%if %{with cabundle}
|
%if %{with cabundle}
|
||||||
install -D -m 644 /dev/null %{buildroot}/%{cabundle}
|
install -D -m 644 /dev/null %{buildroot}/%{cabundle}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user