From 55cb79f16e4b73a2f14abbc85ff50eef46940c7d Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 22 Mar 2014 11:41:31 -0400 Subject: [PATCH] Bump ostree version requirement --- rpm-ostree.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 0c5cf69..0076eeb 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.6.3.g5707fa7 -Release: 1%{?dist} +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 @@ -12,11 +12,12 @@ BuildRequires: autoconf automake libtool # For docs BuildRequires: gtk-doc BuildRequires: gnome-common -BuildRequires: pkgconfig(ostree-1) +BuildRequires: pkgconfig(ostree-1) >= 2014.3 BuildRequires: pkgconfig(libgsystem) BuildRequires: pkgconfig(json-glib-1.0) Requires: /usr/bin/yum +Requires: ostree >= 2014.3 %description This tool takes a set of packages, and commits them to an OSTree @@ -58,6 +59,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c" %{_datadir}/%{name}-autobuilder/ %changelog +* Sat Mar 22 2014 Colin Walters - 2014.6.3.g5707fa7-2 +- Bump ostree version requirement + * Sat Mar 22 2014 Colin Walters - 2014.6.3.g5707fa7-1 - New git snapshot, add rpm-ostree-sign to file list