[lslk] 1.29-24: remove executable-perms from the Inventory file (#226107)

kzak kzak at fedoraproject.org
Wed Oct 6 09:29:48 UTC 2010


commit e6458a2223236bbc723cc5ee9ed90b7a6e05b1c0
Author: Karel Zak <kzak at redhat.com>
Date:   Wed Oct 6 11:29:26 2010 +0200

    1.29-24: remove executable-perms from the Inventory file (#226107)
    
    Signed-off-by: Karel Zak <kzak at redhat.com>

 lslk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/lslk.spec b/lslk.spec
index b66fac1..e35ebd0 100644
--- a/lslk.spec
+++ b/lslk.spec
@@ -1,7 +1,7 @@
 Summary: A lock file lister
 Name: lslk
 Version: 1.29
-Release: 23%{?dist}
+Release: 24%{?dist}
 License: zlib
 Group: Development/Debuggers
 # Looks upstream is dead
@@ -24,6 +24,7 @@ tar xf lslk_%{version}.tar
 [ -d lslk_%{version} ] && cd lslk_%{version}
 %patch0 -p2 -b .misc
 %patch1 -p2 -b .readlink
+chmod 644 Inventory
 
 %build
 [ -d lslk_%{version} ] && cd lslk_%{version}
@@ -46,6 +47,9 @@ install -p -m 644 lslk.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
 %{_mandir}/man*/*
 
 %changelog
+* Wed Oct  6 2010 Karel Zak <kzak at redhat.com> - 1.29-24
+- remove executable-perms from the Inventory file (#226107)
+
 * Tue Oct 05 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.29-23
 - Merge-review cleanup (#226107)
 


More information about the scm-commits mailing list