Description of problem: dangling: /usr/share/man/man1/javaws.1.gz -> /etc/alternatives/javaws.1.gz Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Clean install of Mageia-2-beta1-x86_64-DVD.iso + updates 1. Assuming icedtea-web is installed 2. symlinks -r / | grep dangling
Hi, thanks for reporting this bug. Assigned to the package maintainer. (Please set the status to 'assigned' if you are working on it)
Keywords: (none) => TriagedAssignee: bugsquad => dmorganec
Hello Some more information regarding this bug, the problem is in the %posttrans which adds the alternatives: alternatives \ --install %{_libdir}/mozilla/plugins/libjavaplugin.so %{javaplugin} \ %{_libdir}/IcedTeaPlugin.so %{priority} \ --slave %{_bindir}/javaws javaws %{_prefix}/bin/javaws%{binsuffix} \ --slave %{_mandir}/man1/javaws.1.gz javaws.1.gz \ %{_mandir}/man1/javaws-itweb.1.gz the problem being that manpages are compressed with xz, so the last part of the alternative definition should be --slave %{_mandir}/man1/javaws.1.xz javaws.1.xz \ %{_mandir}/man1/javaws-itweb.1.xz
CC: (none) => r.h.michel+mageia
Source RPM: icedtea-web-1.1.4-1.mga2.src.rpm => icedtea-web-1.2-1.mga2.src.rpm
just fixed thanks
Status: NEW => RESOLVEDResolution: (none) => FIXED