From 885edeea3005d64b946822e5b931b0e12715e3c7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 8 Jan 2015 13:33:09 -0500 Subject: [PATCH] New upstream release --- .gitignore | 1 + ostree.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 45a3437..c62db79 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /ostree-2014.11.tar.xz /ostree-2014.12.tar.xz /ostree-2014.13.tar.xz +/ostree-2015.1.tar.xz diff --git a/ostree.spec b/ostree.spec index 27e2d3b..6c74fc1 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree -Version: 2014.13 -Release: 2%{?dist} +Version: 2015.1 +Release: 1%{?dist} #VCS: git:git://git.gnome.org/ostree Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz Source1: 91-ostree.preset @@ -14,7 +14,7 @@ BuildRequires: autoconf automake libtool # For docs BuildRequires: gtk-doc # Core requirements -BuildRequires: pkgconfig(libgsystem) +BuildRequires: pkgconfig(libgsystem) >= 2015.1 BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: libattr-devel # Extras @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/ostree/grub2* %changelog +* Thu Jan 08 2015 Colin Walters - 2015.1-1 +- New upstream release + * Sun Jan 04 2015 Colin Walters - 2014.13-2 - Add patch to ensure correct xattrs on modified config files Fixes: #1178208 diff --git a/sources b/sources index 9a87ccb..2cc5bd5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba4c607181efcbfba28369dabfc2e6af ostree-2014.13.tar.xz +0bf76a138b5a583bb2fcb9955e12c7de ostree-2015.1.tar.xz