[Bug 507083] New: libpcap1 package obsoletes (needed) libpcap package
http://bugzilla.novell.com/show_bug.cgi?id=507083 Summary: libpcap1 package obsoletes (needed) libpcap package Classification: openSUSE Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: puzel@novell.com ReportedBy: poeml@novell.com QAContact: qa@suse.de CC: prusnak@novell.com Found By: --- Hi, installing software from network:utilities results into a dependency problem since recently. libpcap is a required package (the 0.9.x library) by installed packages like wireshark, however the libpcap1 package (1.x library) which is provided in network:utilities doesnt fulfill this requirement. The network:utilities project doesn't provide 0.9.x library package though. This is probably due to the "Obsoletes" in the spec file. I suggest the following fix: % osc diff Index: libpcap.spec =================================================================== --- libpcap.spec (revision c9db6da3150b3c81817bf98a06fcea44) +++ libpcap.spec (working copy) @@ -70,7 +70,6 @@ %endif # Provides: libpcap = %{version} -Obsoletes: libpcap < %{version} %description -n libpcap1 libpcap is a library used by packet sniffer programs. It provides an I can commit the change, if you are fine with it. -- 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=507083 User prusnak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507083#c1 --- Comment #1 from Pavol Rusnak <prusnak@novell.com> 2009-05-26 06:42:31 MDT --- Obsoletes is correct. You could fix network:utilities project (by adding package libpcap providing the old 0.9.x version of library). I also suggest changing your patch: +%if 0%{?suse_version} > 1100 Provides: libpcap = %{version} Obsoletes: libpcap < %{version} +%endif (IMO 11.1 and later releases are OK, only 11.0 and older are broken). -- 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=507083 User poeml@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507083#c2 --- Comment #2 from Peter Poeml <poeml@novell.com> 2009-05-26 06:55:48 MDT --- Ah. This is one thing that I forgot to mention. Sorry! I observed the problem on openSUSE 11.0 and SLE10. I didn't test on newer systems, so I actually don't know what's the status there. I'm committing your suggested fix, and will look wether this helps. 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=507083 User poeml@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507083#c3 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Peter Poeml <poeml@novell.com> 2009-05-26 08:36:15 MDT --- Works great. The openSUSE 11.0 9586 repository is already built and I could update again. Thanks! I've requested submission to openSUSE:Factory (submit requests 10980). -- 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=507083 http://bugzilla.novell.com/show_bug.cgi?id=507083#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (507083) was mentioned in https://build.opensuse.org/request/show/10980 Factory / libpcap -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com