]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-changelog_order_check_nonfatal.patch
- add -Werror=trampoline to prevent GCC from generating code that require executable...
[packages/rpm.git] / rpm-changelog_order_check_nonfatal.patch
1 --- rpm-4.5/build/parseChangelog.c.orig 2012-07-24 14:46:12.856158625 +0200
2 +++ rpm-4.5/build/parseChangelog.c      2012-07-24 14:47:55.293158624 +0200
3 @@ -181,9 +181,8 @@
4             return RPMRC_FAIL;
5         }
6         if (lastTime && lastTime < time) {
7 -           rpmlog(RPMLOG_ERR,
8 +           rpmlog(RPMLOG_WARNING,
9                      _("%%changelog not in descending chronological order\n"));
10 -           return RPMRC_FAIL;
11         }
12         lastTime = time;
13  
This page took 0.057299 seconds and 3 git commands to generate.