[Bug 856658] New: Incorrect dependency checking in program YaST2-product-creator file wizards.rb.
https://bugzilla.novell.com/show_bug.cgi?id=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c0 Summary: Incorrect dependency checking in program YaST2-product-creator file wizards.rb. Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: yast2-maintainers@suse.de ReportedBy: d.batischev@itig.com.ua QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 Incorrect dependency check in program YaST2-product-creator file wizards.rb. As a result YaST2-product-creator does not start after trying to install the required packages. Workaround: in file /usr/share/YaST2/include/product-creator/wizards.rb make next chenges: @@ -238,7 +238,7 @@ Wizard.CreateDialog Wizard.SetDesktopTitleAndIcon("product-creator") - required_packages = ["inst-source-utils", "mkisofs", "createrepo"] + required_packages = ["inst-source-utils", "cdrkit-cdrtools-compat", "createrepo"] # add PPC specific packages if ProductCreator.GetArch == "ppc" || ProductCreator.GetArch == "ppc64" mkisofs is deprecated as package. The software mkisofs located in cdrkit-cdrtools-compat package. Reproducible: Always Steps to Reproduce: 1. Install openSUSE (12.3 - 13.1) 2. Install YaST2-product-creator 3. Run YaST2-product-creator and press install dependencies 4. -- 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=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |jsuchome@suse.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=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c1 Jiří Suchomel <jsuchome@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Jiří Suchomel <jsuchome@suse.com> 2014-01-09 09:50:18 UTC --- Thanks for noticing! -- 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=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-01-09 11:00:10 CET --- This is an autogenerated message for OBS integration: This bug (856658) was mentioned in https://build.opensuse.org/request/show/213270 13.1 / yast2-product-creator -- 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=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c3 --- Comment #3 from Swamp Workflow Management <swamp@suse.de> 2014-01-16 10:04:33 UTC --- openSUSE-RU-2014:0078-1: An update that has one recommended fix can now be installed. Category: recommended (moderate) Bug References: 856658 CVE References: Sources used: openSUSE 13.1 (src): yast2-product-creator-3.0.2-2.4.1 -- 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=856658 https://bugzilla.novell.com/show_bug.cgi?id=856658#c4 Jörg Schiling <joerg.schilling@fokus.fraunhofer.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joerg.schilling@fokus.fraun | |hofer.de --- Comment #4 from Jörg Schiling <joerg.schilling@fokus.fraunhofer.de> 2014-03-19 15:57:21 UTC --- Did you take into account that cdrkit will go away in the future? "mkisofs" should be available as native package since December 2013 -- 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