Release 2014.8

This commit is contained in:
Colin Walters 2014-04-13 12:16:53 -07:00
parent 39980846fe
commit b802944633
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <walters@verbum.org>
- New upstream release
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
- Drop requires on yum to allow minimal images without it

View File

@ -1 +1 @@
8248a15d13f6cc46aa5e0f730b64a802 rpm-ostree-2014.7.tar.xz
2f0738dc263038ba8754bfb2c211e518 rpm-ostree-2014.8.tar.xz