[grib_api] Revert to /bin/ksh

Orion Poplawski orion at fedoraproject.org
Tue Jul 17 02:31:32 UTC 2012


commit 1be6ec27ceaf3b25cda90bef18e21d5abc7f2122
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Jul 16 20:31:23 2012 -0600

    Revert to /bin/ksh

 grib_api.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/grib_api.spec b/grib_api.spec
index 4540ac2..d096545 100644
--- a/grib_api.spec
+++ b/grib_api.spec
@@ -1,6 +1,6 @@
 Name:           grib_api
 Version:        1.9.16
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        WMO FM-92 GRIB (v1,v2) interface accessible from C and FORTRAN programs
 
 Group:          Applications/System
@@ -42,10 +42,8 @@ Static libraries for %{name}
 %prep
 %setup -q
 %patch0 -p1 -b .paths
-%if 0%{?fedora} < 17
 # Fix ksh path
 sed -i -e 's,/usr/bin/ksh,/bin/ksh,' tools/grib1to2.txt
-%endif
 
 
 %build
@@ -99,6 +97,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.a
 
 %changelog
+* Mon Jul 16 2012 Orion Poplawski <orion at cora.nwra.com> - 1.9.16-4
+- Revert to /bin/ksh
+
 * Mon Jul 9 2012 Orion Poplawski <orion at cora.nwra.com> - 1.9.16-3
 - Definitions are not documentation
 - Drop INSTALL from docs


More information about the scm-commits mailing list