[packages/libxcrypt] rel 3

arekm arekm at pld-linux.org
Wed Feb 1 20:07:07 CET 2023


commit 6f585af529d433de518726fb6c1c76ed7244a0ff
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Feb 1 20:06:46 2023 +0100

    rel 3

 libxcrypt.spec | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libxcrypt.spec b/libxcrypt.spec
index 8d5e456..94c5120 100644
--- a/libxcrypt.spec
+++ b/libxcrypt.spec
@@ -8,7 +8,7 @@ Summary:	Crypt Library for DES, MD5, and Blowfish
 Summary(pl.UTF-8):	Biblioteka szyfrująca hasła obsługująca DES, MD5 i Blowfish
 Name:		libxcrypt
 Version:	4.4.33
-Release:	2
+Release:	3
 License:	LGPL v2.1+
 Group:		Libraries
 #Source0Download: https://github.com/besser82/libxcrypt/releases
@@ -40,7 +40,6 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define         libver          2
 %endif
 
-%if %{with compat_pkg}
 %package        compat
 Summary:	Compatibility library providing legacy API functions
 Requires:	%{name} = %{version}-%{release}
@@ -55,7 +54,6 @@ standards.
 
 All existing binary executables linked against glibc's libcrypt should
 work unmodified with the library supplied by this package.
-%endif
 
 %description
 libxcrypt is a replacement for libcrypt, which comes with the GNU C
@@ -178,6 +176,9 @@ rm -rf $RPM_BUILD_ROOT
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+%post compat -p /sbin/ldconfig
+%postun compat -p /sbin/ldconfig
+
 %posttrans
 if [ ! -L /%{_lib}/%{libname}.so.1 ]; then
 	%{__rm} -f /%{_lib}/%{libname}.so.1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxcrypt.git/commitdiff/6f585af529d433de518726fb6c1c76ed7244a0ff



More information about the pld-cvs-commit mailing list