[rpm-ostree] Drop requires on yum to allow minimal images without it

Colin Walters walters at fedoraproject.org
Tue Apr 8 14:36:38 UTC 2014


commit 39980846fe32938bad15ae5bad05b778a154d3ed
Author: Colin Walters <walters at verbum.org>
Date:   Tue Apr 8 10:36:22 2014 -0400

    Drop requires on yum to allow minimal images without it

 rpm-ostree.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rpm-ostree.spec b/rpm-ostree.spec
index 885f2e6..80ad7e8 100644
--- a/rpm-ostree.spec
+++ b/rpm-ostree.spec
@@ -1,7 +1,7 @@
 Summary: Commit RPMs to an OSTree repository
 Name: rpm-ostree
 Version: 2014.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 #VCS: https://github.com/cgwalters/rpm-ostree
 # This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
 Source0: rpm-ostree-%{version}.tar.xz
@@ -18,7 +18,8 @@ BuildRequires: pkgconfig(json-glib-1.0)
 BuildRequires: pkgconfig(rpm)
 BuildRequires: pkgconfig(hawkey)
 
-Requires: /usr/bin/yum
+# For now only treecompose requires this
+#Requires: /usr/bin/yum
 Requires: ostree >= 2014.3
 
 %description
@@ -61,6 +62,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 %{_datadir}/%{name}-autobuilder/
 
 %changelog
+* Tue Apr 08 2014 Colin Walters <walters at verbum.org>
+- Drop requires on yum to allow minimal images without it
+
 * Mon Mar 31 2014 Colin Walters <walters at verbum.org>
 - New upstream release
 


More information about the scm-commits mailing list