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

License:        NA

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