summaryrefslogtreecommitdiffstats
path: root/t/data
diff options
context:
space:
mode:
Diffstat (limited to 't/data')
-rw-r--r--t/data/SPECS/file-conflicts/e.spec22
1 files changed, 22 insertions, 0 deletions
diff --git a/t/data/SPECS/file-conflicts/e.spec b/t/data/SPECS/file-conflicts/e.spec
new file mode 100644
index 00000000..d06e1ced
--- /dev/null
+++ b/t/data/SPECS/file-conflicts/e.spec
@@ -0,0 +1,22 @@
+Summary: x
+Name: e
+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
+ln -s d $RPM_BUILD_ROOT/etc/dir
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+/etc/*