source: trunk/server/fedora/specs/389-ds-base.spec.patch @ 2836

Last change on this file since 2836 was 2763, checked in by achernya, 8 years ago
I have no idea what happened here
File size: 1019 bytes
RevLine 
[2761]1--- 389-ds-base.spec.orig       2016-02-27 22:35:25.978791486 -0500
2+++ 389-ds-base.spec    2016-02-27 22:39:49.112790989 -0500
3@@ -25,7 +25,7 @@
4 Summary:          389 Directory Server (base)
5 Name:             389-ds-base
6 Version:          1.3.2.23
7-Release:          %{?relprefix}1%{?prerel}%{?dist}
8+Release:          %{?relprefix}1%{?prerel}%{?dist}.scripts.%{scriptsversion}
9 License:          GPLv2 with exceptions
10 URL:              http://port389.org/
11 Group:            System Environment/Daemons
12@@ -115,6 +115,8 @@
13 Source1:          %{name}-git.sh
14 Source2:          %{name}-devel.README
15 
16+Patch1000:        389-ds-indirect-cos.patch
17+
18 %description
19 389 Directory Server is an LDAPv3 compliant server.  The base package includes
20 the LDAP server and command line utilities for server administration.
21@@ -165,6 +167,9 @@
22 %setup -q -n %{name}-%{version}%{?prerel}
23 cp %{SOURCE2} README.devel
24 
25+%define _default_patch_fuzz 2
26+%patch1000 -p1 -b .cos
27+
28 %build
29 %if %{use_openldap}
30 OPENLDAP_FLAG="--with-openldap"
Note: See TracBrowser for help on using the repository browser.