[tar/f18] Add the macro {?_rawbuild} to .gets patch

Pavel Raiskup praiskup at fedoraproject.org
Wed Oct 10 09:11:14 UTC 2012


commit 9e5707ba97c1c0819e38203bfa059b70ee529269
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Oct 10 10:58:05 2012 +0200

    Add the macro {?_rawbuild} to .gets patch
    
    - this is needed when we want to build tar without downstream patches in
      CoverityScan

 tar.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index 553d041..1c8ef72 100644
--- a/tar.spec
+++ b/tar.spec
@@ -68,7 +68,7 @@ the rmt package.
 %patch7 -p1 -b .fail
 %patch8 -p1 -b .openat
 %patch9 -p1 -b .update_and_changedir
-%patch10 -p1 -b .gets
+%patch10 -p1 -b .gets  %{?_rawbuild}
 
 autoreconf
 
@@ -130,6 +130,10 @@ fi
 %{_infodir}/tar.info*
 
 %changelog
+* Wed Oct 10 2012 Pavel Raiskup <praiskup at redhat.com> 2:1.26-13
+- allow to build tar in difference CoverityScan by forcing the '.gets' patch to
+  be applied even in the run without patches
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:1.26-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list