[procps-ng] - Fixing locale dirs ownership (#1167443)

Jaromír Cápík jcapik at fedoraproject.org
Tue Nov 25 18:09:14 UTC 2014


commit e19028f62b3c39ad6d468d14c7b5bf5cabb20c2f
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Nov 25 19:09:03 2014 +0100

    - Fixing locale dirs ownership (#1167443)

 procps-ng.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/procps-ng.spec b/procps-ng.spec
index 3f3c7a2..767cc3a 100644
--- a/procps-ng.spec
+++ b/procps-ng.spec
@@ -4,7 +4,7 @@
 Summary: System and process monitoring utilities
 Name: procps-ng
 Version: 3.3.10
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+
 Group: Applications/System
 URL: https://sourceforge.net/projects/procps-ng/
@@ -130,6 +130,8 @@ rmdir %{buildroot}/share
 find man-po/ -type d -maxdepth 1 -mindepth 1 | while read dirname; do cp -a $dirname %{buildroot}%{_mandir}/ ; done
 rm -f %{buildroot}%{_mandir}/{de,fr,uk}/man1/kill.1
 
+%find_lang %{name}
+
 ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
 
 %post -p /sbin/ldconfig
@@ -161,10 +163,12 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof
 %{_includedir}/proc
 %{_mandir}/man3/*
 
-%files i18n
-%{_datadir}/locale/*
+%files i18n -f %{name}.lang
 
 %changelog
+* Tue Nov 25 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.10-5
+- Fixing locale dirs ownership (#1167443)
+
 * Mon Oct 20 2014 Jaromir Capik <jcapik at redhat.com> - 3.3.10-4
 - Bringing the old 'top' defaults back (#1153049)
 


More information about the scm-commits mailing list