]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- update to rpm 4.5
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Aug 2008 21:12:44 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-cleanbody.patch -> 1.1.2.2.2.1

rpm-cleanbody.patch

index 21aa5f5612f02c809d419fc8dd817d81ddf97026..f8b29efa47937feac44880f5691ff166ec1371af 100644 (file)
@@ -1,11 +1,6 @@
 --- rpm-4.4.9/build/parseBuildInstallClean.c   2008-01-30 23:16:55.347346942 +0200
 +++ rpm-4.4.9/build/parseBuildInstallClean.c   2008-01-30 23:22:24.241459876 +0200
-@@ -47,11 +47,10 @@
-           appendStringBuf(*sbp, s);
-       s = _free(s);
-     } else if (parsePart == PART_CLEAN) {
--      const char * s = rpmExpand("%{?buildroot:rm -rf '%{buildroot}'\n}", NULL);
-+      const char * s = rpmExpand("%{?__spec_clean_body}%{!?__spec_clean_body:%{?buildroot:rm -rf '%{buildroot}'\n}}\n", NULL);
+@@ -51,7 +51,6 @@
        if (s && *s)
            appendStringBuf(*sbp, s);
        s = _free(s);
This page took 0.039276 seconds and 4 git commands to generate.