diff --git a/.gitignore b/.gitignore index 6b39ba0..6aca6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /rpm-ostree-2014.6.tar.xz /rpm-ostree-2014.6.3.g5707fa7.tar.xz /rpm-ostree-2014.7.tar.xz +/rpm-ostree-2014.8.tar.xz diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 80ad7e8..dab659d 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: 2%{?dist} +Version: 2014.8 +Release: 1%{?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 @@ -12,7 +12,7 @@ BuildRequires: autoconf automake libtool # For docs BuildRequires: gtk-doc BuildRequires: gnome-common -BuildRequires: pkgconfig(ostree-1) >= 2014.3 +BuildRequires: pkgconfig(ostree-1) >= 2014.4 BuildRequires: pkgconfig(libgsystem) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(rpm) @@ -62,6 +62,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" %{_datadir}/%{name}-autobuilder/ %changelog +* Sun Apr 13 2014 Colin Walters +- New upstream release + * Tue Apr 08 2014 Colin Walters - Drop requires on yum to allow minimal images without it diff --git a/sources b/sources index c31356a..5e15b06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8248a15d13f6cc46aa5e0f730b64a802 rpm-ostree-2014.7.tar.xz +2f0738dc263038ba8754bfb2c211e518 rpm-ostree-2014.8.tar.xz