]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-changelog_order_check_nonfatal.patch
Merge usefeul patches from rpm-4_5 branch
[packages/rpm.git] / rpm-changelog_order_check_nonfatal.patch
CommitLineData
a3809792
JR
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 RPMERR_BADSPEC;
5 }
6 if (lastTime && lastTime < time) {
7- rpmError(RPMERR_BADSPEC,
8+ rpmMessage(RPMMESS_WARNING,
9 _("%%changelog not in descending chronological order\n"));
10- return RPMERR_BADSPEC;
11 }
12 lastTime = time;
13
This page took 0.025449 seconds and 4 git commands to generate.