]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- Release: 5
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 13 Feb 2004 14:49:12 +0000 (14:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- initgroups() call disabled on AMD64 and Alpha (it crashes on AMD64 and
  probably it would crash on Alpha too)

Changed files:
    Zope.spec -> 1.63

Zope.spec

index 219f4f6f71b76656a227eb40e3bfdcce6c3242f8..850ebe14bec2ee13b675488e7cbb9ba9eb9fbecd 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -1,6 +1,8 @@
 %include        /usr/lib/rpm/macros.python
 
 # TODO:
+# - check why initgroups() crashes on AMD64 and something, better than
+#   disabling initgroups() completely, with that
 # - no/more secure initial user/password settings (currently: zope/zope)
 # - ZEO support (mkzeoinstance is not tested and probably doesn't work)
 # - perl support?
@@ -12,7 +14,7 @@ Summary(pt_BR):       Um servidor de aplica
 Name:          Zope
 Version:       2.7.0
 # %%define             sub_ver rc2
-Release:       4
+Release:       5
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/%{name}/%{version}/%{version}/%{name}-%{version}.tgz
@@ -28,6 +30,7 @@ Source8:      %{name}-installzopeproduct
 Patch0:                %{name}-default_config.patch
 Patch1:                %{name}-instance_paths.patch
 Patch2:                %{name}-pld_makefile_fix.patch
+Patch3:                %{name}-no_initgroups.patch
 URL:           http://www.zope.org/
 BuildRequires: python-devel >= 2.3.3
 BuildRequires: perl-base
@@ -87,6 +90,9 @@ eles ao inv
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%ifarch amd64 alpha
+%patch3 -p1
+%endif
 
 %build
 perl -pi -e "s|data_dir\s+=\s+.*?join\(INSTANCE_HOME, 'var'\)|data_dir=INSTANCE_HOME|" lib/python/Globals.py
This page took 0.122537 seconds and 4 git commands to generate.