File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ Summary: Make sure release branch dependency versions are locked down
2
+ Name: branch-deps
3
+ Version: 1.0.0
4
+ Release: 1%{?dist }
5
+ License: APL2.0
6
+ URL: http://github.com/openshift/origin-aggregated-logging
7
+ Group: System Environment/Daemons
8
+ BuildRoot: %{_tmppath }/%{name }-%{version }-%{release }-root-%(%{__id_u} -n)
9
+ BuildArch: noarch
10
+
11
+ Requires: skopeo-containers >= 1:0.1.27
12
+ Requires: skopeo-containers < 1:0.1.28
13
+ Requires: docker >= 2:1.12
14
+ Requires: docker < 2:1.13
15
+
16
+ %description
17
+ Make sure release branch dependency versions are locked down so that
18
+ we can run logging CI on a specific branch release.
19
+
20
+ %prep
21
+ cat > README<< EOF
22
+ Make sure release branch dependency versions are locked down so that
23
+ we can run logging CI on a specific branch release.
24
+ EOF
25
+
26
+ %build
27
+ # empty
28
+
29
+ %install
30
+ rm -rf $RPM_BUILD_ROOT
31
+
32
+ %clean
33
+ rm -rf $RPM_BUILD_ROOT
34
+
35
+ %files
36
+ %defattr(-,root,root,-)
37
+ %doc README
38
+
39
+ %changelog
40
+ *
Mon Mar 05 2018 Rich Megginson <[email protected] > -
1.0.0-1
41
+ - initial commit
42
+
You can’t perform that action at this time.
0 commit comments