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 dda4131..ef8570a 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 @@ -20,8 +19,6 @@ BuildRequires: pkgconfig(rpm) BuildRequires: pkgconfig(hawkey) BuildRequires: libcap-devel -# For now only treecompose requires this -#Requires: /usr/bin/yum Requires: ostree >= 2014.6 %description @@ -34,7 +31,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 @@ -47,6 +44,10 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" %{_mandir}/man*/*.gz %changelog +* Fri Apr 10 2015 Colin Walters - 2015.4-2 +- New upstream release + Port to libhif, drops dependency on yum. + * Thu Apr 09 2015 Colin Walters - 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