Bug 913723

Summary: udev rules are installed into wrong directory
Product: [Fedora] Fedora Reporter: Daniel BerrangĂ© <berrange>
Component: libwacomAssignee: Peter Hutterer <peter.hutterer>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: bnocera, kem, keramidasceid, peter.hutterer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-11 01:25:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.