Changeset 2761 for trunk/server


Ignore:
Timestamp:
Feb 27, 2016, 11:14:41 PM (8 years ago)
Author:
achernya
Message:
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.

Location:
trunk/server
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r2747 r2761  
    1919# See /COPYRIGHT in this repository for more information.
    2020
    21 upstream_yum    = krb5 krb5.i686 httpd openssh libgsasl openssl openssl.i686
     21upstream_yum    = krb5 krb5.i686 httpd openssh libgsasl openssl openssl.i686 389-ds-base
    2222hackage         = cgi-3001.1.8.5 unix-handle-0.0.0
    2323upstream_hackage = ghc-cgi ghc-unix-handle
     
    2525upstream_gems   = rubygem-pony rubygem-fcgi
    2626upstream_eggs   = python-authkit
    27 upstream        = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) $(upstream_eggs) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss
     27upstream        = openafs $(upstream_yum) $(upstream_hackage) $(upstream_gems) $(upstream_eggs) moira zephyr zephyr.i686 python-zephyr python-afs python-moira python-hesiod athena-aclocal discuss 
    2828oursrc          = execsys tokensys accountadm httpdmods logview sql-signup nss_nonlocal nss_nonlocal.i686 whoisd athrun php_scripts scripts-wizard scripts-base scripts-static-cat fuse-better-mousetrapfs scripts-munin-plugins
    2929allsrc          = $(upstream) $(oursrc)
Note: See TracChangeset for help on using the changeset viewer.