]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commit
build-ceph-rpm.sh: fix the bogus date in changelog 78/head
authorKefu Chai <tchaikov@gmail.com>
Sun, 17 Jul 2016 09:47:49 +0000 (17:47 +0800)
committerKefu Chai <tchaikov@gmail.com>
Sun, 17 Jul 2016 09:47:51 +0000 (17:47 +0800)
commit57390e23f2613174bbb0fb71a6c878ca477471e3
treeda83f9cabd843f208ac876f5e8d934a6210a0d22
parent97184e6454eba8952a44d33ac9582c8552283be0
build-ceph-rpm.sh: fix the bogus date in changelog

rpmbuild complains at seeing the bogus date:
```
warning: bogus date in %changelog: Tue Mar 10 2013 Gary Lowell - 1-0
warning: bogus date in %changelog: Tue Aug 27 2012 Gary Lowell - 1-0
```
so update the weekday to applease it.

also follows
https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Packagers_Guide/sect-Packagers_Guide-Creating_a_Basic_Spec_File.html
to remove the hyphen before version number.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
build-ceph-rpm.sh