diff --git a/cups-1.1.16-system-auth.patch b/cups-1.1.16-system-auth.patch index 82d051a..cae9ef0 100644 --- a/cups-1.1.16-system-auth.patch +++ b/cups-1.1.16-system-auth.patch @@ -2,8 +2,8 @@ +++ cups-1.1.21rc1/conf/cups.system-auth 2004-06-03 15:14:55.795385144 +0100 @@ -0,0 +1,3 @@ +#%PAM-1.0 -+auth required pam_stack.so service=system-auth -+account required pam_stack.so service=system-auth ++auth include system-auth ++account include system-auth --- cups-1.1.21rc1/conf/Makefile.system-auth 2004-02-26 16:51:59.000000000 +0000 +++ cups-1.1.21rc1/conf/Makefile 2004-06-03 15:32:52.108540894 +0100 @@ -67,7 +67,11 @@ diff --git a/cups.spec b/cups.spec index 5f871dd..00a40eb 100644 --- a/cups.spec +++ b/cups.spec @@ -413,6 +413,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/cups/daemon/cups-lpd %changelog +* Fri Sep 30 2005 Tomas Mraz +- use include instead of pam_stack in pam config + * Thu Sep 29 2005 Tim Waugh 1:1.1.23-18 - Raise IPP_MAX_VALUES to 100 (bug #164232). STR #1284. - Made FindDest better behaved in some instances (bug #164232). STR #1283.