[libytnef/el6] Rebuild for el5

Jeff Sheltren sheltren at fedoraproject.org
Thu Aug 14 17:52:52 UTC 2014


commit 41f2a18f8722a93310418af7e670bcd6757b9fd6
Author: Jeff Sheltren <jeff at tag1consulting.com>
Date:   Thu Aug 14 10:48:44 2014 -0700

    Rebuild for el5
    
    - Fix patch -b flag to work on el5.

 libytnef.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libytnef.spec b/libytnef.spec
index 5c6475d..0a9ac49 100644
--- a/libytnef.spec
+++ b/libytnef.spec
@@ -1,6 +1,6 @@
 Name:           libytnef
 Version:        1.5
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        TNEF Stream Parser Library
 
 Group:          System Environment/Libraries
@@ -30,7 +30,7 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b.bufferoverflow
+%patch0 -p1 -b .bufferoverflow
 
 %build
 %configure --disable-static
@@ -64,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 14 2014 Jeff Sheltren <jeff at tag1consulting.com> - 1.5-12
+- Rebuild for el5
+- Fix patch -b flag to work on el5.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list