From 4697ba048be2e4a88deabe00d4454ca185b83a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Tue, 13 Oct 2015 21:16:33 +0200 Subject: [PATCH] 1.1.13-2.rev4: drop irrelevant conditionals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Partly adopted from another spec) Signed-off-by: Jan Pokorný Signed-off-by: Jan Pokorný --- pacemaker.spec | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/pacemaker.spec b/pacemaker.spec index 66d41ee..0337ad3 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -2,7 +2,7 @@ %global uname hacluster %global pcmk_docdir %{_docdir}/%{name} -%global specversion 2.rev3 +%global specversion 2.rev4 %global commit 6052cd16c2f455809f8088af76ce86483bf98353 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global github_owner ClusterLabs @@ -67,10 +67,6 @@ Requires: %{name}-cli = %{version}-%{release} %systemd_requires %endif -%if 0%{?rhel} > 0 -ExclusiveArch: i686 x86_64 -%endif - # Required for core functionality BuildRequires: automake autoconf libtool pkgconfig python libtool-ltdl-devel BuildRequires: glib2-devel libxml2-devel libxslt-devel libuuid-devel @@ -85,31 +81,12 @@ Requires: libqb > 0.11.0 # Enables optional functionality BuildRequires: ncurses-devel openssl-devel libselinux-devel docbook-style-xsl -BuildRequires: bison byacc flex help2man dbus-devel +BuildRequires: bison byacc flex help2man gnutls-devel dbus-devel %if %{defined _unitdir} BuildRequires: systemd-devel %endif -%if 0%{?suse_version} >= 1100 -# Renamed since opensuse-11.0 -BuildRequires: libgnutls-devel -%else -BuildRequires: gnutls-devel -%endif - -%if 0%{?fedora} > 0 -%if 0%{?fedora} < 17 -BuildRequires: clusterlib-devel -%endif -%endif - -%if 0%{?rhel} > 0 -%if 0%{?rhel} < 7 -BuildRequires: clusterlib-devel -%endif -%endif - Requires: corosync BuildRequires: corosynclib-devel