Use PathExistsGlob instead of DirectoryNotEmpty in cups.path
(bug #734435).
This commit is contained in:
parent
4cfc578165
commit
929e106a6a
@ -56,7 +56,7 @@ diff -up cups-1.5.0/data/cups.path.in.systemd-socket cups-1.5.0/data/cups.path.i
|
|||||||
+Description=CUPS Printer Service Spool
|
+Description=CUPS Printer Service Spool
|
||||||
+
|
+
|
||||||
+[Path]
|
+[Path]
|
||||||
+DirectoryNotEmpty=@CUPS_REQUESTS@
|
+PathExistsGlob=@CUPS_REQUESTS@/d*
|
||||||
+
|
+
|
||||||
+[Install]
|
+[Install]
|
||||||
+WantedBy=multi-user.target
|
+WantedBy=multi-user.target
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -639,6 +639,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/ipptool.1.gz
|
%{_mandir}/man1/ipptool.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 1 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-7
|
||||||
|
- Use PathExistsGlob instead of DirectoryNotEmpty in cups.path
|
||||||
|
(bug #734435).
|
||||||
|
|
||||||
* Fri Aug 19 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-6
|
* Fri Aug 19 2011 Tim Waugh <twaugh@redhat.com> 1:1.5.0-6
|
||||||
- Tighten explicit libs sub-package requirement so that it includes
|
- Tighten explicit libs sub-package requirement so that it includes
|
||||||
the correct architecture as well (bug #731421 comment #8).
|
the correct architecture as well (bug #731421 comment #8).
|
||||||
|
Loading…
Reference in New Issue
Block a user