[perl-XML-Catalog/el5] add file perms

Rüdiger Landmann rlandmann at fedoraproject.org
Thu Jan 16 06:54:12 UTC 2014


commit 550a54960d7de62efe5cc456f1a13bc2cc62cd95
Author: Ruediger Landmann <r.landmann at redhat.com>
Date:   Thu Jan 16 16:57:36 2014 +1000

    add file perms

 perl-XML-Catalog.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-XML-Catalog.spec b/perl-XML-Catalog.spec
index 242d793..d3829a2 100644
--- a/perl-XML-Catalog.spec
+++ b/perl-XML-Catalog.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-XML-Catalog
 Version:        %(echo '%{cpan_version}' | tr -d 'v')
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Resolve public identifiers and remap system identifiers
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -56,11 +56,15 @@ make test
 rm -rf $RPM_BUILD_ROOT
 
 %files
+%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 16 2014 Rüdiger Landmann <rlandmann at redhat.com> - 1.0.1-3
+- File perms
+
 * Thu Jan 16 2014 Rüdiger Landmann <rlandmann at redhat.com> - 1.0.1-2
 - Clean buildroot in el5
 



More information about the perl-devel mailing list