]> git.pld-linux.org Git - packages/rpm.git/blame_incremental - rpm-changelog_order_check_nonfatal.patch
- unified __sed, __rm macros usage and -devel files verbosity
[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 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.026322 seconds and 4 git commands to generate.