2017.6-2 -- bump libostree dep
This isn't a new API function so the default rpm detection doesn't work. But we do need a new ostree for https://github.com/ostreedev/ostree/pull/804.
This commit is contained in:
parent
9bf56853a5
commit
af96c46965
@ -1,7 +1,7 @@
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2017.6
|
||||
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
|
||||
@ -17,7 +17,7 @@ BuildRequires: gperf
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gobject-introspection
|
||||
# Core requirements
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2017.4
|
||||
BuildRequires: pkgconfig(ostree-1) >= 2017.6
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
@ -130,6 +130,9 @@ python autofiles.py > files.devel \
|
||||
%files devel -f files.devel
|
||||
|
||||
%changelog
|
||||
* Fri Apr 28 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.6-2
|
||||
- Bump libostree dep
|
||||
|
||||
* Fri May 26 2017 Jonathan Lebon <jlebon@redhat.com> - 2017.6-1
|
||||
- New upstream version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user