[myproxy/f18] rpm .spec file parsing oddness.

stevetraylen stevetraylen at fedoraproject.org
Wed Dec 19 15:34:33 UTC 2012


commit aa02c8b0241040ce90e36d0df0e086ef185206ea
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Wed Dec 19 16:33:57 2012 +0100

    rpm .spec file parsing oddness.

 myproxy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/myproxy.spec b/myproxy.spec
index 251ea22..26b7144 100644
--- a/myproxy.spec
+++ b/myproxy.spec
@@ -16,7 +16,7 @@
 
 Name:           myproxy
 Version:        5.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manage X.509 Public Key Infrastructure (PKI) security credentials
 
 Group:          System Environment/Daemons
@@ -56,7 +56,7 @@ BuildRequires: graphviz-gd
 %endif
 
 BuildRequires:  tex(latex)
-%if %{?fedora}%{!?fedora:0} >= 18 || %{?rhel}%{!?rhel:0} >= 7
+%if ! 0%{?el5}%{?el6}
 BuildRequires:  tex(sectsty.sty)
 BuildRequires:  tex(tocloft.sty)
 BuildRequires:  tex(xtab.sty)
@@ -436,6 +436,9 @@ fi
 %{_libdir}/pkgconfig/myproxy.pc
 
 %changelog
+* Wed Dec 17 2012 Steve Traylen <steve.traylen at cern.ch> - 5.9-2
+- rpm .spec file parsing oddness.
+
 * Mon Dec 17 2012 Steve Traylen <steve.traylen at cern.ch> - 5.9-1
 - Update to 5.9 , update TeX build requirements.
 - remove myproxy-server-setup script, rhbz#671561. 


More information about the scm-commits mailing list