-
Notifications
You must be signed in to change notification settings - Fork 0
/
openshift-origin-cartridge-mock.spec
103 lines (82 loc) · 3.58 KB
/
openshift-origin-cartridge-mock.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
%global cartridgedir %{_libexecdir}/openshift/cartridges/mock
Summary: Mock cartridge for V2 Cartridge SDK
Name: openshift-origin-cartridge-mock
Version: 1.22.1
Release: 1%{?dist}
Group: Development/Languages
License: ASL 2.0
URL: https://www.openshift.com
Source0: http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
Requires: rubygem(openshift-origin-node)
Requires: openshift-origin-node-util
BuildArch: noarch
%description
Provides a mock cartridge for use in the V2 Cartridge SDK. Used to integration
test platform functionality. (Cartridge Format V2)
%prep
%setup -q
%build
%__rm %{name}.spec
%install
%__mkdir -p %{buildroot}%{cartridgedir}
%__cp -r * %{buildroot}%{cartridgedir}
%__cp .mock_hidden.erb %{buildroot}%{cartridgedir}
%files
%dir %{cartridgedir}
%attr(0755,-,-) %{cartridgedir}/bin/
%{cartridgedir}/conf
%{cartridgedir}/conf.d
%{cartridgedir}/env
%{cartridgedir}/metadata
%{cartridgedir}/template
%{cartridgedir}/usr
%{cartridgedir}/mock.conf
%{cartridgedir}/.mock_hidden.erb
%doc %{cartridgedir}/README.md
%doc %{cartridgedir}/COPYRIGHT
%doc %{cartridgedir}/LICENSE
%changelog
* Thu Jul 02 2015 Wesley Hearn <[email protected]> 1.22.1-1
- bump_minor_versions for 2.0.65 ([email protected])
* Tue Jun 30 2015 Wesley Hearn <[email protected]> 1.21.2-1
- Incorrect self-documents link in README.md for markers and cron under
.openshift ([email protected])
* Thu Jun 05 2014 Adam Miller <[email protected]> 1.21.1-1
- bump_minor_versions for sprint 46 ([email protected])
* Tue May 27 2014 Adam Miller <[email protected]> 1.20.2-1
- Make READMEs in template repos more obvious ([email protected])
* Fri May 16 2014 Adam Miller <[email protected]> 1.20.1-1
- bump_minor_versions for sprint 45 ([email protected])
* Fri Apr 25 2014 Adam Miller <[email protected]> 1.19.2-1
- mass bumpspec to fix tags ([email protected])
* Fri Apr 25 2014 Adam Miller <[email protected]>
- mass bumpspec to fix tags ([email protected])
* Fri Apr 25 2014 Adam Miller - 1.19.0-2
- bumpspec to mass fix tags
* Thu Apr 10 2014 Adam Miller <[email protected]> 1.18.2-1
- Merge pull request #5200 from ncdc/metrics ([email protected])
- Metrics ([email protected])
* Wed Apr 09 2014 Adam Miller <[email protected]> 1.18.1-1
- Removing file listed twice warnings ([email protected])
- bump_minor_versions for sprint 43 ([email protected])
* Tue Mar 25 2014 Adam Miller <[email protected]> 1.17.2-1
- Port cartridges to use logshifter ([email protected])
* Thu Feb 27 2014 Adam Miller <[email protected]> 1.17.1-1
- bump_minor_versions for sprint 41 ([email protected])
* Tue Feb 11 2014 Adam Miller <[email protected]> 1.16.3-1
- Merge pull request #4712 from tdawson/2014-02/tdawson/cartridge-deps
- Cleanup cartridge dependencies ([email protected])
* Mon Feb 10 2014 Adam Miller <[email protected]> 1.16.2-1
- Cleaning specs ([email protected])
* Mon Oct 21 2013 Adam Miller <[email protected]> 1.16.1-1
- Explicitly set protocols on endpoints that provide a frontend mapping
- Merge pull request #3747 from rmillner/frontend-sni-proxy
- Create HAProxy SNI proxy plugin package and use endpoint protocols
- Fix build-dependencies Fix scaling_functional_test ([email protected])
- Build & deployment improvements ([email protected])
- Build & deployment improvements ([email protected])
- bump_minor_versions for sprint 35 ([email protected])