[xz] call ldconfig for compat-libs and fix description

Jindrich Novy jnovy at fedoraproject.org
Tue Oct 26 11:35:02 UTC 2010


commit 609b71d4c826ba924a2738e448a2ba6e71d63f76
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Oct 26 13:34:57 2010 +0200

    call ldconfig for compat-libs and fix description

 xz.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/xz.spec b/xz.spec
index 31fc440..6d63315 100644
--- a/xz.spec
+++ b/xz.spec
@@ -3,7 +3,7 @@
 Summary:	LZMA compression utilities
 Name:		xz
 Version:	5.0.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	LGPLv2+
 Group:		Applications/File
 # official upstream release
@@ -39,7 +39,7 @@ License:	LGPLv2+
 
 %description 	compat-libs
 Compatibility libraries for decoding files compressed with LZMA or XZ utils.
-This particular package ships libraries from xz-%{compat_ver} as of 1st of April 2010.
+This particular package ships libraries from %{compat_ver} as of 1st of April 2010.
 
 %package 	devel
 Summary:	Devel libraries & headers for liblzma
@@ -101,6 +101,10 @@ rm -rf %{buildroot}
 
 %postun libs -p /sbin/ldconfig
 
+%post compat-libs -p /sbin/ldconfig
+
+%postun compat-libs -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
@@ -131,6 +135,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*lz*
 
 %changelog
+* Tue Oct 26 2010 Jindrich Novy <jnovy at redhat.com> 5.0.0-4
+- call ldconfig for compat-libs and fix description
+
 * Mon Oct 25 2010 Jindrich Novy <jnovy at redhat.com> 5.0.0-3
 - introduce compat-libs subpackage with older soname to
   resolve problems with soname bump and for packages requiring


More information about the scm-commits mailing list