]> git.pld-linux.org Git - packages/lockdev.git/commitdiff
- prevent "comment" being body to ldconfig script; rel 2 auto/ac/lockdev-1_0_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Nov 2005 22:35:27 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lockdev.spec -> 1.19

lockdev.spec

index 656a7e1374f7afb0ec943acac98913c205b90497..20a90aff072d9c439bba6a5eea328479c0c71a54 100644 (file)
@@ -8,7 +8,7 @@ Summary:        A library for locking devices
 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
@@ -138,11 +138,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %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)
This page took 0.106171 seconds and 4 git commands to generate.