Release 2014.8
This commit is contained in:
parent
39980846fe
commit
b802944633
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/rpm-ostree-2014.6.tar.xz
|
/rpm-ostree-2014.6.tar.xz
|
||||||
/rpm-ostree-2014.6.3.g5707fa7.tar.xz
|
/rpm-ostree-2014.6.3.g5707fa7.tar.xz
|
||||||
/rpm-ostree-2014.7.tar.xz
|
/rpm-ostree-2014.7.tar.xz
|
||||||
|
/rpm-ostree-2014.8.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Commit RPMs to an OSTree repository
|
Summary: Commit RPMs to an OSTree repository
|
||||||
Name: rpm-ostree
|
Name: rpm-ostree
|
||||||
Version: 2014.7
|
Version: 2014.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -12,7 +12,7 @@ BuildRequires: autoconf automake libtool
|
|||||||
# For docs
|
# For docs
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: pkgconfig(ostree-1) >= 2014.3
|
BuildRequires: pkgconfig(ostree-1) >= 2014.4
|
||||||
BuildRequires: pkgconfig(libgsystem)
|
BuildRequires: pkgconfig(libgsystem)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(rpm)
|
BuildRequires: pkgconfig(rpm)
|
||||||
@ -62,6 +62,9 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
|
|||||||
%{_datadir}/%{name}-autobuilder/
|
%{_datadir}/%{name}-autobuilder/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 13 2014 Colin Walters <walters@verbum.org>
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
|
* Tue Apr 08 2014 Colin Walters <walters@verbum.org>
|
||||||
- Drop requires on yum to allow minimal images without it
|
- Drop requires on yum to allow minimal images without it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user