-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This isn't a new API function so the default rpm detection doesn't work. But we do need a new ostree for ostreedev/ostree#804.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> - 2017.6-2 | ||
- Bump libostree dep | ||
|
||
* Fri May 26 2017 Jonathan Lebon <[email protected]> - 2017.6-1 | ||
- New upstream version | ||
|
||
|