robert pushed to arj (el5). "Corrected from %patch to %patch0 to make rpm > 4.4 happy"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 3 14:06:46 UTC 2015


>From eed6f77080885c8767e7bb50a44e2f72ae712230 Mon Sep 17 00:00:00 2001
From: Robert Scheck <robert at fedoraproject.org>
Date: Sat, 30 Aug 2008 14:01:08 +0000
Subject: Corrected from %patch to %patch0 to make rpm > 4.4 happy


diff --git a/arj.spec b/arj.spec
index b981161..f0b0aab 100644
--- a/arj.spec
+++ b/arj.spec
@@ -1,6 +1,6 @@
 Name:           arj
 Version:        3.10.22
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Archiver for .arj files
 Group:          Applications/Archiving
 License:        GPL+
@@ -25,7 +25,7 @@ provided by ARJ Software, Inc.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 for i in debian/patches/00*.patch; do
   patch -p1 < $i
 done
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 30 2008 Robert Scheck <robert at fedoraproject.org> 3.10.22-5
+- Corrected from %%patch to %%patch0 to make rpm > 4.4 happy
+
 * Mon Mar 31 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 3.10.22-4
 - Fix missing prototype compiler warnings
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/arj.git/commit/?h=el5&id=eed6f77080885c8767e7bb50a44e2f72ae712230


More information about the scm-commits mailing list