summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/obsolete-and-conflict/b.spec
blob: 96aa265b91ca8a0ff2d92b5a2b531721616ff7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Summary: b
Name: b
Version: 1
Release: 1
License: x
Provides: a > 1
Obsoletes: a <= 1
Requires: c

%description
x

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

%clean
rm -rf $RPM_BUILD_ROOT

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