forked from pool/ca-certificates-mozilla
Accepting request 1078460 from home:dimstar:Factory
- Also mark /usr/share/factory/var/lib/ca-certificates/ as writable by the user during install: allow rpm to properly execute %clean when completed. OBS-URL: https://build.opensuse.org/request/show/1078460 OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=127
This commit is contained in:
parent
4626268547
commit
4ad6d7a83b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 14:05:12 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Also mark /usr/share/factory/var/lib/ca-certificates/ as writable
|
||||
by the user during install: allow rpm to properly execute %clean
|
||||
when completed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 10:23:35 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ca-certificates-mozilla-prebuilt
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -59,7 +59,7 @@ ln -s /var/lib/ca-certificates/ca-bundle.pem %{buildroot}/etc/ssl/ca-bundle.pem
|
||||
mkdir -p %{buildroot}/usr/share/factory/var/lib
|
||||
cp -a /var/lib/ca-certificates %{buildroot}/usr/share/factory/var/lib
|
||||
# need rpm needs to be able to delete the buildroot
|
||||
chmod u+w %{buildroot}/usr/share/factory/var/lib/ca-certificates/*
|
||||
chmod u+w %{buildroot}/usr/share/factory/var/lib/ca-certificates{,/*}
|
||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||
echo "C /var/lib/ca-certificates" > %{buildroot}%{_tmpfilesdir}/%{name}.conf
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ca-certificates-mozilla
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user