Compare commits
4 commits
rawhide
...
EL-6-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
474e19c650 | ||
|
|
1b7a3420e6 | ||
|
|
1e8820920e | ||
|
|
99d4268ec7 |
5 changed files with 14 additions and 5 deletions
|
|
@ -1 +1 @@
|
|||
389-adminutil-1.1.8.tar.bz2
|
||||
389-adminutil-1.1.10.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Utility library for 389 administration
|
||||
Name: 389-adminutil
|
||||
Version: 1.1.8
|
||||
Release: 4%{?dist}
|
||||
Version: 1.1.10
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2
|
||||
URL: http://port389.org/wiki/AdminUtil
|
||||
Group: Development/Libraries
|
||||
|
|
@ -82,6 +82,14 @@ that use %{name}.
|
|||
%{_includedir}/libadmsslutil
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.10-1
|
||||
- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems
|
||||
- this is the 1.1.10 release
|
||||
|
||||
* Thu Jan 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.1.9-1
|
||||
- make sure we can find ICU genrb on all platforms
|
||||
- this is the 1.1.9 release
|
||||
|
||||
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.1.8-4
|
||||
- final 1.1.8 release
|
||||
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ NAME := 389-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
|
||||
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))
|
||||
|
|
|
|||
1
branch
Normal file
1
branch
Normal file
|
|
@ -0,0 +1 @@
|
|||
F-12
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f1b0884c701e3cc7705224e07d088d8e 389-adminutil-1.1.8.tar.bz2
|
||||
e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue