diff --git a/.gitignore b/.gitignore index f58fdcb..5f096af 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /rpm-ostree-toolbox-2015.10.tar.xz /rpm-ostree-toolbox-2015.11.tar.xz /rpm-ostree-toolbox-2015.12.tar.xz +/rpm-ostree-toolbox-2016.1.tar.xz diff --git a/rpm-ostree-toolbox.spec b/rpm-ostree-toolbox.spec index 67b6035..d32e124 100644 --- a/rpm-ostree-toolbox.spec +++ b/rpm-ostree-toolbox.spec @@ -1,7 +1,7 @@ Summary: Extra tools for rpm-ostree Name: rpm-ostree-toolbox -Version: 2015.12 -Release: 4%{?dist} +Version: 2016.1 +Release: 1%{?dist} #VCS: https://github.com/cgwalters/rpm-ostree-toolbox # This tarball is generated via "make -C packaging -f Makefile.dist-packaging dist-snapshot" # which is really just a wrapper for "git archive". @@ -87,6 +87,9 @@ getent passwd %{unprivileged_user} >/dev/null || \ %attr(0755,%{unprivileged_user},%{unprivileged_group}) %{_localstatedir}/lib/%{name} %changelog +* Mon May 02 2016 Colin Walters - 2016.1-2 +- New upstream version + * Thu Apr 07 2016 David King - 2015.12-4 - Require python-urlgrabber (#1324838) diff --git a/sources b/sources index eb8247b..fb1e4a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f76d05c8190551fc9dc4e5dc92199ea rpm-ostree-toolbox-2015.12.tar.xz +a4b3689969595c200618bf5fb6586c00 rpm-ostree-toolbox-2016.1.tar.xz