Fix unowned dir /etc/foomatic (#1175224).

This commit is contained in:
Jiri Popelka 2014-12-17 13:28:00 +01:00
parent 2b3aaf0b10
commit 8809d27543

View File

@ -1,7 +1,7 @@
Summary: Tools for using the foomatic database of printers and printer drivers
Name: foomatic
Version: 4.0.11
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2+
# printer-filters package has gone (bug #967316, bug #1035450).
@ -17,7 +17,7 @@ Patch102: foomatic-upstream1238.patch
## PATCHES FOR FOOMATIC-DB-HPIJS (PATCHES 201 TO 300)
Url: http://www.linuxprinting.org
Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
BuildRequires: perl >= 3:5.8.1
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: libxml2-devel
@ -108,6 +108,7 @@ exit 0
%files
%doc COPYING
%dir %{_sysconfdir}/foomatic
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
%{_bindir}/foomatic-combo-xml
%{_bindir}/foomatic-compiledb
@ -142,6 +143,9 @@ exit 0
%{_var}/cache/foomatic
%changelog
* Wed Dec 17 2014 Jiri Popelka <jpopelka@redhat.com> - 4.0.11-7
- Fix unowned dir /etc/foomatic (#1175224).
* Mon Dec 1 2014 Tim Waugh <twaugh@redhat.com> - 4.0.11-6
- Fix for upstream bug #1238 (bug #1163731).