diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-28 13:48:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-28 13:48:38 +0000 |
commit | 89a3bda63bc21a21715df3ce530ae85972ce96e6 (patch) | |
tree | 08a4a88f870ee148c3e6f9fcc99233b895f9d247 /t/data/SPECS/orphans-1 | |
parent | bb0fabd2c2bffcf3def2c8c538921305d09ec298 (diff) | |
download | urpmi-89a3bda63bc21a21715df3ce530ae85972ce96e6.tar urpmi-89a3bda63bc21a21715df3ce530ae85972ce96e6.tar.gz urpmi-89a3bda63bc21a21715df3ce530ae85972ce96e6.tar.bz2 urpmi-89a3bda63bc21a21715df3ce530ae85972ce96e6.tar.xz urpmi-89a3bda63bc21a21715df3ce530ae85972ce96e6.zip |
- urpmi
o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ;
urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not
remove firefox (cf #45054)
(this is especially bad for DrakX/rpmsrate)
Diffstat (limited to 't/data/SPECS/orphans-1')
-rw-r--r-- | t/data/SPECS/orphans-1/u1.spec | 14 | ||||
-rw-r--r-- | t/data/SPECS/orphans-1/u2.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/orphans-1/u3.spec | 13 | ||||
-rw-r--r-- | t/data/SPECS/orphans-1/u4.spec | 14 |
4 files changed, 54 insertions, 0 deletions
diff --git a/t/data/SPECS/orphans-1/u1.spec b/t/data/SPECS/orphans-1/u1.spec new file mode 100644 index 00000000..cfdfe60a --- /dev/null +++ b/t/data/SPECS/orphans-1/u1.spec @@ -0,0 +1,14 @@ +Summary: x +Name: u1 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: u2 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/orphans-1/u2.spec b/t/data/SPECS/orphans-1/u2.spec new file mode 100644 index 00000000..556b628f --- /dev/null +++ b/t/data/SPECS/orphans-1/u2.spec @@ -0,0 +1,13 @@ +Summary: x +Name: u2 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/orphans-1/u3.spec b/t/data/SPECS/orphans-1/u3.spec new file mode 100644 index 00000000..f9c12a83 --- /dev/null +++ b/t/data/SPECS/orphans-1/u3.spec @@ -0,0 +1,13 @@ +Summary: x +Name: u3 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files diff --git a/t/data/SPECS/orphans-1/u4.spec b/t/data/SPECS/orphans-1/u4.spec new file mode 100644 index 00000000..5c84b88c --- /dev/null +++ b/t/data/SPECS/orphans-1/u4.spec @@ -0,0 +1,14 @@ +Summary: x +Name: u4 +Version: 1 +Release: 1 +License: x +Group: x +Url: x +Requires: u3 +BuildRoot: %{_tmppath}/%{name} + +%description +x + +%files |