summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/obsolete-and-conflict/b.spec
blob: 92594a686e8ed6b072d1cec7a9969a7dcb99e600 (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
Summary: b
Name: b
Version: 1
Release: 1
License: x
Group: x
Url: x
Provides: a > 1
Obsoletes: a <= 1
Requires: c

%description
x

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/etc
echo foo > $RPM_BUILD_ROOT/etc/foo

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
/etc/*