]> git.pld-linux.org Git - packages/ca-certificates.git/blobdiff - ca-certificates.spec
fix self conflict on /etc/ssl/certs/ca-certificates.crt; rel 4
[packages/ca-certificates.git] / ca-certificates.spec
index ebc634a918552cb2c07a3c7f14ed9c3cdb54c390..2357b1d98b69ce672fd3fddd2ecafd9060bc473d 100644 (file)
@@ -13,7 +13,7 @@ Summary(pl.UTF-8):    Pliki PEM popularnych certyfikatów CA
 Name:          ca-certificates
 %define        ver_date        20210119
 Version:       %{ver_date}
-Release:       3
+Release:       4
 License:       GPL v2 (scripts), MPL v2 (mozilla certs), distributable (other certs)
 Group:         Base
 Source0:       http://ftp.debian.org/debian/pool/main/c/ca-certificates/%{name}_%{version}.tar.xz
@@ -205,6 +205,11 @@ rm -rf $RPM_BUILD_ROOT
 %postun update
 /usr/bin/find "%{openssldir}" -xtype l -delete || :
 
+%pretrans
+if [ -L /etc/ssl/certs ]; then
+       rm -f /etc/ssl/certs
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc work/debian/{README.Debian,changelog}
This page took 0.07173 seconds and 4 git commands to generate.