walters pushed to ostree (master). "Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 11:51:08 UTC 2015


>From d0910b408e5f13ea41c7bac11c54537634e70163 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters at verbum.org>
Date: Fri, 27 Mar 2015 07:50:49 -0400
Subject: Handle null epoch as well; this was injected for
 https://github.com/cgwalters/rpmdistro-gitoverlay


diff --git a/ostree.spec b/ostree.spec
index 817c6f1..4876988 100644
--- a/ostree.spec
+++ b/ostree.spec
@@ -1,7 +1,7 @@
 Summary: Tool for managing bootable, immutable filesystem trees
 Name: ostree
 Version: 2015.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 #VCS: git:git://git.gnome.org/ostree
 Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/ostree-%{version}.tar.xz
 Source1: 91-ostree.preset
@@ -44,7 +44,7 @@ of both.
 %package devel
 Summary: Development headers for %{name}
 Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: %{name} =  %{?epoch:%{epoch}:}:%{version}-%{release}
 
 %description devel
 The %{name}-devel package includes the header files for the %{name} library.
@@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/ostree/grub2*
 
 %changelog
+* Fri Mar 27 2015 Colin Walters <walters at redhat.com> - 2015.4-3
+- Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay
+
 * Wed Mar 25 2015 Colin Walters <walters at redhat.com> - 2015.4-2
 - New upstream release
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ostree.git/commit/?h=master&id=d0910b408e5f13ea41c7bac11c54537634e70163


More information about the scm-commits mailing list