[csslint/el5] Fix attr for Koji build

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Jan 8 13:01:18 UTC 2012


commit d728d67f9daea91dfce072fbd74a4441575def9d
Author: Guillaume Kulakowski <guillaume at llaumgui.com>
Date:   Sun Jan 8 14:01:14 2012 +0100

    Fix attr for Koji build

 csslint.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/csslint.spec b/csslint.spec
index 53a1145..cbb4b87 100644
--- a/csslint.spec
+++ b/csslint.spec
@@ -4,7 +4,7 @@
 
 Name:           csslint
 Version:        0.9.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Detecting potential problems in CSS code
 
 Group:          Development/Libraries
@@ -52,10 +52,13 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc CHANGELOG README.md
 %{_datadir}/%{name}
-%{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}
 
 
 %changelog
+* Sun Jan 08 2012 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0.9.2-2
+- Fix attr for Koji build
+
 * Sun Jan 08 2012 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 0.9.2-1
 - Upstream 0.9.2
 


More information about the scm-commits mailing list