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

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 12 12:48:07 UTC 2015


>From 74b2e03d0c7e63e771a6b5cc1f2b51f15774df5b Mon Sep 17 00:00:00 2001
From: Colin Walters <walters at verbum.org>
Date: Sun, 12 Apr 2015 08:47:54 -0400
Subject: (Really) Handle null epoch as well; this was injected for
 https://github.com/cgwalters/rpmdistro-gitoverlay


diff --git a/ostree.spec b/ostree.spec
index 6d18c88..68c6f6e 100644
--- a/ostree.spec
+++ b/ostree.spec
@@ -1,7 +1,7 @@
 Summary: Tool for managing bootable, immutable filesystem trees
 Name: ostree
 Version: 2015.5
-Release: 2%{?dist}
+Release: 4%{?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:%{epoch}:}:%{version}-%{release}
+Requires: %{name} =  %{?epoch:%{epoch}:}%{version}-%{release}
 
 %description devel
 The %{name}-devel package includes the header files for the %{name} library.
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Apr 12 2015 Colin Walters <walters at redhat.com> - 2015.5-4
+- (Really) Handle null epoch as well; this was injected for https://github.com/cgwalters/rpmdistro-gitoverlay
+
 * Tue Apr 07 2015 Colin Walters <walters at redhat.com> - 2015.5-2
 - New upstream release
 
-- 
cgit v0.10.2


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


More information about the scm-commits mailing list