From a6ceb1d25135a6dc550012929fb5911f3757da39 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Wed, 6 May 2015 16:21:22 -0400 Subject: fix files section in spec --- git-taskrepo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-taskrepo.spec b/git-taskrepo.spec index 8aaa0a2..d18b891 100644 --- a/git-taskrepo.spec +++ b/git-taskrepo.spec @@ -28,8 +28,8 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build %files -%doc - +%attr(0755, root, root)%{_bindir}/%{name} +%{python_sitelib}/git_taskrepo* %changelog -- cgit