| Summary: | 2_b1: javaws.1.gz dangling link | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Bit Twister <bittwister2> |
| Component: | RPM Packages | Assignee: | D Morgan <dmorganec> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | r.h.michel+mageia |
| Version: | Cauldron | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | icedtea-web-1.2-1.mga2.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Bit Twister
2012-02-22 11:36:28 CET
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) =>
Triaged 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.xzCC:
(none) =>
r.h.michel+mageia
Bit Twister
2012-04-19 03:12:51 CEST
Source RPM:
icedtea-web-1.1.4-1.mga2.src.rpm =>
icedtea-web-1.2-1.mga2.src.rpm just fixed thanks Status:
NEW =>
RESOLVED |