]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-changelog_order_check_nonfatal.patch
- next batch of patch updates
[packages/rpm.git] / rpm-changelog_order_check_nonfatal.patch
index 9211b91d76473838c0fa4633bd18179aab4e05a5..4fca83fb300c2d80e93eb8a7a6152c30733faaa9 100644 (file)
@@ -1,13 +1,13 @@
 --- rpm-4.5/build/parseChangelog.c.orig        2012-07-24 14:46:12.856158625 +0200
 +++ rpm-4.5/build/parseChangelog.c     2012-07-24 14:47:55.293158624 +0200
 @@ -181,9 +181,8 @@
-           return RPMRC_FAIL;
+           goto exit;
        }
        if (lastTime && lastTime < time) {
 -          rpmlog(RPMLOG_ERR,
 +          rpmlog(RPMLOG_WARNING,
                     _("%%changelog not in descending chronological order\n"));
--          return RPMRC_FAIL;
+-          goto exit;
        }
-       lastTime = time;
+       for (i = 0; i < date_words; i++) {
+           SKIPSPACE(s);
This page took 0.031338 seconds and 4 git commands to generate.