diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 17:29:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-13 17:29:03 +0000 |
commit | b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3 (patch) | |
tree | baddd8748f15f327e08c3a95c7cb5db987706311 /t/data/SPECS/file-conflicts/e.spec | |
parent | ff67b6f59bc756214429c0d986203cd5b50aeaf7 (diff) | |
download | urpmi-b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3.tar urpmi-b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3.tar.gz urpmi-b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3.tar.bz2 urpmi-b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3.tar.xz urpmi-b5b5b2687efaeef0b6970a46fe5b76bdbb4fb3e3.zip |
add a test for dir vs symlink conflict
Diffstat (limited to 't/data/SPECS/file-conflicts/e.spec')
-rw-r--r-- | t/data/SPECS/file-conflicts/e.spec | 22 |
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/* |