From 2a75349c655bbec4b27f5adbed2ad3169e34ce67 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 20 Jun 2007 21:02:26 +0000 Subject: [PATCH 01/26] Initialize branch F-7 for adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 0fa8ee4ed06e140937e0ac33731e99769eeee9d0 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 20 Jun 2007 21:19:36 +0000 Subject: [PATCH 02/26] Initial import of adminutil 1.1.1 --- .cvsignore | 1 + adminutil.spec | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 103 insertions(+) create mode 100644 adminutil.spec diff --git a/.cvsignore b/.cvsignore index e69de29..415d941 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +adminutil-1.1.1.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec new file mode 100644 index 0000000..ed82e1f --- /dev/null +++ b/adminutil.spec @@ -0,0 +1,101 @@ +%define nspr_version 4.6 +%define nss_version 3.11 +%define svrcore_version 4.0 +%define mozldap_version 6.0 +%define icu_version 3.4 + +Summary: Utility library for directory server administration +Name: adminutil +Version: 1.1.1 +Release: 3%{?dist} +License: LGPL +URL: http://directory.fedoraproject.org/wiki/AdminUtil +Group: Development/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: nspr-devel >= %{nspr_version} +BuildRequires: nss-devel >= %{nss_version} +BuildRequires: svrcore-devel >= %{svrcore_version} +BuildRequires: mozldap-devel >= %{mozldap_version} +BuildRequires: libicu-devel >= %{icu_version} +BuildRequires: icu >= %{icu_version} + +Source0: http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2 + +%description +%{name} is libraries of functions used to administer directory +servers, usually in conjunction with the admin server. %{name} is +broken into two libraries - libadminutil contains the basic +functionality, and libadmsslutil contains SSL versions and wrappers +around the basic functions. The PSET functions allow applications to +store their preferences and configuration parameters in LDAP, without +having to know anything about LDAP. The configuration is cached in a +local file, allowing applications to function even if the LDAP server +is down. The other code is typically used by CGI programs used for +directory server management, containing GET/POST processing code as +well as resource handling (ICU ures API). + +%package devel +Summary: Development and header files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +Requires: nspr-devel >= %{nspr_version} +Requires: nss-devel >= %{nss_version} +Requires: svrcore-devel >= %{svrcore_version} +Requires: mozldap-devel >= %{mozldap_version} +Requires: libicu-devel >= %{icu_version} + +%description devel +Development files and header files necessary to build applications +that use %{name}. + +%prep +%setup -q + +%build + +%configure --disable-tests +%{__make} %{?_smp_mflags} + +%install +%{__rm} -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" +%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc LICENSE README NEWS +%{_libdir}/*.so.* +%{_datadir}/%{name} + +%files devel +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/*.so +%{_includedir}/libadminutil +%{_includedir}/libadmsslutil + +%changelog +* Wed May 23 2007 Rich Megginson - 1.1.1-3 +- more fedora review stuff - use macros consistently +- make sure install preserves timestamps +- use lgpl instead of gpl for acclanglist.c +- fix undefined weak symbols in libadmsslutil + +* Fri May 18 2007 Rich Megginson - 1.1.1-2 +- pkgconfig is a requires not a build requires + +* Thu May 17 2007 Rich Megginson - 1.1.1-1 +- Many bug fixes - bumped version to 1.1.1 +- fixed concerns from Fedora package review + +* Wed Mar 28 2007 Rich Megginson - 1.1.0-1 +- Initial version - based largely on svrcore.spec diff --git a/sources b/sources index e69de29..630a91c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 From 981ebf252d9d15532cb5b88d552220ba40a7e527 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 20 Jun 2007 21:31:33 +0000 Subject: [PATCH 03/26] initial commit for F-7 --- .cvsignore | 1 + adminutil.spec | 101 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 103 insertions(+) create mode 100644 adminutil.spec diff --git a/.cvsignore b/.cvsignore index e69de29..415d941 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +adminutil-1.1.1.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec new file mode 100644 index 0000000..ed82e1f --- /dev/null +++ b/adminutil.spec @@ -0,0 +1,101 @@ +%define nspr_version 4.6 +%define nss_version 3.11 +%define svrcore_version 4.0 +%define mozldap_version 6.0 +%define icu_version 3.4 + +Summary: Utility library for directory server administration +Name: adminutil +Version: 1.1.1 +Release: 3%{?dist} +License: LGPL +URL: http://directory.fedoraproject.org/wiki/AdminUtil +Group: Development/Libraries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: nspr-devel >= %{nspr_version} +BuildRequires: nss-devel >= %{nss_version} +BuildRequires: svrcore-devel >= %{svrcore_version} +BuildRequires: mozldap-devel >= %{mozldap_version} +BuildRequires: libicu-devel >= %{icu_version} +BuildRequires: icu >= %{icu_version} + +Source0: http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2 + +%description +%{name} is libraries of functions used to administer directory +servers, usually in conjunction with the admin server. %{name} is +broken into two libraries - libadminutil contains the basic +functionality, and libadmsslutil contains SSL versions and wrappers +around the basic functions. The PSET functions allow applications to +store their preferences and configuration parameters in LDAP, without +having to know anything about LDAP. The configuration is cached in a +local file, allowing applications to function even if the LDAP server +is down. The other code is typically used by CGI programs used for +directory server management, containing GET/POST processing code as +well as resource handling (ICU ures API). + +%package devel +Summary: Development and header files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig +Requires: nspr-devel >= %{nspr_version} +Requires: nss-devel >= %{nss_version} +Requires: svrcore-devel >= %{svrcore_version} +Requires: mozldap-devel >= %{mozldap_version} +Requires: libicu-devel >= %{icu_version} + +%description devel +Development files and header files necessary to build applications +that use %{name}. + +%prep +%setup -q + +%build + +%configure --disable-tests +%{__make} %{?_smp_mflags} + +%install +%{__rm} -rf $RPM_BUILD_ROOT + +%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" +%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a +%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la + +%clean +%{__rm} -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root,-) +%doc LICENSE README NEWS +%{_libdir}/*.so.* +%{_datadir}/%{name} + +%files devel +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/*.so +%{_includedir}/libadminutil +%{_includedir}/libadmsslutil + +%changelog +* Wed May 23 2007 Rich Megginson - 1.1.1-3 +- more fedora review stuff - use macros consistently +- make sure install preserves timestamps +- use lgpl instead of gpl for acclanglist.c +- fix undefined weak symbols in libadmsslutil + +* Fri May 18 2007 Rich Megginson - 1.1.1-2 +- pkgconfig is a requires not a build requires + +* Thu May 17 2007 Rich Megginson - 1.1.1-1 +- Many bug fixes - bumped version to 1.1.1 +- fixed concerns from Fedora package review + +* Wed Mar 28 2007 Rich Megginson - 1.1.0-1 +- Initial version - based largely on svrcore.spec diff --git a/sources b/sources index e69de29..630a91c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 From f00532a2d6f62b85a52dc7669d2c34a3909de1fa Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 22 Jun 2007 22:55:35 +0000 Subject: [PATCH 04/26] bump version to 1.1.2 --- .cvsignore | 1 + adminutil.spec | 9 +++++++-- sources | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 415d941..f0bc8ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.1.tar.bz2 +adminutil-1.1.2.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index ed82e1f..7a59443 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.1 -Release: 3%{?dist} +Version: 1.1.2 +Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Jun 22 2007 Rich Megginson - 1.1.2-1 +- Updated version to 1.1.2 +- This version fixes some memory leaks and invalid memory use +- issues + * Wed May 23 2007 Rich Megginson - 1.1.1-3 - more fedora review stuff - use macros consistently - make sure install preserves timestamps diff --git a/sources b/sources index 630a91c..3addb5b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 +0a2552f8e62c7dc5604a6a9755fa78e4 adminutil-1.1.2.tar.bz2 From 07037edbcfa5fe25bc8809ff785d169f82896265 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 22 Jun 2007 22:55:48 +0000 Subject: [PATCH 05/26] bump version to 1.1.2 --- .cvsignore | 1 + adminutil.spec | 9 +++++++-- sources | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 415d941..f0bc8ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.1.tar.bz2 +adminutil-1.1.2.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index ed82e1f..7a59443 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.1 -Release: 3%{?dist} +Version: 1.1.2 +Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Jun 22 2007 Rich Megginson - 1.1.2-1 +- Updated version to 1.1.2 +- This version fixes some memory leaks and invalid memory use +- issues + * Wed May 23 2007 Rich Megginson - 1.1.1-3 - more fedora review stuff - use macros consistently - make sure install preserves timestamps diff --git a/sources b/sources index 630a91c..3addb5b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 +0a2552f8e62c7dc5604a6a9755fa78e4 adminutil-1.1.2.tar.bz2 From 13d3186dc507a325c69fbfa176d0b073fac1ffef Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Tue, 24 Jul 2007 19:09:05 +0000 Subject: [PATCH 06/26] bump version to 1.1.3 --- .cvsignore | 3 +-- adminutil.spec | 6 +++++- sources | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f0bc8ca..0092f1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -adminutil-1.1.1.tar.bz2 -adminutil-1.1.2.tar.bz2 +adminutil-1.1.3.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 7a59443..bdc6da5 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Jul 24 2007 Rich Megginson - 1.1.3-1 +- updated to version 1.1.3 +- fixes bugzillas 246124 and 247192 + * Fri Jun 22 2007 Rich Megginson - 1.1.2-1 - Updated version to 1.1.2 - This version fixes some memory leaks and invalid memory use diff --git a/sources b/sources index 3addb5b..0cbcd98 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 -0a2552f8e62c7dc5604a6a9755fa78e4 adminutil-1.1.2.tar.bz2 +a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 From b797e7014f1ead41bd3f7536e983fba75ba8c6be Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Tue, 24 Jul 2007 19:09:10 +0000 Subject: [PATCH 07/26] bump version to 1.1.3 --- .cvsignore | 3 +-- adminutil.spec | 6 +++++- sources | 3 +-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f0bc8ca..0092f1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -adminutil-1.1.1.tar.bz2 -adminutil-1.1.2.tar.bz2 +adminutil-1.1.3.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 7a59443..bdc6da5 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Jul 24 2007 Rich Megginson - 1.1.3-1 +- updated to version 1.1.3 +- fixes bugzillas 246124 and 247192 + * Fri Jun 22 2007 Rich Megginson - 1.1.2-1 - Updated version to 1.1.2 - This version fixes some memory leaks and invalid memory use diff --git a/sources b/sources index 3addb5b..0cbcd98 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -3c963c97fa80552ec01621c8101fffd7 adminutil-1.1.1.tar.bz2 -0a2552f8e62c7dc5604a6a9755fa78e4 adminutil-1.1.2.tar.bz2 +a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 From 0640982fb08d91cbd196772a06f27cbfab822009 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Wed, 25 Jul 2007 17:16:54 +0000 Subject: [PATCH 08/26] binutils/gcc bug rebuild (#249435) --- adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adminutil.spec b/adminutil.spec index bdc6da5..6020d58 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -7,7 +7,7 @@ Summary: Utility library for directory server administration Name: adminutil Version: 1.1.3 -Release: 1%{?dist} +Release: 1%{?dist}.1 License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Jul 25 2007 Warren Togami - 1.1.3-1.1 +- binutils/gcc bug rebuild (#249435) + * Tue Jul 24 2007 Rich Megginson - 1.1.3-1 - updated to version 1.1.3 - fixes bugzillas 246124 and 247192 From 5e8555b0750a98450a422828dd27ac4de8317528 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 2 Aug 2007 03:27:33 +0000 Subject: [PATCH 09/26] - updated to version 1.1.4 - fixes bugzilla 250526 --- .cvsignore | 1 + adminutil.spec | 6 +++++- sources | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 0092f1b..2f71b9d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.3.tar.bz2 +adminutil-1.1.4.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index bdc6da5..8c92a99 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 1 2007 Rich Megginson - 1.1.4-1 +- updated to version 1.1.4 +- fixes bugzilla 250526 + * Tue Jul 24 2007 Rich Megginson - 1.1.3-1 - updated to version 1.1.3 - fixes bugzillas 246124 and 247192 diff --git a/sources b/sources index 0cbcd98..57ab49b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 +26047d23b01e15177a772f79711eb969 adminutil-1.1.4.tar.bz2 From 9c7f6c0985137d7daf11cbe39485f6d066a19d09 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 2 Aug 2007 03:27:38 +0000 Subject: [PATCH 10/26] - updated to version 1.1.4 - fixes bugzilla 250526 --- .cvsignore | 1 + adminutil.spec | 6 +++++- sources | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 0092f1b..2f71b9d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.3.tar.bz2 +adminutil-1.1.4.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 6020d58..5fe7d1e 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist}.1 License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 1 2007 Rich Megginson - 1.1.4-1 +- updated to version 1.1.4 +- fixes bugzilla 250526 + * Wed Jul 25 2007 Warren Togami - 1.1.3-1.1 - binutils/gcc bug rebuild (#249435) diff --git a/sources b/sources index 0cbcd98..57ab49b 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 +26047d23b01e15177a772f79711eb969 adminutil-1.1.4.tar.bz2 From d4c520f4ab9e1b8b635a57e65298fb8a3912a24e Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Fri, 17 Aug 2007 13:37:20 +0000 Subject: [PATCH 11/26] remove >= version from icu build requires to fix rawhide build problem --- adminutil.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/adminutil.spec b/adminutil.spec index 5fe7d1e..ea8f546 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -7,7 +7,7 @@ Summary: Utility library for directory server administration Name: adminutil Version: 1.1.4 -Release: 1%{?dist}.1 +Release: 2%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -16,8 +16,8 @@ BuildRequires: nspr-devel >= %{nspr_version} BuildRequires: nss-devel >= %{nss_version} BuildRequires: svrcore-devel >= %{svrcore_version} BuildRequires: mozldap-devel >= %{mozldap_version} -BuildRequires: libicu-devel >= %{icu_version} -BuildRequires: icu >= %{icu_version} +BuildRequires: libicu-devel +BuildRequires: icu Source0: http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2 @@ -43,7 +43,7 @@ Requires: nspr-devel >= %{nspr_version} Requires: nss-devel >= %{nss_version} Requires: svrcore-devel >= %{svrcore_version} Requires: mozldap-devel >= %{mozldap_version} -Requires: libicu-devel >= %{icu_version} +Requires: libicu-devel %description devel Development files and header files necessary to build applications @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Aug 17 2007 Rich Megginson - 1.1.4-2 +- remove >= version from icu build requires to fix rawhide build problem + * Wed Aug 1 2007 Rich Megginson - 1.1.4-1 - updated to version 1.1.4 - fixes bugzilla 250526 From d0dae7c26d37949628946cb191327fa34587546d Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 18 Oct 2007 16:28:34 +0000 Subject: [PATCH 12/26] bump version to 1.1.5 - fix icu linking issue - disable libtool rpath by default - added --enable-rpath option to configure --- .cvsignore | 3 +-- adminutil.spec | 7 ++++++- sources | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f71b9d..d5c6105 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -adminutil-1.1.3.tar.bz2 -adminutil-1.1.4.tar.bz2 +adminutil-1.1.5.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 8c92a99..aed9069 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Oct 18 2007 Rich Megginson - 1.1.5-1 +- bump version to 1.1.5 +- fix icu linking issue +- disable libtool rpath by default - added --enable-rpath option to configure + * Wed Aug 1 2007 Rich Megginson - 1.1.4-1 - updated to version 1.1.4 - fixes bugzilla 250526 diff --git a/sources b/sources index 57ab49b..43782b7 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 -26047d23b01e15177a772f79711eb969 adminutil-1.1.4.tar.bz2 +1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 From 5ac37be527ce907939eb8415a412d099e694a32c Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 18 Oct 2007 16:28:40 +0000 Subject: [PATCH 13/26] bump version to 1.1.5 - fix icu linking issue - disable libtool rpath by default - added --enable-rpath option to configure --- .cvsignore | 3 +-- adminutil.spec | 9 +++++++-- sources | 3 +-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2f71b9d..d5c6105 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -adminutil-1.1.3.tar.bz2 -adminutil-1.1.4.tar.bz2 +adminutil-1.1.5.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index ea8f546..d9fcd02 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.4 -Release: 2%{?dist} +Version: 1.1.5 +Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Oct 18 2007 Rich Megginson - 1.1.5-1 +- bump version to 1.1.5 +- fix icu linking issue +- disable libtool rpath by default - added --enable-rpath option to configure + * Fri Aug 17 2007 Rich Megginson - 1.1.4-2 - remove >= version from icu build requires to fix rawhide build problem diff --git a/sources b/sources index 57ab49b..43782b7 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -a00debecacbf2a669ca87fd691173da2 adminutil-1.1.3.tar.bz2 -26047d23b01e15177a772f79711eb969 adminutil-1.1.4.tar.bz2 +1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 From 16befd5819966623d76b0bced80d201e5e6f6ec0 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 19 Feb 2008 21:44:05 +0000 Subject: [PATCH 14/26] - Autorebuild for GCC 4.3 --- adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adminutil.spec b/adminutil.spec index d9fcd02..5b744e5 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -7,7 +7,7 @@ Summary: Utility library for directory server administration Name: adminutil Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Feb 19 2008 Fedora Release Engineering - 1.1.5-2 +- Autorebuild for GCC 4.3 + * Thu Oct 18 2007 Rich Megginson - 1.1.5-1 - bump version to 1.1.5 - fix icu linking issue From 82cabd0f8f3c6f5a767708dc6ba215b63993f7a1 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Mon, 3 Mar 2008 18:16:20 +0000 Subject: [PATCH 15/26] 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 --- .cvsignore | 1 + adminutil.spec | 7 ++++++- sources | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index d5c6105..be69c54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.5.tar.bz2 +adminutil-1.1.6.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index aed9069..6896a54 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.5 +Version: 1.1.6 Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Mar 3 2008 Rich Megginson - 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 +- this code. + * Thu Oct 18 2007 Rich Megginson - 1.1.5-1 - bump version to 1.1.5 - fix icu linking issue diff --git a/sources b/sources index 43782b7..b7ab546 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 +b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 From 4d66efa257fca9aba9e0e6d921ba7d40cc538408 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Mon, 3 Mar 2008 18:16:56 +0000 Subject: [PATCH 16/26] 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 --- .cvsignore | 1 + adminutil.spec | 9 +++++++-- sources | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index d5c6105..be69c54 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ adminutil-1.1.5.tar.bz2 +adminutil-1.1.6.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 5b744e5..d84dba5 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.5 -Release: 2%{?dist} +Version: 1.1.6 +Release: 1%{?dist} License: LGPL URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,11 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Mar 3 2008 Rich Megginson - 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 +- this code. + * Tue Feb 19 2008 Fedora Release Engineering - 1.1.5-2 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 43782b7..b7ab546 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 +b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 From 6153998716f67df4fba4b3279532bff62476cd2f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 14 Jul 2008 17:15:55 +0000 Subject: [PATCH 17/26] fix license tag --- adminutil.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adminutil.spec b/adminutil.spec index d84dba5..d1970ae 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -7,8 +7,8 @@ Summary: Utility library for directory server administration Name: adminutil Version: 1.1.6 -Release: 1%{?dist} -License: LGPL +Release: 2%{?dist} +License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Jul 14 2008 Tom "spot" Callaway - 1.1.6-2 +- fix license tag + * Mon Mar 3 2008 Rich Megginson - 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 From 7081d019a13ec103fd83730040a31854fe2acecb Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 27 Aug 2008 20:17:40 +0000 Subject: [PATCH 18/26] 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 --- .cvsignore | 1 + adminutil.spec | 8 ++++++-- sources | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index be69c54..dc6267e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ adminutil-1.1.5.tar.bz2 adminutil-1.1.6.tar.bz2 +adminutil-1.1.7.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index 6896a54..53fee4a 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,9 +6,9 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.6 +Version: 1.1.7 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,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 27 2008 Rich Megginson - 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 - 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 diff --git a/sources b/sources index b7ab546..3fc6892 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 +e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2 From a8f8c10aaafb615a894f506c41284ffdb4da73f8 Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Wed, 27 Aug 2008 20:17:41 +0000 Subject: [PATCH 19/26] 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 --- .cvsignore | 1 + adminutil.spec | 8 ++++++-- sources | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index be69c54..dc6267e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ adminutil-1.1.5.tar.bz2 adminutil-1.1.6.tar.bz2 +adminutil-1.1.7.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec index d1970ae..cc54476 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.6 -Release: 2%{?dist} +Version: 1.1.7 +Release: 1%{?dist} License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Wed Aug 27 2008 Rich Megginson - 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 Jul 14 2008 Tom "spot" Callaway - 1.1.6-2 - fix license tag diff --git a/sources b/sources index b7ab546..3fc6892 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 +e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2 From a0671c374fd05bfec6c1bd2bc0349d213d1138bd Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 00:09:43 +0000 Subject: [PATCH 20/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- adminutil.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/adminutil.spec b/adminutil.spec index cc54476..e3c6a06 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -7,7 +7,7 @@ Summary: Utility library for directory server administration Name: adminutil Version: 1.1.7 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 1.1.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Aug 27 2008 Rich Megginson - 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 From f6029c57fffc5de9d017fa8f8acb539b0628a79c Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Tue, 31 Mar 2009 20:36:35 +0000 Subject: [PATCH 21/26] this is the 1.1.8 release --- .cvsignore | 1 + adminutil.spec | 7 +++++-- sources | 4 +--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index dc6267e..a590007 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/adminutil.spec b/adminutil.spec index e3c6a06..9402c90 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,8 +6,8 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.7 -Release: 2%{?dist} +Version: 1.1.8 +Release: 1%{?dist} License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil Group: Development/Libraries @@ -84,6 +84,9 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Mar 31 2009 Rich Megginson - 1.1.8-1 +- this is the 1.1.8 release + * Mon Feb 23 2009 Fedora Release Engineering - 1.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 3fc6892..1a948da 100644 --- a/sources +++ b/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 From 32f3066d8502455e0adbbda3a5ca993065d6a0e6 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:38:31 +0000 Subject: [PATCH 22/26] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2c5803..d8b26b2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +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)) From aba4220864ff6ec3e57f3386c49a0d03085fd948 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:25:04 +0000 Subject: [PATCH 23/26] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2c5803..d8b26b2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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 +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)) From 448562ffe57fdfbec5b24a3397509a0b6a7cc6a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:03 +0000 Subject: [PATCH 24/26] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d8b26b2..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7 From 8b53572fb4a24e0d3332f4723ab3480c597807b7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:06 +0000 Subject: [PATCH 25/26] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d8b26b2..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) From 4c27e9540e72511be26ef5ad59b60d01b4a74dc6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 19:23:48 +0200 Subject: [PATCH 26/26] 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. --- .gitignore | 4 -- adminutil.spec | 146 ------------------------------------------------- dead.package | 1 + sources | 1 - 4 files changed, 1 insertion(+), 151 deletions(-) delete mode 100644 .gitignore delete mode 100644 adminutil.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a590007..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -adminutil-1.1.5.tar.bz2 -adminutil-1.1.6.tar.bz2 -adminutil-1.1.7.tar.bz2 -adminutil-1.1.8.tar.bz2 diff --git a/adminutil.spec b/adminutil.spec deleted file mode 100644 index 9402c90..0000000 --- a/adminutil.spec +++ /dev/null @@ -1,146 +0,0 @@ -%define nspr_version 4.6 -%define nss_version 3.11 -%define svrcore_version 4.0 -%define mozldap_version 6.0 -%define icu_version 3.4 - -Summary: Utility library for directory server administration -Name: adminutil -Version: 1.1.8 -Release: 1%{?dist} -License: LGPLv2 -URL: http://directory.fedoraproject.org/wiki/AdminUtil -Group: Development/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: nspr-devel >= %{nspr_version} -BuildRequires: nss-devel >= %{nss_version} -BuildRequires: svrcore-devel >= %{svrcore_version} -BuildRequires: mozldap-devel >= %{mozldap_version} -BuildRequires: libicu-devel -BuildRequires: icu - -Source0: http://directory.fedoraproject.org/sources/%{name}-%{version}.tar.bz2 - -%description -%{name} is libraries of functions used to administer directory -servers, usually in conjunction with the admin server. %{name} is -broken into two libraries - libadminutil contains the basic -functionality, and libadmsslutil contains SSL versions and wrappers -around the basic functions. The PSET functions allow applications to -store their preferences and configuration parameters in LDAP, without -having to know anything about LDAP. The configuration is cached in a -local file, allowing applications to function even if the LDAP server -is down. The other code is typically used by CGI programs used for -directory server management, containing GET/POST processing code as -well as resource handling (ICU ures API). - -%package devel -Summary: Development and header files for %{name} -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig -Requires: nspr-devel >= %{nspr_version} -Requires: nss-devel >= %{nss_version} -Requires: svrcore-devel >= %{svrcore_version} -Requires: mozldap-devel >= %{mozldap_version} -Requires: libicu-devel - -%description devel -Development files and header files necessary to build applications -that use %{name}. - -%prep -%setup -q - -%build - -%configure --disable-tests -%{__make} %{?_smp_mflags} - -%install -%{__rm} -rf $RPM_BUILD_ROOT - -%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.a -%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/lib*.la - -%clean -%{__rm} -rf $RPM_BUILD_ROOT - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - -%files -%defattr(-,root,root,-) -%doc LICENSE README NEWS -%{_libdir}/*.so.* -%{_datadir}/%{name} - -%files devel -%defattr(-,root,root,-) -%{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/*.so -%{_includedir}/libadminutil -%{_includedir}/libadmsslutil - -%changelog -* Tue Mar 31 2009 Rich Megginson - 1.1.8-1 -- this is the 1.1.8 release - -* Mon Feb 23 2009 Fedora Release Engineering - 1.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Aug 27 2008 Rich Megginson - 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 Jul 14 2008 Tom "spot" Callaway - 1.1.6-2 -- fix license tag - -* Mon Mar 3 2008 Rich Megginson - 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 -- this code. - -* Tue Feb 19 2008 Fedora Release Engineering - 1.1.5-2 -- Autorebuild for GCC 4.3 - -* Thu Oct 18 2007 Rich Megginson - 1.1.5-1 -- bump version to 1.1.5 -- fix icu linking issue -- disable libtool rpath by default - added --enable-rpath option to configure - -* Fri Aug 17 2007 Rich Megginson - 1.1.4-2 -- remove >= version from icu build requires to fix rawhide build problem - -* Wed Aug 1 2007 Rich Megginson - 1.1.4-1 -- updated to version 1.1.4 -- fixes bugzilla 250526 - -* Wed Jul 25 2007 Warren Togami - 1.1.3-1.1 -- binutils/gcc bug rebuild (#249435) - -* Tue Jul 24 2007 Rich Megginson - 1.1.3-1 -- updated to version 1.1.3 -- fixes bugzillas 246124 and 247192 - -* Fri Jun 22 2007 Rich Megginson - 1.1.2-1 -- Updated version to 1.1.2 -- This version fixes some memory leaks and invalid memory use -- issues - -* Wed May 23 2007 Rich Megginson - 1.1.1-3 -- more fedora review stuff - use macros consistently -- make sure install preserves timestamps -- use lgpl instead of gpl for acclanglist.c -- fix undefined weak symbols in libadmsslutil - -* Fri May 18 2007 Rich Megginson - 1.1.1-2 -- pkgconfig is a requires not a build requires - -* Thu May 17 2007 Rich Megginson - 1.1.1-1 -- Many bug fixes - bumped version to 1.1.1 -- fixed concerns from Fedora package review - -* Wed Mar 28 2007 Rich Megginson - 1.1.0-1 -- Initial version - based largely on svrcore.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -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. diff --git a/sources b/sources deleted file mode 100644 index 1a948da..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2