summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/builds/aos-package-checks/root/root/break-yum-update-2.spec
blob: ebd7eb443a34bebe255eff04236cb00bbdfe2c2b (plain)
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
Name:           break-yum-update
Version:        1.0
Release:        2
Summary:        Package for breaking updates by requiring things that don't exist

License:        NA

Requires:	package-that-does-not-exist
Source0:	http://example.com/foo.tgz
BuildArch:	noarch

%description
Package for breaking updates by requiring things that don't exist


%prep
%setup -q


%build


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT


%files
%doc



%changelog