Backport fixes from https://github.com/projectatomic/rpm-ostree/commits/2016.3-fixes
This commit is contained in:
parent
4fdad76c5b
commit
f4a6dc640f
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/rpm-ostree-2016.1.tar.xz
|
/rpm-ostree-2016.1.tar.xz
|
||||||
/rpm-ostree-2016.2.tar.xz
|
/rpm-ostree-2016.2.tar.xz
|
||||||
/rpm-ostree-2016.3.tar.xz
|
/rpm-ostree-2016.3.tar.xz
|
||||||
|
/rpm-ostree-2016.3.3.g17fb980.tar.xz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_without bundled_libhif
|
%bcond_without bundled_libhif
|
||||||
Summary: Client side upgrade program and server side compose tool
|
Summary: Client side upgrade program and server side compose tool
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2016.3
|
Version: 2016.3.3.g17fb980
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
#VCS: https://github.com/cgwalters/rpm-ostree
|
#VCS: https://github.com/cgwalters/rpm-ostree
|
||||||
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
# This tarball is generated via "make -f Makefile.dist-packaging dist-snapshot"
|
||||||
Source0: rpm-ostree-%{version}.tar.xz
|
Source0: rpm-ostree-%{version}.tar.xz
|
||||||
@ -177,6 +177,9 @@ python autofiles.py > files.devel \
|
|||||||
%files devel -f files.devel
|
%files devel -f files.devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 15 2016 Colin Walters <walters@verbum.org> - 2016.3.3.g17fb980-2
|
||||||
|
- Backport fixes from https://github.com/projectatomic/rpm-ostree/commits/2016.3-fixes
|
||||||
|
|
||||||
* Fri May 20 2016 Colin Walters <walters@redhat.com> - 2016.3-2
|
* Fri May 20 2016 Colin Walters <walters@redhat.com> - 2016.3-2
|
||||||
- New upstream version
|
- New upstream version
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user