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.
This commit is contained in:
Colin Walters 2016-02-23 08:58:03 -05:00
parent 254e983c23
commit 1aa245a23c
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <walters@redhat.com> - 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 <mbarnes@redhat.com> - 2015.11-3
- Fix URL: https://github.com/projectatomic/rpm-ostree

View File

@ -1 +1 @@
47cb2e100256e28e8f1f4a8619f87c74 rpm-ostree-2015.11.tar.xz
462accee44deef4f9f3b4581976b950c rpm-ostree-2015.11.43.ga2c052b.tar.xz