From: Brian Behlendorf Date: Thu, 14 Nov 2013 22:05:45 +0000 (-0800) Subject: Retroactively fix bogus %changelog date X-Git-Tag: zfs-0.8.0-rc1~152^2~251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd33a169ef1e071c2eb777328fe91df30ce542ae;p=zfs Retroactively fix bogus %changelog date New versions of rpmbuild detect the invalid date which was added incorrectly to the changelog. To silence this noise fix it. Signed-off-by: Brian Behlendorf Closes #306 --- diff --git a/rpm/generic/spl-kmod.spec.in b/rpm/generic/spl-kmod.spec.in index e8d88c170..50947c035 100644 --- a/rpm/generic/spl-kmod.spec.in +++ b/rpm/generic/spl-kmod.spec.in @@ -162,5 +162,5 @@ rm -rf $RPM_BUILD_ROOT %changelog * Wed Aug 21 2013 Brian Behlendorf - 0.6.2-1 - Released 0.6.2-1 -* Tue Mar 22 2013 Brian Behlendorf - 0.6.1-1 +* Fri Mar 22 2013 Brian Behlendorf - 0.6.1-1 - First official stable release.