1
0

Accepting request 229012 from Base:System

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

OBS-URL: https://build.opensuse.org/request/show/229012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates?expand=0&rev=26
This commit is contained in:
Stephan Kulow 2014-04-06 07:56:17 +00:00 committed by Git OBS Bridge
commit f411e577e8
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 Fri Dec 6 09:16:11 UTC 2013 - lnussel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ca-certificates # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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}%{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 755 %{buildroot}/var/lib/ca-certificates/pem install -d m 555 %{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/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}