Fix unowned dir /etc/foomatic (#1175224).
This commit is contained in:
parent
2b3aaf0b10
commit
8809d27543
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for using the foomatic database of printers and printer drivers
|
Summary: Tools for using the foomatic database of printers and printer drivers
|
||||||
Name: foomatic
|
Name: foomatic
|
||||||
Version: 4.0.11
|
Version: 4.0.11
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# printer-filters package has gone (bug #967316, bug #1035450).
|
# 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)
|
## 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 >= 3:5.8.1
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -108,6 +108,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
%dir %{_sysconfdir}/foomatic
|
||||||
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
|
%config(noreplace) %{_sysconfdir}/foomatic/defaultspooler
|
||||||
%{_bindir}/foomatic-combo-xml
|
%{_bindir}/foomatic-combo-xml
|
||||||
%{_bindir}/foomatic-compiledb
|
%{_bindir}/foomatic-compiledb
|
||||||
@ -142,6 +143,9 @@ exit 0
|
|||||||
%{_var}/cache/foomatic
|
%{_var}/cache/foomatic
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 1 2014 Tim Waugh <twaugh@redhat.com> - 4.0.11-6
|
||||||
- Fix for upstream bug #1238 (bug #1163731).
|
- Fix for upstream bug #1238 (bug #1163731).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user