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

Last change on this file since 2762 was 2761, checked in by achernya, 8 years ago
Add a 389-ds-base patch for the CoS cache The version of 389-ds-base Scripts is currently running is sometimes duplciating entries on queries. We suspect that this is https://fedorahosted.org/389/ticket/47921 -- this change applies the suggested patch.
File size: 1.4 KB
  • 389-ds-base.spec

    old new  
    2525Summary:          389 Directory Server (base)
    2626Name:             389-ds-base
    2727Version:          1.3.2.23
    28 Release:          %{?relprefix}1%{?prerel}%{?dist}
     28Release:          %{?relprefix}1%{?prerel}%{?dist}.scripts.%{scriptsversion}
    2929License:          GPLv2 with exceptions
    3030URL:              http://port389.org/
    3131Group:            System Environment/Daemons
     
    115115Source1:          %{name}-git.sh
    116116Source2:          %{name}-devel.README
    117117
     118Patch1000:        389-ds-indirect-cos.patch
     119
    118120%description
    119121389 Directory Server is an LDAPv3 compliant server.  The base package includes
    120122the LDAP server and command line utilities for server administration.
     
    165167%setup -q -n %{name}-%{version}%{?prerel}
    166168cp %{SOURCE2} README.devel
    167169
     170%define _default_patch_fuzz 2
     171%patch1000 -p1 -b .cos
     172
    168173%build
    169174%if %{use_openldap}
    170175OPENLDAP_FLAG="--with-openldap"
     
    176181           --with-systemdsystemunitdir=%{_unitdir} \
    177182           --with-systemdsystemconfdir=%{_sysconfdir}/systemd/system \
    178183           --with-perldir=/usr/bin \
    179            --with-systemdgroupname=%{groupname} $NSSARGS
     184           --with-systemdgroupname=% {groupname} $NSSARGS
    180185
    181186# Generate symbolic info for debuggers
    182187export XCFLAGS=$RPM_OPT_FLAGS
Note: See TracBrowser for help on using the repository browser.