SPECS: tpop3d.spec - added bcond skipgetpwcheck - it allows using ...

romke romke at pld-linux.org
Fri Jul 22 01:59:47 CEST 2005


Author: romke                        Date: Thu Jul 21 23:59:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added bcond skipgetpwcheck - it allows using uids (in {my,pg}sql virtual
  users) that don't belong to any system user (when getpwuid returns NULL)

---- Files affected:
SPECS:
   tpop3d.spec (1.61 -> 1.62) 

---- Diffs:

================================================================
Index: SPECS/tpop3d.spec
diff -u SPECS/tpop3d.spec:1.61 SPECS/tpop3d.spec:1.62
--- SPECS/tpop3d.spec:1.61	Fri Jul 22 01:37:09 2005
+++ SPECS/tpop3d.spec	Fri Jul 22 01:59:42 2005
@@ -10,6 +10,7 @@
 %bcond_without	ssl		# without ssl support
 %bcond_without	whoson		# without WHOSON protocol support
 %bcond_without	snide		# without snide server responses
+%bcond_with	skipgetpwcheck	# with getpwuid returned struct check ommited (see patch for details)
 #
 Summary:	POP3 server
 Summary(pl):	Serwer POP3
@@ -28,6 +29,7 @@
 Patch2:		%{name}-resolv.patch
 Patch3:		%{name}-pam-vdomain.patch
 Patch4:		%{name}-disable-dotfile-locking.patch
+Patch5:		%{name}-sql-getpwuid-optional.patch
 URL:		http://www.ex-parrot.com/~chris/tpop3d/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -115,6 +117,9 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%if %{with skipgetpwcheck}
+%patch5 -p0
+%endif
 
 %build
 %{__aclocal}
@@ -188,6 +193,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.62  2005/07/21 23:59:42  romke
+- added bcond skipgetpwcheck - it allows using uids (in {my,pg}sql virtual
+  users) that don't belong to any system user (when getpwuid returns NULL)
+
 Revision 1.61  2005/07/21 23:37:09  romke
 - added bcond without snide that allows to disable snide comments
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.61&r2=1.62&f=u




More information about the pld-cvs-commit mailing list