Mageia Bugzilla – Attachment 4181 Details for
Bug 10659
urpmi doesn't uninstall foo if it is obsoleted with "foo <= [last version]"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for null to test obsoletes
null.patch (text/plain), 745 bytes, created by
Jani Välimaa
on 2013-07-01 17:50:44 CEST
(
hide
)
Description:
Patch for null to test obsoletes
Filename:
MIME Type:
Creator:
Jani Välimaa
Created:
2013-07-01 17:50:44 CEST
Size:
745 bytes
patch
obsolete
>Index: SPECS/null.spec >=================================================================== >--- SPECS/null.spec (revision 449268) >+++ SPECS/null.spec (working copy) >@@ -1,15 +1,16 @@ > # test comment for veiwvc > Epoch: 1 >-Name: null >+Name: null2 > Version: 10 >-Release: %mkrel 3 >-Source: %name-%version.tgz >+Release: %mkrel 4 >+Source: null-%version.tgz > Source1: test.txt > Patch0: null-10-mga-test-patch.patch > Summary: A dummy package for bs testing purpose > Group: Documentation > License: GPL > ExclusiveArch: %{ix86} x86_64 >+Obsoletes: null <= 1:10-3 > > %description > Dummy package. >@@ -23,7 +24,7 @@ > A dummy subpackage in section %distro_section > > %prep >-%setup >+%setup -n null-%{version} > cp %{_sourcedir}/test.txt ./test.txt > %patch0 -p1 >
Index: SPECS/null.spec =================================================================== --- SPECS/null.spec (revision 449268) +++ SPECS/null.spec (working copy) @@ -1,15 +1,16 @@ # test comment for veiwvc Epoch: 1 -Name: null +Name: null2 Version: 10 -Release: %mkrel 3 -Source: %name-%version.tgz +Release: %mkrel 4 +Source: null-%version.tgz Source1: test.txt Patch0: null-10-mga-test-patch.patch Summary: A dummy package for bs testing purpose Group: Documentation License: GPL ExclusiveArch: %{ix86} x86_64 +Obsoletes: null <= 1:10-3 %description Dummy package. @@ -23,7 +24,7 @@ A dummy subpackage in section %distro_section %prep -%setup +%setup -n null-%{version} cp %{_sourcedir}/test.txt ./test.txt %patch0 -p1
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10659
: 4181