Compare commits

...

16 commits

Author SHA1 Message Date
Till Maas
4c27e9540e 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. 2014-06-04 19:23:48 +02:00
Fedora Release Engineering
8b53572fb4 dist-git conversion 2010-07-28 09:36:06 +00:00
Bill Nottingham
32f3066d85 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:31 +00:00
Richard Allen Megginson
f6029c57ff this is the 1.1.8 release 2009-03-31 20:36:35 +00:00
Jesse Keating
a0671c374f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 00:09:43 +00:00
Richard Allen Megginson
a8f8c10aaa Resolves bug 454060 - ViewLog CGI crash with new adminutil Resolves bug
413531 - Web browser accepted languages configuration causes dsgw CGI
    binaries to segfault This is the 1.1.7 release
2008-08-27 20:17:41 +00:00
Tom Callaway
6153998716 fix license tag 2008-07-14 17:15:55 +00:00
Richard Allen Megginson
4d66efa257 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 this
    code
2008-03-03 18:16:56 +00:00
Jesse Keating
16befd5819 - Autorebuild for GCC 4.3 2008-02-19 21:44:05 +00:00
Richard Allen Megginson
5ac37be527 bump version to 1.1.5 - fix icu linking issue - disable libtool rpath by
default - added --enable-rpath option to configure
2007-10-18 16:28:40 +00:00
Richard Allen Megginson
d4c520f4ab remove >= version from icu build requires to fix rawhide build problem 2007-08-17 13:37:20 +00:00
Richard Allen Megginson
9c7f6c0985 - updated to version 1.1.4
- fixes bugzilla 250526
2007-08-02 03:27:38 +00:00
Warren Togami
0640982fb0 binutils/gcc bug rebuild (#249435) 2007-07-25 17:16:54 +00:00
Richard Allen Megginson
b797e7014f bump version to 1.1.3 2007-07-24 19:09:10 +00:00
Richard Allen Megginson
07037edbcf bump version to 1.1.2 2007-06-22 22:55:48 +00:00
Richard Allen Megginson
0fa8ee4ed0 Initial import of adminutil 1.1.1 2007-06-20 21:19:36 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

1
dead.package Normal file
View file

@ -0,0 +1 @@
2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear.

View file