[bodhi/epel7] Fix install to correct place. Fixes bug #1115136

Kevin Fenzi kevin at fedoraproject.org
Tue Sep 9 23:51:31 UTC 2014


commit b4cec36f88c77fed85d29bc278a1e8d7bf47557e
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Sep 9 17:51:21 2014 -0600

    Fix install to correct place. Fixes bug #1115136

 bodhi.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/bodhi.spec b/bodhi.spec
index 1475ed8..3674104 100644
--- a/bodhi.spec
+++ b/bodhi.spec
@@ -3,7 +3,7 @@
 
 Name:           bodhi
 Version:        0.9.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A modular framework that facilitates publishing software updates
 Group:          Applications/Internet
 License:        GPLv2+
@@ -49,7 +49,7 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 %{__rm} -rf %{buildroot}
 
 
-%{__mkdir_p} %{buildroot}%{_bindir}/%{name}
+%{__mkdir_p} %{buildroot}%{_bindir}
 %{__mkdir_p} %{buildroot}%{_mandir}/man1
 %{__install} %{name}/tools/client.py %{buildroot}%{_bindir}/%{name}
 %{__install} docs/bodhi.1 %{buildroot}%{_mandir}/man1/bodhi.1
@@ -66,6 +66,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py
 
 
 %changelog
+* Tue Sep 09 2014 Kevin Fenzi <kevin at scrye.com> 0.9.8-4
+- Fix install to correct place. Fixes bug #1115136
+
 * Fri Jun 20 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.8-3
 - Only ship the client package on epel7
 


More information about the scm-commits mailing list