]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- rel 3; initgroups dropped (looked insane). auto/th/Zope-2_11_3-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 16 Aug 2010 06:28:25 +0000 (06:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-no_initgroups.patch -> 1.2
    Zope.spec -> 1.107

Zope-no_initgroups.patch [deleted file]
Zope.spec

diff --git a/Zope-no_initgroups.patch b/Zope-no_initgroups.patch
deleted file mode 100644 (file)
index dca9f85..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -dur Zope-2.7.0.orig/lib/python/Zope/Startup/__init__.py Zope-2.7.0/lib/python/Zope/Startup/__init__.py
---- Zope-2.7.0.orig/lib/python/Zope/Startup/__init__.py        2004-01-09 00:34:05.000000000 +0100
-+++ Zope-2.7.0/lib/python/Zope/Startup/__init__.py     2004-02-13 15:37:51.114975401 +0100
-@@ -343,8 +343,8 @@
-         raise ZConfig.ConfigurationError(msg)
-     try:
--        import initgroups
--        initgroups.initgroups(effective_user, gid)
-+        zLOG.LOG("Zope", zLOG.INFO,
-+                      'Warning: not calling initgroups() as it seems broken.')
-         os.setgid(gid)
-     except OSError:
-         zLOG.LOG("Zope", zLOG.INFO,
-Only in Zope-2.7.0/lib/python/Zope/Startup: __init__.py~
index 63b5619fcf5cdae249f19e00ee8dd4e104aa0086..2c17b084a42c8711cd23750006783689e6ba02a9 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -14,7 +14,7 @@ Summary(pt_BR.UTF-8): Um servidor de aplicações e um conjunto de ferramentas p
 Name:          Zope
 Version:       2.11.3
 # %%define             sub_ver b2
-Release:       3
+Release:       4
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/Zope/%{version}/%{name}-%{version}-final.tgz
@@ -32,7 +32,6 @@ Source9:      http://www.zope.org/Products/Zope/Hotfix-2006-07-05/Hotfix-20060705/Hot
 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: perl-base
 BuildRequires: python-devel >= 1:2.3.3
@@ -104,9 +103,6 @@ eles ao invés desse RPM.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%ifarch %{x8664} alpha
-%patch3 -p1
-%endif
 # how to apply the hotfix?
 #mv Hotfix_20060705 lib/python/Products
 
This page took 0.109397 seconds and 4 git commands to generate.