Accepting request 1239776 from Base:System
- Define two macros to break a build cycle with p11-kit. (forwarded request 1239757 from StevenK) OBS-URL: https://build.opensuse.org/request/show/1239776 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ca-certificates-mozilla?expand=0&rev=64
This commit is contained in:
commit
ec2c5d134d
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ca-certificates-mozilla-prebuilt
|
# spec file for package ca-certificates-mozilla-prebuilt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 23 08:23:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Define two macros to break a build cycle with p11-kit.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 15 21:07:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 15 21:07:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ca-certificates-mozilla
|
# spec file for package ca-certificates-mozilla
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -33,6 +33,9 @@
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
|
# Taken from p11-kit, to avoid a build cycle
|
||||||
|
%define pkidir_static %{_datadir}/pki
|
||||||
|
%define trustdir_static %{pkidir_static}/trust
|
||||||
%define certdir %{trustdir_static}
|
%define certdir %{trustdir_static}
|
||||||
Name: ca-certificates-mozilla
|
Name: ca-certificates-mozilla
|
||||||
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
|
# Version number is NSS_BUILTINS_LIBRARY_VERSION in this file:
|
||||||
@ -61,11 +64,10 @@ Source11: %{name}.COPYING
|
|||||||
Source12: compareoldnew
|
Source12: compareoldnew
|
||||||
BuildRequires: ca-certificates
|
BuildRequires: ca-certificates
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
BuildRequires: p11-kit-devel
|
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
# for update-ca-certificates
|
# for update-ca-certificates
|
||||||
Requires(post): ca-certificates
|
Requires(post): ca-certificates
|
||||||
Requires(postun):ca-certificates
|
Requires(postun): ca-certificates
|
||||||
#
|
#
|
||||||
# replaces this package from SLE11 times
|
# replaces this package from SLE11 times
|
||||||
Obsoletes: openssl-certs < %version
|
Obsoletes: openssl-certs < %version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user