Compare commits
15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bfa72c5db2 | ||
|
|
cce1a1d62a | ||
|
|
94a72e8a2b | ||
|
|
d7ecae9111 | ||
|
|
0100a2894c | ||
|
|
29ee56459c | ||
|
|
be5290660e | ||
|
|
40beac8cd9 | ||
|
|
4e0891b755 | ||
|
|
04e463fcb4 | ||
|
|
7c1d8bbd66 | ||
|
|
78cef13cab | ||
|
|
362e01b77f | ||
|
|
d5d3f5499f | ||
|
|
d203c9cbc3 |
6 changed files with 37 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
389-dsgw-1.1.5.tar.bz2
|
||||
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
*~
|
||||
389-dsgw-1.1.6.tar.bz2
|
||||
/389-dsgw-1.1.7.tar.bz2
|
||||
/389-dsgw-1.1.8.tar.bz2
|
||||
/389-dsgw-1.1.9.tar.bz2
|
||||
/389-dsgw-1.1.10.tar.bz2
|
||||
/389-dsgw-1.1.11.tar.bz2
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Summary: 389 Directory Server Gateway (dsgw)
|
||||
Name: 389-dsgw
|
||||
Version: 1.1.5
|
||||
Version: 1.1.11
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: http://port389.org/
|
||||
|
|
@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
BuildRequires: nspr-devel
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: svrcore-devel
|
||||
BuildRequires: mozldap-devel
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: icu
|
||||
BuildRequires: libicu-devel
|
||||
|
|
@ -21,8 +21,6 @@ BuildRequires: 389-adminutil-devel
|
|||
Requires: /etc/dirsrv/admin-serv/httpd.conf
|
||||
# orgchart uses perldap
|
||||
Requires: perl-Mozilla-LDAP
|
||||
Provides: fedora-ds-dsgw = %{version}-%{release}
|
||||
Obsoletes: fedora-ds-dsgw < 1.1.3-1
|
||||
|
||||
Source0: http://port389.org/sources/%{name}-%{version}.tar.bz2
|
||||
|
||||
|
|
@ -41,7 +39,7 @@ different types of user and group entries
|
|||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-rpath
|
||||
%configure --disable-rpath --with-openldap
|
||||
|
||||
# Generate symbolic info for debuggers
|
||||
export XCFLAGS=$RPM_OPT_FLAGS
|
||||
|
|
@ -86,6 +84,32 @@ fi
|
|||
%{_libdir}/%{pkgname}/dsgw-cgi-bin
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2013 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||
- 9bebf4c added charset tests - modularized test script - improved valgrind checking
|
||||
- Ticket #47403 DSGW authentication issue
|
||||
- Ticket #47328 389-dsgw: entrydisplay.c:2523: bad switch statement
|
||||
- Ticket #47486 compiler warnings in adminutil, admin, dsgw
|
||||
- Ticket #47465 problem with 389-adminutil detection in m4/adminutil.m4 in 389-admin and 389-dsgw
|
||||
- Ticket #47344 - 389-dsgw: Does not support aarch64 in f19 and rawhide
|
||||
|
||||
* Wed Mar 13 2013 Mark Reynolds <mreynolds@redhat.com> - 1.1.10-1
|
||||
- ce71231 Bump version to 1.1.10
|
||||
- Ticket 606 - DSGW - format string errors
|
||||
|
||||
* Fri Feb 3 2012 Rich Megginson <rmeggins@redhat.com> - 1.1.9-1
|
||||
- Ticket #281 - TLS not working with latest openldap
|
||||
|
||||
* Wed Sep 14 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-2
|
||||
- rebuild with new 389-adminutil in stable
|
||||
|
||||
* Tue Jun 28 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
|
||||
- look for separate openldap ldif library
|
||||
- remove old fedora-ds cruft
|
||||
|
||||
* Fri Oct 8 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
|
||||
- bump version to 1.1.6
|
||||
- support for openldap
|
||||
|
||||
* Thu Jan 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
|
||||
- bump version to 1.1.5
|
||||
- make sure we can find ICU genrb correctly on all platforms
|
||||
|
|
|
|||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-dsgw
|
||||
# $Id$
|
||||
NAME := 389-dsgw
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
|
|
@ -1 +0,0 @@
|
|||
89-dsgw-1_1_3-1:HEAD:389-dsgw-1.1.3-1.src.rpm:1244130671
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
8a9931ea00229d6fd0aaca4f87389e10 389-dsgw-1.1.5.tar.bz2
|
||||
b6b35fdd21f8ac5291b5ead34e07c6a4 389-dsgw-1.1.11.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue