Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6872a334c7 | ||
|
|
6fbd2f7acd | ||
|
|
c2314bbea6 | ||
|
|
23e3a08896 | ||
|
|
7c7d8ab9d3 |
4 changed files with 9 additions and 25 deletions
1
.cvsignore → .gitignore
vendored
1
.cvsignore → .gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
adminutil-1.1.5.tar.bz2
|
||||
adminutil-1.1.6.tar.bz2
|
||||
adminutil-1.1.7.tar.bz2
|
||||
adminutil-1.1.8.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: adminutil
|
||||
# $Id$
|
||||
NAME := 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 $$/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)
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: Utility library for directory server administration
|
||||
Name: adminutil
|
||||
Version: 1.1.7
|
||||
Version: 1.1.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2
|
||||
URL: http://directory.fedoraproject.org/wiki/AdminUtil
|
||||
|
|
@ -84,6 +84,12 @@ that use %{name}.
|
|||
%{_includedir}/libadmsslutil
|
||||
|
||||
%changelog
|
||||
* Tue Mar 31 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-1
|
||||
- this is the 1.1.8 release
|
||||
|
||||
* Mon Dec 8 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.7-2
|
||||
- force rebuild for f10 official release
|
||||
|
||||
* Wed Aug 27 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.7-1
|
||||
- Resolves bug 454060 - ViewLog CGI crash with new adminutil
|
||||
- Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,3 +1 @@
|
|||
1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2
|
||||
b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2
|
||||
e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2
|
||||
d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue