Bug 913723 - udev rules are installed into wrong directory
Summary: udev rules are installed into wrong directory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: libwacom
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Peter Hutterer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-21 22:01 UTC by Daniel Berrangé
Modified: 2013-03-11 01:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-11 01:25:49 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Daniel Berrangé 2013-02-21 22:01:19 UTC
Description of problem:
While investigating this libgphoto2 bug
https://bugzilla.redhat.com/show_bug.cgi?id=913717

I noticed that libwacom also installs its udev rules in the wrong directory. The spec file is mistakenly using '%{_libdir}' which varies across multilib. udev rules must always live in /usr/lib not /usr/lib64

Suggest using this in the specfile to find correct directory

%global udevdir %(pkg-config --variable=udevdir udev)


Version-Release number of selected component (if applicable):
libwacom-0.7-1.fc18.x86_64

How reproducible:
Always

Steps to Reproduce:
1.# rpm -ql libwacom | grep udev

Actual results:
/usr/lib64/udev/rules.d/65-libwacom.rules


Expected results:
/usr/lib/udev/rules.d/65-libwacom.rules


Additional info:

Comment 1 Fedora Update System 2013-02-22 00:43:44 UTC
libwacom-0.7-3.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/libwacom-0.7-3.fc18

Comment 2 Fedora Update System 2013-02-24 08:50:44 UTC
Package libwacom-0.7-3.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing libwacom-0.7-3.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-2961/libwacom-0.7-3.fc18
then log in and leave karma (feedback).

Comment 3 Vasilis Keramidas 2013-02-25 20:57:15 UTC
libwacom-0.7-3.fc18 fixes the bug.
I left positive karma at https://admin.fedoraproject.org/updates/F18/FEDORA-2013-2961

Comment 4 Fedora Update System 2013-03-11 01:25:51 UTC
libwacom-0.7-3.fc18 has been pushed to the Fedora 18 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.