https://bugzilla.redhat.com/show_bug.cgi?id=903288
Parag pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #686075|0 |1 is obsolete| |
--- Comment #3 from Parag pnemade@redhat.com --- Created attachment 788781 --> https://bugzilla.redhat.com/attachment.cgi?id=788781&action=edit Modified spec file to address some issues
Issues that this patch will solve
1) bogus date changelog messages
2) adds cflag -Wstrict-aliasing
3) Fix compile time po files link error messages by removing makefile rule e.g. some of these messages in build.log ln -s ./po/*.po po ln: failed to create symbolic link 'po/ca.po': File exists ln: failed to create symbolic link 'po/de.po': File exists ln: failed to create symbolic link 'po/el.po': File exists ln: failed to create symbolic link 'po/en_GB.po': File exists
4) Fix compile time install error messages by removing makefile rule /usr/bin/install: cannot stat './htdocs/flags/*': No such file or directory make[1]: [install_docs] Error 1 (ignored) /usr/bin/install: cannot stat './htdocs/ja/*': No such file or directory make[1]: [install_docs] Error 1 (ignored)