diff --git a/.gitignore b/.gitignore index 9194f89..d578899 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/bubblewrap-0.1.8.tar.xz -SOURCES/rpm-ostree-client-2017.11.tar.xz +SOURCES/bubblewrap-0.2.0.tar.xz +SOURCES/rpm-ostree-client-2018.1.tar.xz diff --git a/.rpm-ostree-client.metadata b/.rpm-ostree-client.metadata index 66b369f..e3ccb43 100644 --- a/.rpm-ostree-client.metadata +++ b/.rpm-ostree-client.metadata @@ -1,2 +1,2 @@ -dbb597b75848aa28daeaa7d4c933aadcb1a110dc SOURCES/bubblewrap-0.1.8.tar.xz -a5227f25e045ec60e0df21bb2dde6b1e78049b47 SOURCES/rpm-ostree-client-2017.11.tar.xz +4524806db4d3d27e40c4874a7517a7debe6d9974 SOURCES/bubblewrap-0.2.0.tar.xz +5e9fd56315bfca772ef0e06be16f61fde91e30ad SOURCES/rpm-ostree-client-2018.1.tar.xz diff --git a/SPECS/rpm-ostree-client.spec b/SPECS/rpm-ostree-client.spec index 2ec6ea3..6333a4c 100644 --- a/SPECS/rpm-ostree-client.spec +++ b/SPECS/rpm-ostree-client.spec @@ -1,7 +1,7 @@ -%global bubblewrap_version 0.1.8 +%global bubblewrap_version 0.2.0 Summary: Client side upgrade program Name: rpm-ostree-client -Version: 2017.11 +Version: 2018.1 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.14 +BuildRequires: pkgconfig(ostree-1) >= 2017.15 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(rpm) @@ -115,6 +115,7 @@ python autofiles.py > files \ '%{_mandir}/man*/*' \ '%{_libdir}/girepository-1.0/*.typelib' \ '%{_sysconfdir}/dbus-1/system.d/*' \ + '%{_sysconfdir}/rpm-ostreed.conf' \ '%{_prefix}/lib/systemd/system/*' \ '%{_libexecdir}/rpm-ostree*' \ '%{_datadir}/polkit-1/actions/*.policy' \ @@ -124,6 +125,10 @@ python autofiles.py > files \ %doc COPYING README.md %changelog +* Thu Feb 01 2018 Jonathan Lebon - 2018.1-1.atomic +- New upstream release +- Resolves: #1536616 + * Tue Dec 05 2017 Jonathan Lebon - 2017.11-1.atomic - New upstream release - Resolves: #1518282