Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f8e9ec316 | ||
|
|
0a5f3020fb | ||
|
|
a6050ae435 | ||
|
|
6cf3e34f83 | ||
|
|
dd156ad37f |
6 changed files with 20 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
389-admin-console-1.1.4.tar.bz2
|
||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
389-admin-console-1.1.5.tar.bz2
|
||||
/389-admin-console-1.1.6.tar.bz2
|
||||
/389-admin-console-1.1.7.tar.bz2
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
%define major_version 1.1
|
||||
%define minor_version 4
|
||||
%define minor_version 7
|
||||
|
||||
%define shortname 389-admin
|
||||
%define pkgname dirsrv
|
||||
|
||||
Name: 389-admin-console
|
||||
Version: %{major_version}.%{minor_version}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: 389 Admin Server Management Console
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -87,6 +87,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
|
||||
|
||||
%changelog
|
||||
* Wed Mar 30 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
|
||||
- the 1.1.7 release - git tag 389-admin-console-1.1.7
|
||||
- Bug 476925 - Admin Server: Do not allow 8-bit passwords for
|
||||
- the admin user
|
||||
- Bug 211296 - Clean up all HTML pages (Admin Express, Repl Monitor, etc)
|
||||
|
||||
* Wed Feb 23 2011 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
|
||||
- the 1.1.6 release - git tag 389-admin-console-1.1.6
|
||||
- Bug 668950 - Add posix group support to Console
|
||||
- Bug 151705 - Need to update Console Cipher Preferences with new ciphers
|
||||
|
||||
* Wed Jun 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
|
||||
- the 1.1.5 release
|
||||
|
||||
* Fri Dec 18 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.4-3
|
||||
- Excluding PPC for EPEL builds as there is not openjdk there
|
||||
|
||||
|
|
|
|||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-admin-console
|
||||
# $Id$
|
||||
NAME := 389-admin-console
|
||||
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-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2
|
||||
0a140efa49c50730bfc73ba5d8d4d2cc 389-admin-console-1.1.7.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue