From 3036fe3904d6e8e7bcfe384457bbb7399f57bf7f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Aug 2007 11:26:05 +0000 Subject: new test for file conflicts --- t/data/SPECS/file-conflicts/c.spec | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 t/data/SPECS/file-conflicts/c.spec (limited to 't/data/SPECS/file-conflicts/c.spec') diff --git a/t/data/SPECS/file-conflicts/c.spec b/t/data/SPECS/file-conflicts/c.spec new file mode 100644 index 00000000..17289949 --- /dev/null +++ b/t/data/SPECS/file-conflicts/c.spec @@ -0,0 +1,22 @@ +Summary: x +Name: c +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildArch: noarch + +%description +x + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/etc +echo bar > $RPM_BUILD_ROOT/etc/bar + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +/etc/* -- cgit v1.2.1