diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 16:25:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 16:25:18 +0000 |
commit | 57ce115d84224fe8dd75f19490f788fe8acf198c (patch) | |
tree | b66cbe8793ca5291d0e7ea7f73bba593296fe949 /t/data/SPECS/prefer/b.spec | |
parent | f0c0ba3c176af4afd6659f532541043c7143e0e8 (diff) | |
download | urpmi-57ce115d84224fe8dd75f19490f788fe8acf198c.tar urpmi-57ce115d84224fe8dd75f19490f788fe8acf198c.tar.gz urpmi-57ce115d84224fe8dd75f19490f788fe8acf198c.tar.bz2 urpmi-57ce115d84224fe8dd75f19490f788fe8acf198c.tar.xz urpmi-57ce115d84224fe8dd75f19490f788fe8acf198c.zip |
- urpmi
o handle preferred choices (through --prefer, /etc/urpmi/prefer.list
and /etc/urpmi/prefer.vendor.list)
Diffstat (limited to 't/data/SPECS/prefer/b.spec')
-rw-r--r-- | t/data/SPECS/prefer/b.spec | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/data/SPECS/prefer/b.spec b/t/data/SPECS/prefer/b.spec new file mode 100644 index 00000000..e7d79d76 --- /dev/null +++ b/t/data/SPECS/prefer/b.spec @@ -0,0 +1,14 @@ +Summary: x +Name: b +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Provides: virtual1 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |