X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=rpm-changelog_order_check_nonfatal.patch;fp=rpm-changelog_order_check_nonfatal.patch;h=bf2ef0409b45274e5876de8fdf6a9f79d229e0a3;hb=84075475222d896bc30bf83aaa7caeee19bedaea;hp=0000000000000000000000000000000000000000;hpb=95ea8050ba8f39459c4bb98cdd818e3c03eb2a68;p=packages%2Frpm.git diff --git a/rpm-changelog_order_check_nonfatal.patch b/rpm-changelog_order_check_nonfatal.patch new file mode 100644 index 0000000..bf2ef04 --- /dev/null +++ b/rpm-changelog_order_check_nonfatal.patch @@ -0,0 +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 RPMERR_BADSPEC; + } + if (lastTime && lastTime < time) { +- rpmError(RPMERR_BADSPEC, ++ rpmMessage(RPMMESS_WARNING, + _("%%changelog not in descending chronological order\n")); +- return RPMERR_BADSPEC; + } + lastTime = time; +