From 5aa772b6902ba11d79e7567da2134c445534eac9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 21 Nov 2008 16:23:23 +0000 Subject: [PATCH] - leave on branch only Changed files: rpm-postun-nofail.patch -> 1.2 --- rpm-postun-nofail.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 rpm-postun-nofail.patch diff --git a/rpm-postun-nofail.patch b/rpm-postun-nofail.patch deleted file mode 100644 index 12a6406..0000000 --- a/rpm-postun-nofail.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- rpm-4.5/lib/psm.c.org 2008-11-21 17:20:34.293584455 +0100 -+++ rpm-4.5/lib/psm.c 2008-11-21 17:21:41.482728047 +0100 -@@ -2114,8 +2114,8 @@ - psm->countCorrection = -1; - - if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOPOSTUN)) { -- rc = rpmpsmNext(psm, PSM_SCRIPT); -- if (rc) break; -+ if (rpmpsmNext(psm, PSM_SCRIPT)) -+ rpmMessage(RPMMESS_VERBOSE, _("Ignoring failed %%postun scriptlet\n")); - } - - if (!(rpmtsFlags(ts) & RPMTRANS_FLAG_NOTRIGGERPOSTUN)) { -- 2.43.0