diff --git a/.gitignore b/.gitignore index 31ff810..9194f89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ SOURCES/bubblewrap-0.1.8.tar.xz -SOURCES/rpm-ostree-client-2017.9.tar.xz +SOURCES/rpm-ostree-client-2017.11.tar.xz diff --git a/.rpm-ostree-client.metadata b/.rpm-ostree-client.metadata index cad7db5..66b369f 100644 --- a/.rpm-ostree-client.metadata +++ b/.rpm-ostree-client.metadata @@ -1,2 +1,2 @@ dbb597b75848aa28daeaa7d4c933aadcb1a110dc SOURCES/bubblewrap-0.1.8.tar.xz -9f673982000e60f28fc04e25288f8616619f1ea2 SOURCES/rpm-ostree-client-2017.9.tar.xz +a5227f25e045ec60e0df21bb2dde6b1e78049b47 SOURCES/rpm-ostree-client-2017.11.tar.xz diff --git a/SPECS/rpm-ostree-client.spec b/SPECS/rpm-ostree-client.spec index b0f6a9c..2ec6ea3 100644 --- a/SPECS/rpm-ostree-client.spec +++ b/SPECS/rpm-ostree-client.spec @@ -1,7 +1,7 @@ %global bubblewrap_version 0.1.8 Summary: Client side upgrade program Name: rpm-ostree-client -Version: 2017.9 +Version: 2017.11 Release: 1.atomic%{?dist} #VCS: https://github.com/cgwalters/rpm-ostree # This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot-without-compose-tooling" @@ -20,7 +20,7 @@ BuildRequires: gtk-doc BuildRequires: gnome-common BuildRequires: /usr/bin/g-ir-scanner # Core requirements -BuildRequires: pkgconfig(ostree-1) >= 2017.11 +BuildRequires: pkgconfig(ostree-1) >= 2017.14 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(rpm) @@ -124,6 +124,10 @@ python autofiles.py > files \ %doc COPYING README.md %changelog +* Tue Dec 05 2017 Jonathan Lebon - 2017.11-1.atomic +- New upstream release +- Resolves: #1518282 + * Mon Sep 25 2017 Jonathan Lebon - 2017.9-1.atomic - New upstream release - Resolves: #1494120