[man-pages-de] Fix directory ownership

drago01 drago01 at fedoraproject.org
Thu Jul 25 12:26:16 UTC 2013


commit b916ddc3fd580b4d663caa96732ab3b54cc26342
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Thu Jul 25 14:23:43 2013 +0200

    Fix directory ownership
    
    Thanks to the 'awesome' idea of killing tag inherance ...

 man-pages-de.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/man-pages-de.spec b/man-pages-de.spec
index 9051384..01e9c93 100644
--- a/man-pages-de.spec
+++ b/man-pages-de.spec
@@ -1,7 +1,7 @@
 Summary: German man pages from the Linux Documentation Project
 Name: man-pages-de
 Version: 0.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL+
 Group: Documentation
 URL: http://www.infodrom.org/projects/manpages-de/
@@ -56,10 +56,13 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CHANGES COPYRIGHT README
 %dir %{_mandir}/de
-%{_mandir}/de/*
+%{_mandir}/de/man?/*
 
 
 %changelog
+* Thu Jul 25 2013 Adel Gadllah <adel.gadllah at gmail.com> - 0.5-9
+- Fix directory ownership
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list