[matahari] Include shell in main package install

Zane Bitter zaneb at fedoraproject.org
Thu Jan 5 16:38:27 UTC 2012


commit 82b93fb846ff4243a8c631900086b5968722130f
Author: Zane Bitter <zbitter at redhat.com>
Date:   Thu Jan 5 17:08:59 2012 +0100

    Include shell in main package install

 matahari.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/matahari.spec b/matahari.spec
index e0bd536..2bd5b69 100644
--- a/matahari.spec
+++ b/matahari.spec
@@ -1,4 +1,4 @@
-%global specversion 1
+%global specversion 2
 %global upstream_version ffbaa6a
 
 # Messaging buses
@@ -45,6 +45,7 @@ Requires:       %{name}-host = %{version}-%{release}
 Requires:       %{name}-network = %{version}-%{release}
 Requires:       %{name}-rpc = %{version}-%{release}
 Requires:       %{name}-service = %{version}-%{release}
+Requires:       %{name}-shell = %{version}-%{release}
 Requires:       %{name}-sysconfig = %{version}-%{release}
 
 BuildRequires:  cmake
@@ -768,6 +769,10 @@ test "x%{buildroot}" != "x" && rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jan 5  2012 Zane Bitter <zbitter at redhat.com> 0.6.0-2
+- Include shell in main package install
+- Rebuild for gcc 4.7
+
 * Thu Dec 22 2011 Zane Bitter <zbitter at redhat.com> 0.6.0-1
 - New upstream release
 


More information about the scm-commits mailing list