pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Mandriva - collaborative debugging tool What's a private pastebin?

Posted by Anssi on Fri 13th Jun 16:47 (modification of post by view diff)
download | new post

  1. Index: t/data/SPECS/epochless-conflict-with-promotion/b.spec
  2. ===================================================================
  3. --- t/data/SPECS/epochless-conflict-with-promotion/b.spec       (revision 0)
  4. +++ t/data/SPECS/epochless-conflict-with-promotion/b.spec       (revision 0)
  5.  -0,0 +1,14 @@
  6. +Summary: x
  7. +Name: b
  8. +Version: 1
  9. +Release: 1
  10. +License: x
  11. +Group: x
  12. +Url: x
  13. +Conflicts: a <= 2
  14. +BuildRoot: %{_tmppath}/%{name}
  15. +
  16. +%description
  17. +x
  18. +
  19. +%files
  20. Index: t/data/SPECS/epochless-conflict-with-promotion/a1.spec
  21. ===================================================================
  22. --- t/data/SPECS/epochless-conflict-with-promotion/a1.spec      (revision 0)
  23. +++ t/data/SPECS/epochless-conflict-with-promotion/a1.spec      (revision 0)
  24.  -0,0 +1,13 @@
  25. +Summary: x
  26. +Name: a
  27. +Version: 1
  28. +Release: 1
  29. +License: x
  30. +Group: x
  31. +Url: x
  32. +BuildRoot: %{_tmppath}/%{name}
  33. +
  34. +%description
  35. +x
  36. +
  37. +%files
  38. Index: t/data/SPECS/epochless-conflict-with-promotion/a2.spec
  39. ===================================================================
  40. --- t/data/SPECS/epochless-conflict-with-promotion/a2.spec      (revision 0)
  41. +++ t/data/SPECS/epochless-conflict-with-promotion/a2.spec      (revision 0)
  42.  -0,0 +1,14 @@
  43. +Summary: x
  44. +Name: a
  45. +Epoch: 1
  46. +Version: 2
  47. +Release: 1
  48. +License: x
  49. +Group: x
  50. +Url: x
  51. +BuildRoot: %{_tmppath}/%{name}
  52. +
  53. +%description
  54. +x
  55. +
  56. +%files
  57. Index: t/superuser--epochless-conflict-with-promotion.t
  58. ===================================================================
  59. --- t/superuser--epochless-conflict-with-promotion.t    (revision 0)
  60. +++ t/superuser--epochless-conflict-with-promotion.t    (revision 0)
  61.  -0,0 +1,25 @@
  62. +#!/usr/bin/perl
  63. +
  64. +# a-1 does not have epoch
  65. +# a-2 has epoch 1
  66. +#
  67. +# b conflicts with a <= 2
  68. +#
  69. +# RPM does not consider this a conflict with a-2, so urpmi should promote it.
  70. +#
  71. +use strict;
  72. +use lib '.', 't';
  73. +use helper;
  74. +use urpm::util;
  75. +use Test::More 'no_plan';
  76. +
  77. +need_root_and_prepare();
  78. +
  79. +my $name = 'epochless-conflict-with-promotion';
  80. +urpmi_addmedia("$name $::pwd/media/$name");
  81. +
  82. +urpmi('a-1');
  83. +check_installed_fullnames('a-1-1');
  84. +
  85. +urpmi('--auto b');
  86. +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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me