From 8f89520ea7bc8e0200321f6996c7ea7b9e1d6410f1078917ab667695b11fdcc8 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Fri, 15 Nov 2013 12:09:19 +0000 Subject: [PATCH] Don't try to BuildRequire texlive-nopageno on openSUSE <= 12.2 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/csync2?expand=0&rev=35 --- csync2.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csync2.spec b/csync2.spec index d8f8620..0ad4f28 100644 --- a/csync2.spec +++ b/csync2.spec @@ -59,7 +59,9 @@ BuildRequires: systemd %endif # texlive is for pdflatex to build PDF version of the manual BuildRequires: texlive-latex +%if 0%{?suse_version > 1220 BuildRequires: texlive-nopageno +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build