From 892eb1b6a114bc688fe7f0ff6b7a09bc5f4740a098c87ca749f9fafc60090d4e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 30 Aug 2022 11:06:08 +0000 Subject: [PATCH] Accepting request 1000216 from home:dimstar:Factory - Create /var/lib/ca-certificates during build to ensure rpm gives the %ghost'ed directory proper mode attributes. OBS-URL: https://build.opensuse.org/request/show/1000216 OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates-mozilla?expand=0&rev=123 --- ca-certificates-mozilla-prebuilt.changes | 6 ++++++ ca-certificates-mozilla-prebuilt.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/ca-certificates-mozilla-prebuilt.changes b/ca-certificates-mozilla-prebuilt.changes index 84ca3c8..0dc2807 100644 --- a/ca-certificates-mozilla-prebuilt.changes +++ b/ca-certificates-mozilla-prebuilt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 30 10:23:35 UTC 2022 - Dominique Leuenberger + +- Create /var/lib/ca-certificates during build to ensure rpm gives + the %ghost'ed directory proper mode attributes. + ------------------------------------------------------------------- Mon Oct 4 14:38:44 UTC 2021 - Ludwig Nussel diff --git a/ca-certificates-mozilla-prebuilt.spec b/ca-certificates-mozilla-prebuilt.spec index d0755f8..057832e 100644 --- a/ca-certificates-mozilla-prebuilt.spec +++ b/ca-certificates-mozilla-prebuilt.spec @@ -53,6 +53,7 @@ cp /usr/share/licenses/ca-certificates-mozilla/COPYING . %install mkdir -p %{buildroot}/etc/ssl +mkdir -p %{buildroot}/var/lib/ca-certificates ln -s /var/lib/ca-certificates/pem %{buildroot}/etc/ssl/certs ln -s /var/lib/ca-certificates/ca-bundle.pem %{buildroot}/etc/ssl/ca-bundle.pem mkdir -p %{buildroot}/usr/share/factory/var/lib