From 2e1ef59664893468ffd314b35ff5cac6f027faf0 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 24 2019 15:47:32 +0000 Subject: Retiring 389-adminutil as its been replaced by Cockpit UI plugin --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b4cf81a..0000000 --- a/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -389-adminutil-1.1.14.tar.bz2 -/389-adminutil-1.1.15.tar.bz2 -/389-adminutil-1.1.17.tar.bz2 -/389-adminutil-1.1.18.tar.bz2 -/389-adminutil-1.1.19.tar.bz2 -/389-adminutil-1.1.21.tar.bz2 -/389-adminutil-1.1.22.tar.bz2 -/389-adminutil-1.1.23.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec deleted file mode 100644 index 2cbece5..0000000 --- a/389-adminutil.spec +++ /dev/null @@ -1,303 +0,0 @@ -# Exclude 32 bit arches -ExcludeArch: %{ix86} - -Summary: Utility library for 389 administration -Name: 389-adminutil -Version: 1.1.23 -Release: 14%{?dist} -License: GPLv3 -URL: https://www.port389.org -BuildRequires: gcc-c++ -BuildRequires: nspr-devel -BuildRequires: nss-devel -BuildRequires: openldap-devel -BuildRequires: libicu-devel -BuildRequires: icu -Provides: adminutil = %{version}-%{release} -Obsoletes: adminutil < 1.1.8-2 - -Source0: https://www.port389.org/sources/%{name}-%{version}.tar.bz2 - -Provides: deprecated() - -%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} -Requires: %{name} = %{version}-%{release} -Requires: pkgconfig -Requires: nspr-devel -Requires: nss-devel -Requires: openldap-devel -Requires: libicu-devel -Provides: adminutil-devel = %{version}-%{release} -Obsoletes: adminutil-devel < 1.1.8-2 - -%description devel -Development files and header files necessary to build applications -that use %{name}. - -%prep -%setup -q - -%build - -%configure --disable-tests --with-openldap -%{__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 - -%post -%postun - -%files -%doc LICENSE README NEWS -%{_libdir}/*.so.* -%{_datadir}/%{name} - -%files devel -%{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/*.so -%{_includedir}/libadminutil -%{_includedir}/libadmsslutil - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 1.1.23-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.1.23-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Jan 23 2019 Pete Walter - 1.1.23-12 -- Rebuild for ICU 63 - -* Thu Dec 20 2018 Mark Reynolds - 1.1.23-12 -- Bump version to 1.1.23-12 -- Make package as deprecated - -* Mon Jul 23 2018 Mark Reynolds - 1.1.23-11 -- Remove ldconfig from post scriplets - -* Thu Jul 12 2018 Fedora Release Engineering - 1.1.23-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jul 10 2018 Pete Walter - 1.1.23-9 -- Rebuild for ICU 62 - -* Mon Apr 30 2018 Pete Walter - 1.1.23-8 -- Rebuild for ICU 61.1 - -* Tue Feb 20 2018 Mark Reynolds - 1.1.23-7 -- Exclude I86 platforms - -* Wed Feb 07 2018 Fedora Release Engineering - 1.1.23-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Nov 30 2017 Pete Walter - 1.1.23-5 -- Rebuild for ICU 60.1 - -* Wed Aug 02 2017 Fedora Release Engineering - 1.1.23-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.1.23-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.1.23-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Oct 12 2016 Mark Reynolds - 1.2.23-1 -- bump version to 1.1.23 -- Ticket 48345 - bad check for NUL char in psetc.c - -* Fri Apr 15 2016 David Tardon - 1.1.22-5 -- rebuild for ICU 57.1 - -* Wed Feb 03 2016 Fedora Release Engineering - 1.1.22-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Oct 28 2015 David Tardon - 1.1.22-3 -- rebuild for ICU 56.1 - -* Tue Jun 16 2015 Fedora Release Engineering - 1.1.22-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 10 2015 Noriko Hosoi - 1.1.22-1 -- bump version to 1.1.22 -- Ticket 48152 - [adminutil] support NSS 3.18 - -* Wed Feb 04 2015 Petr Machata - 1.1.21-2 -- Bump for rebuild. - -* Tue Feb 3 2015 Noriko Hosoi - 1.1.21-1 -- bump version to 1.1.21 -- Ticket 47929 - adminutil - future proof getSSLVersion -- Ticket 47929 - Adminutil - do not use SSL3 by default -- Ticket 47850 - "nsslapd-allow-anonymous-access: rootdse" makes login as "admin" fail at the first time -- Ticket 47881 - crash during debug session in adminutil -- Ticket 47680 - Upgraded 389-admin rpms and now I can't start dirsrv-admin - -* Mon Jan 26 2015 David Tardon - 1.1.19-6 -- rebuild for ICU 54.1 - -* Tue Aug 26 2014 David Tardon - 1.1.19-5 -- rebuild for ICU 53.1 - -* Fri Aug 15 2014 Fedora Release Engineering - 1.1.19-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Fri Jun 06 2014 Fedora Release Engineering - 1.1.19-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Feb 14 2014 Parag Nemade - 1.1.19-2 -- Rebuild for icu 52 - -* Wed Nov 20 2013 Rich Megginson - 1.1.19-1 -- Ticket #47415 "Manage certificates" crashes admin server -- 8647ad8 fix compiler warnings - enhancements to test ticket 47415 - -* Mon Aug 19 2013 Rich Megginson - 1.1.18-1 -- ee1ef81 add Eclipse generated files -- Ticket #47486 - compiler warnings in adminutil, admin, dsgw -- 77fd77a fix mem leak in admldapBuildInfoSSL when there is no password - -* Fri Aug 02 2013 Fedora Release Engineering - 1.1.17-2.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Apr 19 2013 Noriko Hosoi - 1.1.17-1 --bump version to 1.1.17 -Resolves: Bug 856089 - slapi_ldap_bind() doesn't check bind results (Ticket 479 - Console logins fail intermittenly) -Resolves: Bug 905266 - BIND operation result not checked properly in admin server and adminutil - -* Tue Apr 2 2013 Dan Horák - 1.1.15-3.1 -- Rebuild with correct icu on s390(x) - -* Sat Jan 26 2013 Kevin Fenzi - 1.1.15-3 -- Rebuild for new icu - -* Wed Jul 18 2012 Fedora Release Engineering - 1.1.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Feb 3 2012 Rich Megginson - 1.1.15-1 -- Ticket #281 - TLS not working with latest openldap -- Ticket #161 - Review and address latest Coverity issues - -* Thu Jan 12 2012 Fedora Release Engineering - 1.1.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Oct 28 2011 Rich Megginson - 1.1.14-2 -- rebuild for latest icu - -* Tue May 31 2011 Rich Megginson - 1.1.14-1 -- many fixes for coverity issues - -* Mon Mar 07 2011 Caolán McNamara - 1.1.13-3 -- rebuild for icu 4.6 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Oct 22 2010 Rich Megginson - 1.1.13-1 -- add nss_inc to libadminutil build flags - -* Tue Sep 28 2010 Rich Megginson - 1.1.12-1 -- fix building with mozldap - -* Tue Sep 28 2010 Rich Megginson - 1.1.11-1 -- with openldap support - -* Fri Apr 02 2010 Caolán McNamara - 1.1.10-2 -- rebuild for icu 4.4 - -* Fri Feb 26 2010 Rich Megginson - 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 - 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 - 1.1.8-4 -- final 1.1.8 release - -* Fri Jul 24 2009 Fedora Release Engineering - 1.1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Tue May 12 2009 Rich Megginson - 1.1.8-2 -- rename to 389-adminutil - -* 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..f4220b2 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Retiring 389-adminutil as its been replaced by Cockpit UI plugin diff --git a/sources b/sources deleted file mode 100644 index a24f200..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -782d90f0caf3c3bf89e2cdb737498933 389-adminutil-1.1.23.tar.bz2