Bump ostree version requirement
This commit is contained in:
parent
3a63082064
commit
55cb79f16e
@ -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 <walters@verbum.org> - 2014.6.3.g5707fa7-2
|
||||
- Bump ostree version requirement
|
||||
|
||||
* Sat Mar 22 2014 Colin Walters <walters@verbum.org> - 2014.6.3.g5707fa7-1
|
||||
- New git snapshot, add rpm-ostree-sign to file list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user