[trac/el6] Patch fix.

Jon Ciesla limb at fedoraproject.org
Fri May 4 14:01:10 UTC 2012


commit ffeca9a270747c2e86f117973e1eee8332fd511d
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri May 4 09:00:57 2012 -0500

    Patch fix.

 trac.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/trac.spec b/trac.spec
index fce2e2d..b4db906 100644
--- a/trac.spec
+++ b/trac.spec
@@ -13,7 +13,7 @@ Source2:        trac.ini
 Source3:        trac.ini-environment_sample
 Source4:        %{name}-README.fedora
 Source5:        trac.wsgi
-Patch0:         trac-0.12.3-pidfile.patch
+Patch1:         trac-0.12.3-pidfile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
@@ -38,7 +38,8 @@ development more streamlined and effective.
 
 %prep
 %setup -q -n Trac-%{version}
-%patch0 -p0 -b .pidfile
+%patch1 -p0 -b .pidfile
+%patch0 -p0
 
 find contrib -type f -exec chmod -x '{}' \;
 # don't package windows specific files


More information about the scm-commits mailing list