From 557835fdb361538cedde837d65d05459b30bf281 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 18 Mar 2013 10:28:51 -0400 Subject: [PATCH] tweak buildrequires conditionals for el7 builds - fix a version comparison to expect newer texlive build requirements when %%{_rhel} > 6 rather than when it's > 7 --- krb5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/krb5.spec b/krb5.spec index 621f3a0..d0bbb4c 100644 --- a/krb5.spec +++ b/krb5.spec @@ -90,7 +90,7 @@ BuildRequires: libcom_err-devel, libss-devel BuildRequires: gzip, ncurses-devel, tar BuildRequires: python-sphinx # The texlive package got a lot more complicated here. -%if 0%{?fedora} > 17 || 0%{?rhel} > 7 +%if 0%{?fedora} > 17 || 0%{?rhel} > 6 # Taken from \usepackage directives produced by sphinx: BuildRequires: tex(babel.sty) BuildRequires: tex(bookmark.sty) @@ -809,6 +809,10 @@ exit 0 %{_sbindir}/uuserver %changelog +* Mon Mar 18 2013 Nalin Dahyabhai +- fix a version comparison to expect newer texlive build requirements when + %%{_rhel} > 6 rather than when it's > 7 + * Mon Mar 11 2013 Nathaniel McCallum 1.11.1-4 - Add libverto-devel requires for krb5-devel - Add otp support