Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85d1341e3a | ||
|
|
b78d35e844 | ||
|
|
f20e7390bd | ||
|
|
19a776d5eb | ||
|
|
48c3cbc23f |
4 changed files with 12 additions and 25 deletions
2
.cvsignore → .gitignore
vendored
2
.cvsignore → .gitignore
vendored
|
|
@ -1,2 +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,9 +6,9 @@
|
|||
|
||||
Summary: Utility library for directory server administration
|
||||
Name: adminutil
|
||||
Version: 1.1.6
|
||||
Version: 1.1.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
License: LGPLv2
|
||||
URL: http://directory.fedoraproject.org/wiki/AdminUtil
|
||||
Group: Development/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
|
@ -84,6 +84,13 @@ 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
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Mar 3 2008 Rich Megginson <rmeggins@redhat.com> - 1.1.6-1
|
||||
- Resolves bug 245248 - dsgw doesn't escape filename in error message
|
||||
- The new dsgw hasn't been released yet, and the old one doesn't use
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
|||
1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2
|
||||
b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2
|
||||
d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue