[geard] remove sti binary as per upstream feedback

Adam Miller maxamillion at fedoraproject.org
Wed Jun 11 18:46:27 UTC 2014


commit dde87d807521a959e5bad7ea16cb8ce0908a8478
Author: Adam Miller <admiller at redhat.com>
Date:   Wed Jun 11 13:46:19 2014 -0500

    remove sti binary as per upstream feedback

 geard.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/geard.spec b/geard.spec
index 9f88ff8..e6b8983 100644
--- a/geard.spec
+++ b/geard.spec
@@ -14,7 +14,7 @@
 
 Name:           geard
 Version:        0
-Release:        0.12.git%{shortcommit}%{?dist}
+Release:        0.12.1.git%{shortcommit}%{?dist}
 Summary:        Geard
 License:        ASL 2.0
 URL:            http://github.com/openshift/geard
@@ -65,7 +65,6 @@ contrib/build -s -l -n
 install -d %{buildroot}%{_bindir}
 install -p -m 4755 _build/bin/switchns %{buildroot}%{_bindir}
 install -p -m 755 _build/bin/gear %{buildroot}%{_bindir}
-install -p -m 755 _build/bin/sti %{buildroot}%{_bindir}
 install -d %{buildroot}%{_sbindir}
 install -p -m 755 _build/bin/gear-auth-keys-command %{buildroot}%{_sbindir}
 # install unitfile
@@ -88,7 +87,6 @@ install -d -p %{buildroot}%{_sharedstatedir}/containers
 %files
 %defattr(-,root,root,-)
 %doc README.md
-%{_bindir}/sti
 %{_bindir}/gear
 %{_bindir}/switchns
 %{_sbindir}/gear-auth-keys-command
@@ -96,6 +94,9 @@ install -d -p %{buildroot}%{_sharedstatedir}/containers
 %dir %{_sharedstatedir}/containers
 
 %changelog
+* Wed Jun 11 2014 Adam Miller <maxamillion at fedoraproject.org> - 0-0.12.1.git8b2dcfc
+- Remove sti binary as per upstream feedback
+
 * Wed Jun 11 2014 Adam Miller <maxamillion at fedoraproject.org> - 0-0.12.git8b2dcfc
 - New builds from upstream master at commit id 8b2dcfc
 - Add sti binary


More information about the scm-commits mailing list