Posted by Anssi on Fri 13th Jun 16:47 (modification of post by view diff)
download | new post
-
Index: t/data/SPECS/epochless-conflict-with-promotion/b.spec
-
===================================================================
-
--- t/data/SPECS/epochless-conflict-with-promotion/b.spec (revision 0)
-
+++ t/data/SPECS/epochless-conflict-with-promotion/b.spec (revision 0)
-
-0,0 +1,14 @@
-
+Summary: x
-
+Name: b
-
+Version: 1
-
+Release: 1
-
+License: x
-
+Group: x
-
+Url: x
-
+Conflicts: a <= 2
-
+BuildRoot: %{_tmppath}/%{name}
-
+
-
+%description
-
+x
-
+
-
+%files
-
Index: t/data/SPECS/epochless-conflict-with-promotion/a1.spec
-
===================================================================
-
--- t/data/SPECS/epochless-conflict-with-promotion/a1.spec (revision 0)
-
+++ t/data/SPECS/epochless-conflict-with-promotion/a1.spec (revision 0)
-
-0,0 +1,13 @@
-
+Summary: x
-
+Name: a
-
+Version: 1
-
+Release: 1
-
+License: x
-
+Group: x
-
+Url: x
-
+BuildRoot: %{_tmppath}/%{name}
-
+
-
+%description
-
+x
-
+
-
+%files
-
Index: t/data/SPECS/epochless-conflict-with-promotion/a2.spec
-
===================================================================
-
--- t/data/SPECS/epochless-conflict-with-promotion/a2.spec (revision 0)
-
+++ t/data/SPECS/epochless-conflict-with-promotion/a2.spec (revision 0)
-
-0,0 +1,14 @@
-
+Summary: x
-
+Name: a
-
+Epoch: 1
-
+Version: 2
-
+Release: 1
-
+License: x
-
+Group: x
-
+Url: x
-
+BuildRoot: %{_tmppath}/%{name}
-
+
-
+%description
-
+x
-
+
-
+%files
-
Index: t/superuser--epochless-conflict-with-promotion.t
-
===================================================================
-
--- t/superuser--epochless-conflict-with-promotion.t (revision 0)
-
+++ t/superuser--epochless-conflict-with-promotion.t (revision 0)
-
-0,0 +1,25 @@
-
+#!/usr/bin/perl
-
+
-
+# a-1 does not have epoch
-
+# a-2 has epoch 1
-
+#
-
+# b conflicts with a <= 2
-
+#
-
+# RPM does not consider this a conflict with a-2, so urpmi should promote it.
-
+#
-
+use strict;
-
+use lib '.', 't';
-
+use helper;
-
+use urpm::util;
-
+use Test::More 'no_plan';
-
+
-
+need_root_and_prepare();
-
+
-
+my $name = 'epochless-conflict-with-promotion';
-
+urpmi_addmedia("$name $::pwd/media/$name");
-
+
-
+urpmi('a-1');
-
+check_installed_fullnames('a-1-1');
-
+
-
+urpmi('--auto b');
-
+check_installed_and_remove('a', 'b');
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.