From 1b94e079051824167e1d722296ec4f922470d2fd Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 1 Oct 2012 16:10:32 +0200 Subject: [PATCH 1/3] release bump --- hplip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 2c3cefc..de85d59 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.12.9 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons @@ -524,6 +524,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %postun libs -p /sbin/ldconfig %changelog +* Mon Oct 01 2012 Jiri Popelka 3.12.9-5 +- release bump + * Thu Sep 27 2012 Jiri Popelka 3.12.9-4 - remove useless Conflicts:, Obsoletes: and Provides: fields - remove %%pre section (stopping&disabling of hplip service on upgrade) From c3a4a28495756b7e4ed48e51e9319e62e3489120 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 2 Oct 2012 17:21:04 +0200 Subject: [PATCH 2/3] Ship %{_localstatedir}/log/hp/tmp directory (bug #859658) --- hplip.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index de85d59..5caec21 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.12.9 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons @@ -463,6 +463,7 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %{_datadir}/hplip/scan %{_localstatedir}/lib/hp %dir %attr(0774,root,lp) %{_localstatedir}/log/hp +%dir %attr(1774,root,lp) %{_localstatedir}/log/hp/tmp %{_sysconfdir}/cron.daily/hplip_cron %files common @@ -524,6 +525,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %postun libs -p /sbin/ldconfig %changelog +* Tue Oct 02 2012 Jiri Popelka 3.12.9-6 +- Ship %%{_localstatedir}/log/hp/tmp directory (bug #859658) + * Mon Oct 01 2012 Jiri Popelka 3.12.9-5 - release bump From ea3515872db56a57c52336d7dd23084f5b55a658 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Tue, 2 Oct 2012 17:22:00 +0200 Subject: [PATCH 3/3] /usr/share/hplip/prnt/plugins has been listed twice --- hplip.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 5caec21..2cca694 100644 --- a/hplip.spec +++ b/hplip.spec @@ -459,7 +459,6 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %{_datadir}/hplip/installer %{_datadir}/hplip/pcard %{_datadir}/hplip/prnt -%{_datadir}/hplip/prnt/plugins %{_datadir}/hplip/scan %{_localstatedir}/lib/hp %dir %attr(0774,root,lp) %{_localstatedir}/log/hp