]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-changelog_order_check_nonfatal.patch
- don't use possibly missing macros in preamble
[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                 trimtime = firstTime - trimage;
5         }
6         if (lastTime && lastTime < time) {
7 -           rpmlog(RPMLOG_ERR,
8 +           rpmlog(RPMLOG_WARNING,
9                      _("%%changelog not in descending chronological order\n"));
10 -           goto exit;
11         }
12         for (i = 0; i < date_words; i++) {
13             SKIPSPACE(s);
This page took 0.035608 seconds and 3 git commands to generate.