Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
1ec9c32fe4 dist-git conversion 2010-07-28 08:43:43 +00:00
Richard Allen Megginson
e06e113e7d the 1.1.5 release 2010-06-25 19:26:01 +00:00
Kevin Fenzi
fb8ec506ca Initialize branch EL-4 for 389-admin-console 2009-11-03 04:42:35 +00:00
6 changed files with 7 additions and 26 deletions

View file

@ -1 +0,0 @@
389-admin-console-1.1.4.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
389-admin-console-1.1.5.tar.bz2

View file

@ -1,12 +1,12 @@
%define major_version 1.1
%define minor_version 4
%define minor_version 5
%define shortname 389-admin
%define pkgname dirsrv
Name: 389-admin-console
Version: %{major_version}.%{minor_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: 389 Admin Server Management Console
Group: Applications/System
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/%{pkgname}/manual/en/admin/help/*.html
%changelog
* Wed Jun 2 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.5-1
- the 1.1.5 release
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -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 $$/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)

View file

@ -1 +0,0 @@
89-admin-console-1_1_4-1:HEAD:389-admin-console-1.1.4-1.src.rpm:1247850936

View file

@ -1 +1 @@
55c661be949c27b9ff2f754abbc2607f 389-admin-console-1.1.4.tar.bz2
14bc2716b57bc4e79128548234850179 389-admin-console-1.1.5.tar.bz2