forked from ClusterLabs/crmsh
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: Remove outdated patch and update .spec file
- Loading branch information
Showing
2 changed files
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,14 +41,10 @@ Name: crmsh | |
Summary: High Availability cluster command-line interface | ||
License: GPL-2.0+ | ||
Group: %{pkg_group} | ||
Version: 2.0 | ||
Version: 2.2.0~rc1 | ||
Release: %{?crmsh_release}%{?dist} | ||
Url: http://crmsh.github.io | ||
Source0: crmsh.tar.bz2 | ||
# PATCH-FEATURE-OPENSUSE crmsh-cibadmin_can_patch.patch | ||
# [email protected] -- enable atomic CIB updates here, because our | ||
# pacemaker version has been fixed in the meantime | ||
Patch11: crmsh-cibadmin_can_patch.patch | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-build | ||
Requires(pre): pacemaker | ||
Requires: pssh | ||
|
@@ -60,7 +56,6 @@ BuildRequires: python-lxml | |
|
||
%if 0%{?suse_version} | ||
Requires: python-PyYAML | ||
BuildRequires: python-PyYAML | ||
# Suse splits this off into a separate package | ||
Requires: python-curses | ||
BuildRequires: fdupes | ||
|
@@ -74,7 +69,6 @@ BuildRequires: pacemaker-libs-devel | |
|
||
%if 0%{?fedora_version} | ||
Requires: PyYAML | ||
BuildRequires: PyYAML | ||
%endif | ||
|
||
# Required for core functionality | ||
|
@@ -122,7 +116,6 @@ Authors: Dejan Muhamedagic <[email protected]> and many others | |
|
||
%prep | ||
%setup -q -n %{upstream_prefix} | ||
%patch11 -p1 | ||
|
||
# Force the local time | ||
# | ||
|