-
Notifications
You must be signed in to change notification settings - Fork 5
/
openshift-haproxy-galera-mariadb.spec
76 lines (61 loc) · 2.45 KB
/
openshift-haproxy-galera-mariadb.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
%global cartridgedir %{_libexecdir}/openshift/cartridges/galera-mariadb
Summary: Provides galera mariadb cluster support
Name: openshift-origin-cartridge-galera-mariadb
Version: 5.5
Release: 1%{?dist}
Group: Network/Daemons
License: ASL 2.0
URL: http://www.openshift.com
Source0: https://github.com/andrewklau/openshift-galera-mariadb/archive/master.zip
Requires: MariaDB-Galera-server
Requires: MariaDB-client
# For RHEL6 install mariadb from official repo to get Galera support
%if 0%{?rhel}
Requires: MariaDB-Galera-server
Requires: MariaDB-client
Requires: MariaDB-compat
Requires: galera
Requires: telnet
%endif
Requires: rubygem(openshift-origin-node)
Requires: openshift-origin-node-util
BuildArch: noarch
%description
Provides mariadb galera cluster cartridge support to OpenShift. (Cartridge Format V2)
%prep
%setup -q
%build
%__rm %{name}.spec
%install
%__mkdir -p %{buildroot}%{cartridgedir}
%__cp -r * %{buildroot}%{cartridgedir}
%__rm %{buildroot}%{cartridgedir}/metadata/manifest.yml.*
%files
%dir %{cartridgedir}
%attr(0755,-,-) %{cartridgedir}/bin/
%attr(0755,-,-) %{cartridgedir}
%doc %{cartridgedir}/README.md
%doc %{cartridgedir}/COPYRIGHT
%doc %{cartridgedir}/LICENSE
%changelog
* Sun Mar 2 2014 Andrew Lau <[email protected]> 5.5
- Added mariadb-galera support
* Mon Jan 27 2014 Andrew Lau <[email protected]> 5.5
- Added mariadb support for RHEL/EL with SCL
* Fri Sep 13 2013 Troy Dawson <[email protected]> 1.15.1-1
- Bump up version ([email protected])
- Cartridge version bumps for 2.0.33 ([email protected])
- Updated cartridges and scripts for phpmyadmin-4 ([email protected])
- Cartridge - Sprint 2.0.32 cartridge version bumps ([email protected])
- <cartridges> Additional cart version and test fixes ([email protected])
- Bug 968280 - Ensure Stopping/Starting messages during git push Bug 983014 -
Unnecessary messages from mongodb cartridge ([email protected])
- Cartridge - Clean up manifests ([email protected])
- Various cleanup ([email protected])
- Pulled cartridge READMEs into Cartridge Guide ([email protected])
- Bug 985514 - Update CartridgeRepository when mcollectived restarted
- Bug 976921: Move cart installation to %%posttrans ([email protected])
- remove v2 folder from cart install ([email protected])
* Wed May 08 2013 Krishna Raman <[email protected]> 0.0.2-1
- new package built with tito