]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- force ca-certificates refresh for 1.0.0 openssl auto/th/openssl-1_0_0-5
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 May 2010 11:32:11 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- http://lists.pld-linux.org/mailman/pipermail/pld-devel-pl/2010-May/151486.html
- rel 5

Changed files:
    openssl.spec -> 1.222

openssl.spec

index 39e4a6a8106006f653cfca9717b4c48b58707f1a..d7ff7977a1b024f5986d3234ac9feeda39f9bd99 100644 (file)
@@ -17,7 +17,7 @@ Summary(ru.UTF-8):    Библиотеки и утилиты для соедине
 Summary(uk.UTF-8):     Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
 Name:          openssl
 Version:       1.0.0
-Release:       4
+Release:       5
 License:       Apache-like
 Group:         Libraries
 Source0:       ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
@@ -325,6 +325,10 @@ rm -rf $RPM_BUILD_ROOT
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%triggerpostun -- %{name}-tools < 1.0.0-5
+# the hashing format has changed in 1.0.0
+[ ! -x %{_sbindir}/update-ca-certificates ] || %{_sbindir}/update-ca-certificates --fresh || :
+
 %if "%{pld_release}" == "ti"
 %triggerin -- %{name}-tools < 0.9.8i-2
 if [ -L /var/lib/openssl/openssl.cnf ] ; then
This page took 0.245128 seconds and 4 git commands to generate.