Accepting request 691609 from home:jengelh:branches:network:ha-clustering:Factory

- Drop %if..%endif guards around %packages which does not
  affect the build result.

OBS-URL: https://build.opensuse.org/request/show/691609
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=324
This commit is contained in:
Yan Gao 2019-04-05 09:23:39 +00:00 committed by Git OBS Bridge
parent 68aa3f89d0
commit 5adb82fa5f
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 4 11:13:13 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Drop %if..%endif guards around %packages which does not
affect the build result.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 4 09:09:49 UTC 2019 - Yan Gao <ygao@suse.com> Thu Apr 4 09:09:49 UTC 2019 - Yan Gao <ygao@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -215,7 +215,6 @@ manager.
The libpacemaker3 package contains shared libraries needed for cluster The libpacemaker3 package contains shared libraries needed for cluster
nodes and those just running the CLI tools. nodes and those just running the CLI tools.
%if %{enable_lib_cluster_pkg}
%package -n libpacemaker3-cluster %package -n libpacemaker3-cluster
Summary: Cluster Libraries used by Pacemaker Summary: Cluster Libraries used by Pacemaker
Group: Productivity/Clustering/HA Group: Productivity/Clustering/HA
@ -227,7 +226,6 @@ manager.
The libpacemaker3-cluster package contains cluster-aware shared The libpacemaker3-cluster package contains cluster-aware shared
libraries needed for nodes that will form part of the cluster nodes. libraries needed for nodes that will form part of the cluster nodes.
%endif
%package remote %package remote
Summary: Pacemaker remote daemon for non-cluster nodes Summary: Pacemaker remote daemon for non-cluster nodes
@ -290,7 +288,6 @@ Recommends: python3-systemd
%description cts %description cts
Test framework for cluster-related technologies like Pacemaker Test framework for cluster-related technologies like Pacemaker
%if %{with doc}
%package doc %package doc
Summary: Documentation for Pacemaker Summary: Documentation for Pacemaker
Group: Productivity/Clustering/HA Group: Productivity/Clustering/HA
@ -301,7 +298,6 @@ Documentation for Pacemaker.
Pacemaker is an advanced, scalable High-Availability cluster resource Pacemaker is an advanced, scalable High-Availability cluster resource
manager. manager.
%endif
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}