[ostree] New upstream release

Colin Walters walters at fedoraproject.org
Thu Oct 16 22:19:29 UTC 2014


commit 591c92d8a751b824b1f51bd4521326e8c9d1285d
Author: Colin Walters <walters at verbum.org>
Date:   Thu Oct 16 18:19:11 2014 -0400

    New upstream release

 .gitignore  |    1 +
 ostree.spec |   17 ++++++++++++++++-
 sources     |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7432acc..849798c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /ostree-2014.5.tar.xz
 /ostree-2014.6.tar.xz
 /ostree-2014.7.tar.xz
+/ostree-2014.8.tar.xz
diff --git a/ostree.spec b/ostree.spec
index 3d34b82..699bed2 100644
--- a/ostree.spec
+++ b/ostree.spec
@@ -1,6 +1,6 @@
 Summary: Git for operating system binaries
 Name: ostree
-Version: 2014.7
+Version: 2014.8
 Release: 1%{?dist}
 #VCS: git:git://git.gnome.org/ostree
 Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz
@@ -47,6 +47,14 @@ Requires: %{name} = %{version}-%{release}
 %description devel
 The %{name}-devel package includes the header files for the %{name} library.
 
+%package grub2
+Summary: GRUB2 integration for OSTree
+Group: Development/Libraries
+Requires: grub2
+
+%description grub2
+GRUB2 integration for OSTree
+
 %prep
 %setup -q -n ostree-%{version}
 
@@ -96,7 +104,14 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/ostree
 %{_datadir}/gir-1.0/OSTree-1.0.gir
 
+%files grub2
+%{_sysconfdir}/grub.d/*ostree
+%{_libexecdir}/ostree/grub2*
+
 %changelog
+* Thu Oct 16 2014 Colin Walters <walters at redhat.com>
+- New upstream release
+
 * Mon Sep 08 2014 Colin Walters <walters at redhat.com> - 2014.6-1
 - New upstream release
 
diff --git a/sources b/sources
index 4b8a905..c0d5cbb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-775d21dfb55a595c0bac456e9bd3a47a  ostree-2014.7.tar.xz
+d0cc9f3f1efed112142e7961d311b8cc  ostree-2014.8.tar.xz


More information about the scm-commits mailing list