]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - rpm-changelog_order_check_nonfatal.patch
- release 40 (by relup.sh)
[packages/rpm.git] / rpm-changelog_order_check_nonfatal.patch
... / ...
CommitLineData
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.029434 seconds and 4 git commands to generate.