SPECS: lockdev.spec - prevent "comment" being body to ldconfig scr...

glen glen at pld-linux.org
Mon Nov 28 23:35:32 CET 2005


Author: glen                         Date: Mon Nov 28 22:35:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- prevent "comment" being body to ldconfig script; rel 2

---- Files affected:
SPECS:
   lockdev.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/lockdev.spec
diff -u SPECS/lockdev.spec:1.18 SPECS/lockdev.spec:1.19
--- SPECS/lockdev.spec:1.18	Fri Oct 28 21:45:11 2005
+++ SPECS/lockdev.spec	Mon Nov 28 23:35:27 2005
@@ -9,7 +9,7 @@
 Summary(pl):	Biblioteka do blokowania urządzeń
 Name:		lockdev
 Version:	1.0.2
-Release:	1
+Release:	2
 License:	LGPL
 Group:		Libraries
 Source0:	ftp://ftp.debian.org/debian/pool/main/l/lockdev/%{name}_%{version}.orig.tar.gz
@@ -139,11 +139,12 @@
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
-%{nil}
 
-#if [ "$1" = "0" ]; then
-#	%userremove lock
-#fi
+%if 0
+if [ "$1" = "0" ]; then
+	%userremove lock
+fi
+%endif
 
 %files
 %defattr(644,root,root,755)
@@ -175,6 +176,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2005/11/28 22:35:27  glen
+- prevent "comment" being body to ldconfig script; rel 2
+
 Revision 1.18  2005/10/28 19:45:11  qboosh
 - updated to 1.0.2, updated Makefile patch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lockdev.spec?r1=1.18&r2=1.19&f=u




More information about the pld-cvs-commit mailing list