1
0

- package correct permissions of generated directories (bnc#871639)

OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=44
This commit is contained in:
Ludwig Nussel 2014-04-04 11:38:52 +00:00 committed by Git OBS Bridge
parent d987b14eb7
commit b41b4f2e9e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 4 11:38:17 UTC 2014 - lnussel@suse.de
- package correct permissions of generated directories (bnc#871639)
-------------------------------------------------------------------
Fri Dec 6 09:16:11 UTC 2013 - lnussel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ca-certificates
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -72,8 +72,8 @@ install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
install -d m 755 %{buildroot}%{ssletcdir}
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}/var/lib/ca-certificates/pem
install -d m 755 %{buildroot}/var/lib/ca-certificates/openssl
install -d m 555 %{buildroot}/var/lib/ca-certificates/pem
install -d m 555 %{buildroot}/var/lib/ca-certificates/openssl
ln -s /var/lib/ca-certificates/pem %{buildroot}%{sslcerts}
%if %{with cabundle}
install -D -m 644 /dev/null %{buildroot}/%{cabundle}