Sync from SUSE:SLFO:Main ca-certificates revision 58f4b1fc6431ab3987711c73a7ece350
This commit is contained in:
parent
7da58eac4a
commit
e8f20176e3
@ -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">fd24d504812a7c81940a3bd8e7620c9443018146</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.
BIN
ca-certificates-2+git20240805.fd24d50.obscpio
(Stored with Git LFS)
Normal file
BIN
ca-certificates-2+git20240805.fd24d50.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 12:07:55 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Fix source archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 05 08:54:36 UTC 2024 - kukuk@suse.com
|
||||
|
||||
- Update to version 2+git20240805.fd24d50:
|
||||
* Remove rc symlink [jsc#PED-266]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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+git20240805.fd24d50
|
||||
mtime: 1722848060
|
||||
commit: fd24d504812a7c81940a3bd8e7620c9443018146
|
||||
|
@ -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+git20240805.fd24d50%{git_version}
|
||||
Release: 0
|
||||
Summary: Utilities for system wide CA certificate installation
|
||||
License: GPL-2.0-or-later
|
||||
@ -74,7 +74,6 @@ certificate store that is managed by p11-kit.
|
||||
rm -f certbundle.run
|
||||
%endif
|
||||
%make_install
|
||||
ln -s service %{buildroot}%{_sbindir}/rcca-certificates
|
||||
install -d -m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
|
||||
install -d -m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
|
||||
install -d -m 755 %{buildroot}%{ssletcdir}
|
||||
@ -91,21 +90,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}
|
||||
@ -133,7 +132,6 @@ rm -rf %{buildroot}
|
||||
%dir /var/lib/ca-certificates
|
||||
%dir /var/lib/ca-certificates/pem
|
||||
%dir /var/lib/ca-certificates/openssl
|
||||
%{_sbindir}/rcca-certificates
|
||||
%{_sbindir}/update-ca-certificates
|
||||
%{_mandir}/man8/update-ca-certificates.8*
|
||||
%{_prefix}/lib/ca-certificates/update.d/*java.run
|
||||
|
Loading…
Reference in New Issue
Block a user