commit 764a8c32d1624819fcb64a5cb861c98b1be77cf7
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Sun May 12 14:21:42 2019 +0000
Correct permissions of installed files
Some of the package files have had non-conventional permissions
for quite some time. Use rpm's _fixperms macro to correct them.
xmltv.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index 43137ec..c8776e7 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.6.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -185,6 +185,7 @@ make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -delete
+%{_fixperms} $RPM_BUILD_ROOT
%check
@@ -246,6 +247,9 @@ make test
%changelog
+* Sun May 12 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-4
+- Correct permissions of installed files
+
* Fri May 10 2019 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.1-3
- Fix el6 dependencies by not building tv_grab_zz_sdjson_sqlite on el6