[hplip] Move udev rules to /lib/udev/rules.d (bug #748208).

Jiří Popelka jpopelka at fedoraproject.org
Mon Oct 24 12:01:22 UTC 2011


commit 275fe1b3bcae1822ccd66b59862325d7b68e47e5
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Oct 24 14:00:35 2011 +0200

    Move udev rules to /lib/udev/rules.d (bug #748208).

 hplip.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hplip.spec b/hplip.spec
index 0291abd..11096cd 100644
--- a/hplip.spec
+++ b/hplip.spec
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.11.10
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -459,7 +459,7 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
 %files common
 %defattr(-,root,root,-)
 %doc COPYING
-%{_sysconfdir}/udev/rules.d/*
+/lib/udev/rules.d/*.rules
 %dir %{_sysconfdir}/hp
 %config(noreplace) %{_sysconfdir}/hp/hplip.conf
 %dir %{_datadir}/hplip
@@ -527,6 +527,9 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Mon Oct 24 2011 Jiri Popelka <jpopelka at redhat.com> 3.11.10-6
+- Move udev rules to /lib/udev/rules.d (bug #748208).
+
 * Thu Oct 20 2011 Tim Waugh <twaugh at redhat.com> 3.11.10-5
 - Pay attention to the SANE localOnly flag in hpaio (bug #743593).
 


More information about the scm-commits mailing list