Bug 1513092 - broken symlink in %_libdir/%name
Summary: broken symlink in %_libdir/%name
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: jinput
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jerry James
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-11-14 18:07 UTC by Igor Vlasenko
Modified: 2017-11-25 02:37 UTC (History)
1 user (show)

Fixed In Version: jinput-2.0.7-11.20170607git.294629a.fc26 jinput-2.0.7-11.20170607git.294629a.fc27
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-11-24 22:03:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Igor Vlasenko 2017-11-14 18:07:39 UTC
Description of problem:
jinput-2.0.7-10.20170607git.294629a.fc27
symlink in %{_libdir}/%{name}/ is broken.
Proposed patch:
--- jinput.spec~        2017-11-14 19:55:42.000000000 +0200
+++ jinput.spec 2017-11-14 19:56:52.822751275 +0200
@@ -134,7 +134,7 @@
 # jni
 install -Dp -m 755 dist/libjinput* \
     $RPM_BUILD_ROOT%{_libdir}/%{name}/libjinput.so
-ln -s ../../..%{_jnidir}/%{name}.jar $RPM_BUILD_ROOT%{_libdir}/%{name}/
+ln -s ../../..%{_jnidir}/%{name}/%{name}.jar $RPM_BUILD_ROOT%{_libdir}/%{name}/
 
 %check
 # Do not rebuild; just run the test

Comment 1 Jerry James 2017-11-15 03:32:00 UTC
Good catch!  Thanks, Igor, I will fix this right away.

Comment 2 Fedora Update System 2017-11-15 04:04:35 UTC
jinput-2.0.7-11.20170607git.294629a.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-82315d72d0

Comment 3 Fedora Update System 2017-11-15 04:04:42 UTC
jinput-2.0.7-11.20170607git.294629a.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-30d1940a72

Comment 4 Fedora Update System 2017-11-15 23:52:47 UTC
jinput-2.0.7-11.20170607git.294629a.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-82315d72d0

Comment 5 Fedora Update System 2017-11-16 17:19:31 UTC
jinput-2.0.7-11.20170607git.294629a.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-30d1940a72

Comment 6 Fedora Update System 2017-11-24 22:03:04 UTC
jinput-2.0.7-11.20170607git.294629a.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2017-11-25 02:37:33 UTC
jinput-2.0.7-11.20170607git.294629a.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.