aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-12-01 13:04:08 -0500
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-12-01 18:07:04 +0000
commitd28a68717c45132269c734284bc1ce58cf193026 (patch)
treeb1651ca5632093b6e7d9e08e59b851102ad8bb97 /packaging/rpm
parent58746cb6d6a4ef7dafa28289bbab13c32e1ae6fe (diff)
RPM: fix the date in a recent changelog entry.
RPM complains when the date isn't valid. Change-Id: I859a9900ba87d52159071b06310d5873c092231a Reviewed-on: https://code.wireshark.org/review/19003 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'packaging/rpm')
-rw-r--r--packaging/rpm/SPECS/wireshark.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in
index 92d7d1105c..df4dbf4e8d 100644
--- a/packaging/rpm/SPECS/wireshark.spec.in
+++ b/packaging/rpm/SPECS/wireshark.spec.in
@@ -462,7 +462,7 @@ fi
%endif
%changelog
-* Mon Oct 18 2016 Benoit Canet
+* Tue Oct 18 2016 Benoit Canet
- Add LZ4 and snappy compression support.
* Mon Aug 29 2016 Jeff Morriss