[Bug 581276] New: zypper dup --from does not downgrade packages
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c0 Summary: zypper dup --from does not downgrade packages Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: ctrippe@gmx.net QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=343465) --> (http://bugzilla.novell.com/attachment.cgi?id=343465) solverTestCase from zypper dup --from User-Agent: Mozilla/5.0 (compatible; Konqueror/4.4; Linux) KHTML/4.4.0 (like Gecko) SUSE I wanted to update to the lasted KDE packages from the KDE Factory repo of the buildservice. For this I used 'zypper -v dup --from KDE4' and was surprised that it did not want to install synaptiks which is new in that repo and I had it installed before from another repo. So I tried 'zypper -v dup -r KDE4' and found compared to the first command that zypper now wants to downgrade some packages which was not the case with '--from', see list below Die folgenden Pakete werden durch eine ältere Version ausgetauscht: kbluetooth 0.4.RC2-2.10 -> 0.4-5.2 kipi-plugins 1.1.0-52.2 -> 1.1.0-50.12 kipi-plugins-lang 1.1.0-52.2 -> 1.1.0-50.12 libqt4 4.6.2-98.1 -> 4.6.2-2.1 libqt4-debuginfo 4.6.2-98.1 -> 4.6.2-2.1 libqt4-devel 4.6.2-98.1 -> 4.6.2-2.1 libqt4-qt3support 4.6.2-98.1 -> 4.6.2-2.1 libqt4-sql 4.6.2-98.1 -> 4.6.2-2.1 libqt4-sql-sqlite 4.6.2-98.1 -> 4.6.2-2.1 libqt4-x11 4.6.2-98.1 -> 4.6.2-2.1 libqt4-x11-debuginfo 4.6.2-98.1 -> 4.6.2-2.1 libQtWebKit4 4.6.2-98.1 -> 4.6.2-2.1 libQtWebKit-devel 4.6.2-98.1 -> 4.6.2-2.1 synaptiks 0.3.2-1.10 -> 0.3.2-1.8 synaptiks-debuginfo 0.3.2-1.10 -> 0.3.2-1.8 So I conclude 'zypper dup --from' does not downgrade packages (any longer) christian@asterix:~> rpm -qa | grep zypp libzypp-6.21.2-1.1.1.i586 zypper-1.2.8-0.1.3.i586 I attach the solver test case generated by 'zypper dup --debug-solver --from KDE4' Reproducible: Always -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c1 --- Comment #1 from Michael Schröder <mls@novell.com> 2010-02-19 14:07:11 UTC --- Can you please attach the zypper logfile, i.e. do rm /var/log/zypper.log zypper dup --from KDE4 Cancel and attach the resulting log file. Thanks! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c2 --- Comment #2 from Christian Trippe <ctrippe@gmx.net> 2010-02-19 14:17:10 UTC --- Created an attachment (id=343469) --> (http://bugzilla.novell.com/attachment.cgi?id=343469) zypper.log -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c3 --- Comment #3 from Michael Schröder <mls@novell.com> 2010-02-19 16:11:33 UTC --- Ok, I can reproduce it. The bug depends on the order of the repositories, that's why it didn't show up in when using the solver testcase. Fixing... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c4 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Michael Schröder <mls@novell.com> 2010-02-19 16:38:19 UTC --- Fixed. It only worked correctly if the installed packages came first. For some strange reason zypper puts them last. Will be fixed with the next update stack maintenance update (libsatsolver 0.14.15). As a workaround please use the graphical yast2 interface, select the KDE4 repo in the "Repositories" tab and choose the "switch system packages" link. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c5 --- Comment #5 from Christian Trippe <ctrippe@gmx.net> 2010-02-19 17:50:38 UTC --- Thanks for the quick fix. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c6 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vpelcak@novell.com --- Comment #6 from Michael Schröder <mls@novell.com> 2010-04-01 09:29:36 UTC --- *** Bug 574740 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=574740 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=581276 http://bugzilla.novell.com/show_bug.cgi?id=581276#c7 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:11.2:32913 --- Comment #7 from Swamp Workflow Management <swamp@suse.com> 2010-05-06 15:05:58 UTC --- Update released for: PackageKit, PackageKit-debuginfo, PackageKit-debugsource, PackageKit-devel, PackageKit-doc, PackageKit-lang, libpackagekit-glib12, libpackagekit-glib12-debuginfo, libpackagekit-glib12-devel, libpackagekit-qt12, libpackagekit-qt12-debuginfo, libpackagekit-qt12-devel, libsatsolver, libsatsolver-debugsource, libsatsolver-demo, libsatsolver-demo-debuginfo, libsatsolver-devel, libsatsolver-devel-debuginfo, libzypp, libzypp-bindings, libzypp-debuginfo, libzypp-debugsource, libzypp-devel, perl-satsolver, perl-satsolver-debuginfo, perl-zypp, python-satsolver, python-satsolver-debuginfo, python-zypp, ruby-satsolver, ruby-satsolver-debuginfo, ruby-zypp, ruck, satsolver-tools, satsolver-tools-debuginfo, yast2-ncurses, yast2-ncurses-debuginfo, yast2-ncurses-debugsource, yast2-ncurses-devel, yast2-ncurses-pkg, yast2-ncurses-pkg-debuginfo, yast2-ncurses-pkg-debugsource, yast2-qt-pkg, yast2-qt-pkg-debuginfo, yast2-qt-pkg-debugsource, zypp-testsuite-tools, zypper, zypper-debuginfo, zypper-debugsource Products: openSUSE 11.2 (debug, i586, x86_64) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com