summaryrefslogtreecommitdiffstats
path: root/rpm
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2013-11-14 14:05:45 -0800
committerBrian Behlendorf <[email protected]>2013-11-14 14:10:19 -0800
commitdd33a169ef1e071c2eb777328fe91df30ce542ae (patch)
treebbfbc27f225c1963129debec1df1b2410e2b5835 /rpm
parent9bd8cbc53d46c09d2f465d4207eaa00c26e29fc5 (diff)
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 <[email protected]> Closes #306
Diffstat (limited to 'rpm')
-rw-r--r--rpm/generic/spl-kmod.spec.in2
1 files changed, 1 insertions, 1 deletions
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 <[email protected]> - 0.6.2-1
- Released 0.6.2-1
-* Tue Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1
+* Fri Mar 22 2013 Brian Behlendorf <[email protected]> - 0.6.1-1
- First official stable release.