walters pushed to rpm-ostree (master). "New upstream release (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 10 20:57:00 UTC 2015


>From 034e05f4c7630fce5d7b37d7300c3963b9c49534 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters at verbum.org>
Date: Fri, 10 Apr 2015 16:56:34 -0400
Subject: New upstream release

  Port to libhif, drops dependency on yum.

diff --git a/.gitignore b/.gitignore
index c282702..2a9c12c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /rpm-ostree-2014.114.tar.xz
 /rpm-ostree-2015.2.tar.xz
 /rpm-ostree-2015.3.tar.xz
+/rpm-ostree-2015.4.tar.xz
diff --git a/rpm-ostree.spec b/rpm-ostree.spec
index 026e87b..b3d397d 100644
--- a/rpm-ostree.spec
+++ b/rpm-ostree.spec
@@ -1,11 +1,10 @@
 Summary: Client side upgrade program and server side compose tool
 Name: rpm-ostree
-Version: 2015.3
-Release: 8%{?dist}
+Version: 2015.4
+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
-Patch0: 2015.3-yumbased.patch
 License: LGPLv2+
 URL: https://github.com/cgwalters/rpm-ostree
 # We always run autogen.sh
@@ -22,8 +21,6 @@ BuildRequires: pkgconfig(libhif)
 BuildRequires: libcap-devel
 BuildRequires: libattr-devel
 
-# For now only treecompose requires this
-#Requires: /usr/bin/yum
 Requires: ostree >= 2014.6
 
 %description
@@ -36,7 +33,7 @@ on client systems as well as server-side composes.
 
 %build
 env NOCONFIGURE=1 ./autogen.sh
-%configure --disable-silent-rules --enable-patched-hawkey-and-libsolv  --with-yum-binary=/usr/bin/yum-deprecated
+%configure --disable-silent-rules --enable-patched-hawkey-and-libsolv
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +46,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 %{_mandir}/man*/*.gz
 
 %changelog
+* Fri Apr 10 2015 Colin Walters <walters at redhat.com> - 2015.4-2
+- New upstream release
+  Port to libhif, drops dependency on yum.
+
 * Thu Apr 09 2015 Colin Walters <walters at redhat.com> - 2015.3-8
 - Cherry pick f21 patch to disable read only /etc with yum which
   breaks when run inside docker
diff --git a/sources b/sources
index 22e3d7a..d9c73b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88573830e6d99ec56c9d9562be4d75be  rpm-ostree-2015.3.tar.xz
+26af2f770f197251ff105043562ee90f  rpm-ostree-2015.4.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rpm-ostree.git/commit/?h=master&id=034e05f4c7630fce5d7b37d7300c3963b9c49534


More information about the scm-commits mailing list