diff --git a/.gitignore b/.gitignore index d578899..8f165c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/bubblewrap-0.2.0.tar.xz -SOURCES/rpm-ostree-client-2018.1.tar.xz +SOURCES/bubblewrap-0.2.1.tar.xz +SOURCES/rpm-ostree-client-2018.5.tar.xz diff --git a/.rpm-ostree-client.metadata b/.rpm-ostree-client.metadata index e3ccb43..a841109 100644 --- a/.rpm-ostree-client.metadata +++ b/.rpm-ostree-client.metadata @@ -1,2 +1,2 @@ -4524806db4d3d27e40c4874a7517a7debe6d9974 SOURCES/bubblewrap-0.2.0.tar.xz -5e9fd56315bfca772ef0e06be16f61fde91e30ad SOURCES/rpm-ostree-client-2018.1.tar.xz +663d95a2898d0520c53bea50101928c90f2898d4 SOURCES/bubblewrap-0.2.1.tar.xz +a5a71b075d2a9275ae90eebe7fac61c726b0faff SOURCES/rpm-ostree-client-2018.5.tar.xz diff --git a/SPECS/rpm-ostree-client.spec b/SPECS/rpm-ostree-client.spec index 6333a4c..2e37c65 100644 --- a/SPECS/rpm-ostree-client.spec +++ b/SPECS/rpm-ostree-client.spec @@ -1,9 +1,9 @@ -%global bubblewrap_version 0.2.0 +%global bubblewrap_version 0.2.1 Summary: Client side upgrade program Name: rpm-ostree-client -Version: 2018.1 +Version: 2018.5 Release: 1.atomic%{?dist} -#VCS: https://github.com/cgwalters/rpm-ostree +#VCS: https://github.com/projectatomic/rpm-ostree # This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot-without-compose-tooling" Source0: rpm-ostree-client-%{version}.tar.xz License: LGPLv2+ @@ -20,7 +20,7 @@ BuildRequires: gtk-doc BuildRequires: gnome-common BuildRequires: /usr/bin/g-ir-scanner # Core requirements -BuildRequires: pkgconfig(ostree-1) >= 2017.15 +BuildRequires: pkgconfig(ostree-1) >= 2018.5 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(rpm) @@ -51,6 +51,9 @@ BuildRequires: libsolv-devel BuildRequires: pkgconfig(libsolv) %endif +# We need g++ for libdnf +BuildRequires: gcc-c++ + Conflicts: rpm-ostree %description @@ -125,6 +128,10 @@ python autofiles.py > files \ %doc COPYING README.md %changelog +* Tue May 29 2018 Jonathan Lebon - 2018.5-1.atomic +- New upstream release +- Resolves: #1566232 + * Thu Feb 01 2018 Jonathan Lebon - 2018.1-1.atomic - New upstream release - Resolves: #1536616