From 1aa245a23c5124a8559e9bd8f5a45b8939708105 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 23 Feb 2016 08:58:03 -0500 Subject: [PATCH] New git snapshot, just getting some new code out there - We are now bundling a copy of libhif, as otherwise coordinated releases with PackageKit/dnf would be required, and we are not ready for that yet. --- .gitignore | 1 + rpm-ostree.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a0dc9b7..87c5a72 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /rpm-ostree-2015.9.tar.xz /rpm-ostree-2015.10.tar.xz /rpm-ostree-2015.11.tar.xz +/rpm-ostree-2015.11.43.ga2c052b.tar.xz diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 3f9969f..259c8d7 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -1,10 +1,13 @@ Summary: Client side upgrade program and server side compose tool Name: rpm-ostree -Version: 2015.11.40.gd0fadbf -Release: 3%{?dist} +Version: 2015.11.43.ga2c052b +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 +# https://github.com/rpm-software-management/libhif +# Bundled because the library is API/ABI unstable, and we're trying to +# avoid being version locked with PackageKit/dnf right now. Source1: libhif.tar.gz License: LGPLv2+ URL: https://github.com/projectatomic/rpm-ostree @@ -124,6 +127,11 @@ python autofiles.py > files.devel \ %files devel -f files.devel %changelog +* Tue Feb 23 2016 Colin Walters - 2015.11.43.ga2c052b-2 +- New git snapshot, just getting some new code out there +- We are now bundling a copy of libhif, as otherwise coordinated releases with + PackageKit/dnf would be required, and we are not ready for that yet. + * Wed Feb 10 2016 Matthew Barnes - 2015.11-3 - Fix URL: https://github.com/projectatomic/rpm-ostree diff --git a/sources b/sources index 4f4aa53..c69bf77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -47cb2e100256e28e8f1f4a8619f87c74 rpm-ostree-2015.11.tar.xz +462accee44deef4f9f3b4581976b950c rpm-ostree-2015.11.43.ga2c052b.tar.xz