Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5d3e283cf | ||
|
|
ddf5c01cac | ||
|
|
1128364067 | ||
|
|
2f530354fd | ||
|
|
5a437500ce | ||
|
|
cb46bca2c2 | ||
|
|
c6fd328b7f |
6 changed files with 19 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
389-adminutil-1.1.9.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
389-adminutil-1.1.14.tar.bz2
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Utility library for 389 administration
|
||||
Name: 389-adminutil
|
||||
Version: 1.1.9
|
||||
Version: 1.1.14
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2
|
||||
URL: http://port389.org/wiki/AdminUtil
|
||||
|
|
@ -82,6 +82,22 @@ that use %{name}.
|
|||
%{_includedir}/libadmsslutil
|
||||
|
||||
%changelog
|
||||
* Tue May 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.14-1
|
||||
- many fixes for coverity issues
|
||||
|
||||
* Fri Oct 22 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.13-1
|
||||
- add nss_inc to libadminutil build flags
|
||||
|
||||
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.12-1
|
||||
- fix building with mozldap
|
||||
|
||||
* Tue Oct 19 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.11-1
|
||||
- the 1.1.11 release
|
||||
|
||||
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.10-1
|
||||
- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems
|
||||
- this is the 1.1.10 release
|
||||
|
||||
* Thu Jan 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.9-1
|
||||
- make sure we can find ICU genrb on all platforms
|
||||
- this is the 1.1.9 release
|
||||
|
|
|
|||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-adminutil
|
||||
# $Id$
|
||||
NAME := 389-adminutil
|
||||
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-adminutil-1_1_8-2:HEAD:389-adminutil-1.1.8-2.src.rpm:1247864461
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2
|
||||
3854174fef3276686896825ea19ccf53 389-adminutil-1.1.14.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue