|
Bugzilla – Full Text Bug Listing |
| Summary: | zypper -x outputs wrong values for arch-old | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.2 | Reporter: | Marcus Furlong <furlongm> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | maint:released:sle11-sp2:53562 maint:released:sle11-sp1:55628 | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | fix old-arch typo | ||
fixed in git for zypper-1.7.12 (1.8.12) openSUSE-RU-2013:0736-1: An update that has 6 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 772965,773467,779740,793809,804219,806568 CVE References: Sources used: openSUSE 12.2 (src): libqdialogsolver1-1.3.0-14.8.2, libsolv-0.1.1-4.9.1, libzypp-11.9.0-2.12.2, libzypp-bindings-0.5.13-2.4.1, libzypp-testsuite-tools-4.2.11-14.12.1, zypp-plugin-0.3-5.5.1, zypper-1.7.12-1.13.1 Update released for: PackageKit, PackageKit-debuginfo, PackageKit-debugsource, PackageKit-devel, PackageKit-gstreamer-plugin, PackageKit-lang, libpackagekit-glib10, libpackagekit-glib10-devel, libpackagekit-qt10, libpackagekit-qt10-devel, libzypp, libzypp-debuginfo, libzypp-debugsource, libzypp-devel, zypper, zypper-debuginfo, zypper-debugsource, zypper-log Products: SLE-DEBUGINFO 11-SP2 (i386, ia64, ppc64, s390x, x86_64) SLE-DESKTOP 11-SP2 (i386, x86_64) SLE-SDK 11-SP2 (i386, ia64, ppc64, s390x, x86_64) SLE-SERVER 11-SP2 (i386, ia64, ppc64, s390x, x86_64) SLES4VMWARE 11-SP2 (i386, x86_64) openSUSE-RU-2013:1259-1: An update that has 14 recommended fixes can now be installed. Category: recommended (low) Bug References: 640403,741758,779740,793809,798290,803316,811997,812608,819354,820444,824110,825490,827609,828389 CVE References: Sources used: openSUSE 12.3 (src): libqdialogsolver1-1.3.1-2.10.2, libsolv-0.3.2-2.10.1, libzypp-12.13.3-1.11.1, libzypp-bindings-0.5.14-1.10.1, libzypp-testsuite-tools-4.3.1-2.10.2, zypp-plugin-0.3-8.11.1, zypper-1.8.16-1.10.1 SUSE-YU-2014:0090-1: An update that has 5 YOU fixes can now be installed. Category: YOU (moderate) Bug References: 793809,846565,850907,852943,854784 CVE References: Sources used: SUSE Manager Client Tools for SLE 11 SP1 (src): libzypp-6.39.3-0.3.1, zypper-1.3.25-0.3.1 Update released for: libzypp, libzypp-debuginfo, libzypp-debugsource, libzypp-devel, zypper, zypper-debuginfo, zypper-debugsource Products: SLE-SERVER 11-SP1-CLIENT-TOOLS (i386, ia64, ppc64, s390x, x86_64) SLE-SERVER 11-SP1-TERADATA (x86_64) |
Created attachment 516476 [details] fix old-arch typo User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.13 (KHTML, like Gecko) Chrome/24.0.1290.0 Safari/537.13 SUSE/24.0.1290.0 zypper outputs the wrong value for arch-old in xml output mode. Issue also exists and was found on SLES 11 SP2 (couldn't find product in dropdown box when reporting bug). E.g. # zypper --no-refresh -x -n up -t package --dry-run ... ... <solvable type="package" name="yast2-samba-server" edition="2.17.14-0.5.1" arch="noarch" edition-old="2.17.13-0.7.5" arch-old="2.17.13-0.7.5" summary="YaST2 - Samba Server Configuration"> This package contains the YaST2 component for Samba server configuration.</solvable> ... ... Reproducible: Always Steps to Reproduce: 1. zypper --no-refresh -x -n up -t package --dry-run 2. 3. Actual Results: zypper gives the old-edition instead of old-arch Expected Results: zypper should give old-arch