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 3.11.10-6 +- Move udev rules to /lib/udev/rules.d (bug #748208). + * Thu Oct 20 2011 Tim Waugh 3.11.10-5 - Pay attention to the SANE localOnly flag in hpaio (bug #743593).