Description
There's a typo in spec file that fails rpmbuild. Incorrect locale used while typing date, Do should be Thu.
- ikke at-mark iki and fi
Steps to reproduce
Test system is rhel 4u4.
{{{wget <link to moin-1.5.7.tar.gz> rpmbuild -tb moin-1.5.7.tar.gz}}}
Example
Component selection
- build
Details
{{{$ rpmbuild -tb moin-1.5.7.tar.gz error: bad date in %changelog: Do Jun 8 2006 Johannes Poehlmann }}}
MoinMoin Version |
1.5.7 (i remember doing the same patch previously also) |
OS and Version |
rhel 4u4 |
Python Version |
|
Server Setup |
|
Server Details |
|
Language you are using the wiki in (set in the browser/UserPreferences) |
|
Workaround
Change the date to be english.
--- a/moin.spec 2007-02-07 16:36:12.000000000 +0200 +++ b/moin.spec 2007-04-24 10:31:49.000000000 +0300 @@ -65,7 +65,7 @@ %doc README docs/CHANGES docs/INSTALL.html docs/licenses/COPYING %changelog -* Do Jun 8 2006 Johannes Poehlmann +* Thu Jun 8 2006 Johannes Poehlmann - Fix RPM build errror "Files listet twice" Replaced files list and just package all of /usr.
Discussion
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in 1.5 and 1.6 branch