forked from pool/ca-certificates
Accepting request 1170756 from home:kukuk:cleanup
- Update to version 2+git20240415.3fe9324: * Add ca-certificates-setup.service * typo: differnt/different OBS-URL: https://build.opensuse.org/request/show/1170756 OBS-URL: https://build.opensuse.org/package/show/Base:System/ca-certificates?expand=0&rev=106
This commit is contained in:
parent
dc18246d86
commit
7453fe3e4c
@ -3,4 +3,4 @@
|
||||
<param name="url">http://github.com/openSUSE/ca-certificates.git</param>
|
||||
<param name="changesrevision">d16f02666b959e10f5bc64b6ab26b398f388ad0b</param></service><service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/ca-certificates.git</param>
|
||||
<param name="changesrevision">2dae8b77c250506dc1bf862351c3a5de89a08e90</param></service></servicedata>
|
||||
<param name="changesrevision">3fe9324533d2a798c904f9d95517f3ac219df2a5</param></service></servicedata>
|
BIN
ca-certificates-2+git20230406.2dae8b7.obscpio
(Stored with Git LFS)
BIN
ca-certificates-2+git20230406.2dae8b7.obscpio
(Stored with Git LFS)
Binary file not shown.
3
ca-certificates-2+git20240415.3fe9324.obscpio
Normal file
3
ca-certificates-2+git20240415.3fe9324.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01d10657b34c73af1989d320d5d494c367bdd2e46a35b562d4d868d835a26dae
|
||||
size 76811
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 11:34:23 UTC 2024 - kukuk@suse.com
|
||||
|
||||
- Update to version 2+git20240415.3fe9324:
|
||||
* Add ca-certificates-setup.service
|
||||
* typo: differnt/different
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 06 08:03:11 UTC 2023 - lnussel@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: ca-certificates
|
||||
version: 2+git20230406.2dae8b7
|
||||
mtime: 1680768174
|
||||
commit: 2dae8b77c250506dc1bf862351c3a5de89a08e90
|
||||
version: 2+git20240415.3fe9324
|
||||
mtime: 1713165116
|
||||
commit: 3fe9324533d2a798c904f9d95517f3ac219df2a5
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ca-certificates
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -38,7 +38,7 @@ Name: ca-certificates
|
||||
%define ssletcdir %{_sysconfdir}/ssl
|
||||
%define cabundle /var/lib/ca-certificates/ca-bundle.pem
|
||||
%define sslcerts %{ssletcdir}/certs
|
||||
Version: 2+git20230406.2dae8b7%{git_version}
|
||||
Version: 2+git20240415.3fe9324%{git_version}
|
||||
Release: 0
|
||||
Summary: Utilities for system wide CA certificate installation
|
||||
License: GPL-2.0-or-later
|
||||
@ -91,21 +91,21 @@ ln -s %{cabundle} %{buildroot}%{ssletcdir}/ca-bundle.pem
|
||||
install -D -m 444 /dev/null %{buildroot}/var/lib/ca-certificates/java-cacerts
|
||||
|
||||
%pre
|
||||
%service_add_pre ca-certificates.path ca-certificates.service
|
||||
%service_add_pre ca-certificates.path ca-certificates.service ca-certificates-setup.service
|
||||
|
||||
%post
|
||||
# force rebuilding all certificate stores.
|
||||
update-ca-certificates -f || true
|
||||
%service_add_post ca-certificates.path ca-certificates.service
|
||||
%service_add_post ca-certificates.path ca-certificates.service ca-certificates-setup.service
|
||||
|
||||
%preun
|
||||
%service_del_preun ca-certificates.path ca-certificates.service
|
||||
%service_del_preun ca-certificates.path ca-certificates.service ca-certificates-setup.service
|
||||
|
||||
%postun
|
||||
if [ "$1" -eq 0 ]; then
|
||||
rm -rf /var/lib/ca-certificates/pem /var/lib/ca-certificates/openssl
|
||||
fi
|
||||
%service_del_postun ca-certificates.path ca-certificates.service
|
||||
%service_del_postun ca-certificates.path ca-certificates.service ca-certificates-setup.service
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Loading…
x
Reference in New Issue
Block a user