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 - 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 - 2015.5-2 - New upstream release