[Bug 351380] New: repodata doesn't list Recommends:
https://bugzilla.novell.com/show_bug.cgi?id=351380 Summary: repodata doesn't list Recommends: Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mmarek@novell.com QAContact: adrian@novell.com Found By: --- # zypper -v in osc .. The following NEW package is going to be installed: osc-0.99-5.4.x86_64 (openSUSE:Tools) ^^^^^^^^^^^^^^ rpm-python, which is a Recommends: dependency of osc, isn't offered. When installing osc from Factory, both are installed. curl http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_Factory/r... | zgrep rpm-python only shows webpin's rpm-python hard dependency. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User mvidner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c1 Martin Vidner <mvidner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvidner@novell.com Summary|repodata doesn't list Recommends: |OBS repodata doesn't list Recommends: --- Comment #1 from Martin Vidner <mvidner@novell.com> 2008-01-03 07:21:22 MST --- To clarify, the problem seems to be with the build service. For example http://download.opensuse.org/update/10.3/repodata/primary.xml.gz does have some <rpm:recommends>. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c2 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ro@novell.com AssignedTo|bnc-team-screening@forge.provo.novell.com |mls@novell.com --- Comment #2 from Adrian Schröter <adrian@novell.com> 2008-01-07 01:49:07 MST --- The rpm package contains the dep, we use also latest createrepo. Michael, Rudi, any idea what is needed else to export Recommends ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mls@novell.com |cthiel@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c3 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mls@novell.com --- Comment #3 from Michael Schröder <mls@novell.com> 2008-01-07 02:03:54 MST --- Bug in createrepo, the recommends/suggests triple is 1156/1158/1157, not 1156,1161,1160. Patched online for the build service, Cristoph, please fix the package. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c4 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mls@novell.com --- Comment #4 from Christoph Thiel <cthiel@novell.com> 2008-01-07 13:25:17 MST --- Micha, do you agree to this fix? ++++++ createrepo.spec ++++++ --- /var/tmp/diff_new_pack.c31863/_old 2008-01-07 21:24:57.000000000 +0100 +++ /var/tmp/diff_new_pack.c31863/_new 2008-01-07 21:24:57.000000000 +0100 @@ -62,8 +62,8 @@ -e "s,rpm.RPMTAG_ENHANCESFLAGS,1161," \ -e "s,rpm.RPMTAG_ENHANCESVERSION,1160," \ -e "s,rpm.RPMTAG_SUGGESTSNAME,1156," \ - -e "s,rpm.RPMTAG_SUGGESTSFLAGS,1161," \ - -e "s,rpm.RPMTAG_SUGGESTSVERSION,1160," \ + -e "s,rpm.RPMTAG_SUGGESTSFLAGS,1158," \ + -e "s,rpm.RPMTAG_SUGGESTSVERSION,1157," \ -e "s,rpm.RPMSENSE_STRONG,0x8000000," \ dumpMetadata.py > dumpMetadata.py.patched mv dumpMetadata.py.patched dumpMetadata.py -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c5 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|mls@novell.com | --- Comment #5 from Michael Schröder <mls@novell.com> 2008-01-07 13:28:36 MST --- Yes, looks good. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=351380 User cthiel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=351380#c6 Christoph Thiel <cthiel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Christoph Thiel <cthiel@novell.com> 2008-01-07 13:46:56 MST --- Fixed. -- Configure bugmail: https://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