Accepting request 207124 from network:ha-clustering:Factory
- crmd: Send the first throttle update - Upstream version cs: 2383f6c469bfb31da9efa8e4dd626de049e808c6 OBS-URL: https://build.opensuse.org/request/show/207124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=60
This commit is contained in:
commit
21f1779561
23
_service
Normal file
23
_service
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="url">git://github.com/ClusterLabs/pacemaker.git</param>
|
||||||
|
<param name="package-meta">yes</param>
|
||||||
|
<param name="exclude">.git</param>
|
||||||
|
<!--
|
||||||
|
To update to a new release, change "revision" to the desired
|
||||||
|
git commit hash and bump "version" if necessary
|
||||||
|
|
||||||
|
<param name="version">1.1.10</param>
|
||||||
|
-->
|
||||||
|
<param name="versionformat">1.1.10+git%cd.%h</param>
|
||||||
|
<param name="revision">2383f6c469bfb31da9efa8e4dd626de049e808c6</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="file">*pacemaker*.tar</param>
|
||||||
|
<param name="compression">bz2</param>
|
||||||
|
</service>
|
||||||
|
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
3
pacemaker-1.1.10+git20131112.2383f6c.tar.bz2
Normal file
3
pacemaker-1.1.10+git20131112.2383f6c.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb4196b30d9d642fb09a9ef4c53bbbead17d598f4f1b5a496c96f5fd79d2a2e5
|
||||||
|
size 9196048
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 07:19:28 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
|
- crmd: Send the first throttle update
|
||||||
|
- Upstream version cs: 2383f6c469bfb31da9efa8e4dd626de049e808c6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 10 00:43:46 UTC 2013 - ygao@suse.com
|
Sun Nov 10 00:43:46 UTC 2013 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -95,14 +95,14 @@ Name: pacemaker
|
|||||||
Summary: Scalable High-Availability cluster resource manager
|
Summary: Scalable High-Availability cluster resource manager
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Clustering/HA
|
Group: Productivity/Clustering/HA
|
||||||
Version: 1.1.10
|
Version: 1.1.10+git20131112.2383f6c
|
||||||
Release: 0
|
Release: 0
|
||||||
#Release: %{pcmk_release}%{?dist}
|
#Release: %{pcmk_release}%{?dist}
|
||||||
Url: http://www.clusterlabs.org
|
Url: http://www.clusterlabs.org
|
||||||
|
|
||||||
# export VER={upstream_version}
|
# export VER={upstream_version}
|
||||||
# wget --no-check-certificate -O ClusterLabs-pacemaker-${VER}.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/${VER}
|
# wget --no-check-certificate -O ClusterLabs-pacemaker-${VER}.tar.gz https://github.com/ClusterLabs/pacemaker/tarball/${VER}
|
||||||
Source0: %{name}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source100: pacemaker.rpmlintrc
|
Source100: pacemaker.rpmlintrc
|
||||||
Patch1: bug-806256_pacemaker-log-level-notice.patch
|
Patch1: bug-806256_pacemaker-log-level-notice.patch
|
||||||
Patch2: bug-728579_pacemaker-stonith-dev-id.patch
|
Patch2: bug-728579_pacemaker-stonith-dev-id.patch
|
||||||
@ -389,7 +389,7 @@ manager for Corosync, CMAN and/or Linux-HA.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n %{name}%{upstream_prefix}-%{upstream_version}
|
#%setup -q -n %{name}%{upstream_prefix}-%{upstream_version}
|
||||||
%setup -q -n %{name}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1fd4a243749d28098f29d357f075c316651f4564fc14b5fcc077b28287a7b12
|
|
||||||
size 8822832
|
|
Loading…
x
Reference in New Issue
Block a user