2019-04-04 14:12:58 +00:00
|
|
|
# Perform optional tests
|
2019-04-04 13:50:24 +00:00
|
|
|
# Support XML serialization of LDAP schemata (DSML languge)
|
|
|
|
%if 0%{?rhel}
|
|
|
|
%bcond_with perl_LDAP_enables_xml
|
2024-07-10 06:58:58 +00:00
|
|
|
%bcond_with perl_LDAP_enables_optional_test
|
2019-04-04 13:50:24 +00:00
|
|
|
%else
|
|
|
|
%bcond_without perl_LDAP_enables_xml
|
2024-07-10 06:58:58 +00:00
|
|
|
%bcond_without perl_LDAP_enables_optional_test
|
2019-04-04 13:50:24 +00:00
|
|
|
%endif
|
2019-04-04 14:12:58 +00:00
|
|
|
|
2005-04-05 19:39:14 +00:00
|
|
|
Name: perl-LDAP
|
2021-01-05 09:54:57 +00:00
|
|
|
Version: 0.68
|
2024-10-29 15:58:12 +00:00
|
|
|
Release: 16%{?dist}
|
2007-04-05 17:00:58 +00:00
|
|
|
Epoch: 1
|
2005-04-05 19:39:14 +00:00
|
|
|
Summary: LDAP Perl module
|
2022-12-20 16:08:54 +00:00
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
2018-06-04 13:07:13 +00:00
|
|
|
URL: https://metacpan.org/release/perl-ldap
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/perl-ldap-%{version}.tar.gz
|
2019-04-04 14:12:58 +00:00
|
|
|
# Optional tests need to know a location of an LDAP server executable
|
2019-04-16 14:26:19 +00:00
|
|
|
Patch0: perl-ldap-0.65-Configure-usr-sbin-slapd-for-tests.patch
|
2019-04-25 12:32:37 +00:00
|
|
|
# Remove an unreliable cancelling test
|
|
|
|
Patch1: perl-ldap-0.66-test-Remove-a-test-for-cancelling-asynchronous-calls.patch
|
2021-02-16 15:07:22 +00:00
|
|
|
# Fix resolving localhost on loopback-only machines,
|
|
|
|
# <https://github.com/perl-ldap/perl-ldap/pull/60>, CPAN RT#104793
|
|
|
|
Patch2: perl-ldap-0.68-Do-not-default-IO-Socket-IP-to-AI_ADDRCONFIG-flag.patch
|
2005-04-05 19:39:14 +00:00
|
|
|
BuildArch: noarch
|
2021-01-05 09:54:57 +00:00
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: make
|
2016-06-24 08:25:21 +00:00
|
|
|
BuildRequires: perl-generators
|
2021-01-05 09:54:57 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2021-02-16 15:42:08 +00:00
|
|
|
BuildRequires: perl(Config)
|
2012-11-26 11:47:44 +00:00
|
|
|
BuildRequires: perl(inc::Module::Install)
|
2015-04-07 08:36:50 +00:00
|
|
|
BuildRequires: perl(Module::Install::AutoInstall)
|
|
|
|
BuildRequires: perl(Module::Install::Metadata)
|
|
|
|
BuildRequires: perl(Module::Install::WriteAll)
|
2012-11-26 11:47:44 +00:00
|
|
|
# Run-time:
|
|
|
|
# Not needed for tests perl(Authen::SASL) >= 2.00
|
2012-11-20 09:28:18 +00:00
|
|
|
BuildRequires: perl(base)
|
2012-06-15 10:45:05 +00:00
|
|
|
BuildRequires: perl(Carp)
|
2012-09-17 08:39:14 +00:00
|
|
|
BuildRequires: perl(constant)
|
2012-11-26 11:47:44 +00:00
|
|
|
BuildRequires: perl(Convert::ASN1) >= 0.2
|
2012-06-15 10:45:05 +00:00
|
|
|
BuildRequires: perl(Encode)
|
2012-11-20 09:28:18 +00:00
|
|
|
BuildRequires: perl(Exporter)
|
2012-11-26 11:47:44 +00:00
|
|
|
# Not needed for tests perl(HTTP::Negotiate)
|
|
|
|
# Not needed for tests perl(HTTP::Response)
|
|
|
|
# Not needed for tests perl(HTTP::Status)
|
2012-06-15 10:45:05 +00:00
|
|
|
BuildRequires: perl(IO::Select)
|
|
|
|
BuildRequires: perl(IO::Socket)
|
2019-04-04 14:12:58 +00:00
|
|
|
%if %{with perl_LDAP_enables_optional_test}
|
|
|
|
BuildRequires: perl(IO::Socket::SSL) >= 1.26
|
|
|
|
%endif
|
2012-11-26 11:47:44 +00:00
|
|
|
# Not needed for tests perl(JSON)
|
|
|
|
# Not needed for tests perl(LWP::MediaTypes)
|
|
|
|
# Not needed for tests perl(LWP::Protocol)
|
|
|
|
# Not needed for tests perl(MIME::Base64)
|
2012-09-17 08:39:14 +00:00
|
|
|
BuildRequires: perl(Socket)
|
2013-04-03 09:07:33 +00:00
|
|
|
BuildRequires: perl(strict)
|
2012-11-26 11:47:44 +00:00
|
|
|
# Prefer core Text::Soundex
|
2013-04-03 13:28:18 +00:00
|
|
|
BuildRequires: perl(Text::Soundex)
|
2013-04-03 09:07:33 +00:00
|
|
|
BuildRequires: perl(Time::Local)
|
2019-04-04 13:50:24 +00:00
|
|
|
%if %{with perl_LDAP_enables_xml}
|
2012-06-15 10:45:05 +00:00
|
|
|
BuildRequires: perl(XML::SAX::Base)
|
2012-02-06 23:25:26 +00:00
|
|
|
BuildRequires: perl(XML::SAX::Writer)
|
2019-04-04 13:50:24 +00:00
|
|
|
%endif
|
2012-11-26 11:47:44 +00:00
|
|
|
# Optional:
|
|
|
|
# Not needed for tests perl(IO::Socket::INET6)
|
2014-03-11 13:50:56 +00:00
|
|
|
# Not needed for tests perl(IO::Socket::IP)
|
2012-11-26 11:47:44 +00:00
|
|
|
# Tests:
|
2014-03-05 15:50:40 +00:00
|
|
|
BuildRequires: perl(File::Basename)
|
2013-04-03 09:07:33 +00:00
|
|
|
BuildRequires: perl(File::Compare)
|
2012-11-20 09:28:18 +00:00
|
|
|
BuildRequires: perl(File::Path)
|
|
|
|
BuildRequires: perl(File::Spec)
|
2012-11-26 11:47:44 +00:00
|
|
|
BuildRequires: perl(IO::File)
|
2010-04-12 09:56:43 +00:00
|
|
|
BuildRequires: perl(Test::More)
|
2019-04-04 14:12:58 +00:00
|
|
|
%if %{with perl_LDAP_enables_optional_test}
|
|
|
|
# Optional tests:
|
|
|
|
BuildRequires: openldap-servers
|
|
|
|
BuildRequires: perl(LWP::UserAgent)
|
|
|
|
%endif
|
2012-11-26 11:47:44 +00:00
|
|
|
Requires: perl(Authen::SASL) >= 2.00
|
|
|
|
Requires: perl(Convert::ASN1) >= 0.2
|
|
|
|
Requires: perl(IO::Socket::SSL) >= 1.26
|
|
|
|
Requires: perl(JSON)
|
2019-04-04 13:50:24 +00:00
|
|
|
%if %{with perl_LDAP_enables_xml}
|
|
|
|
Suggests: perl(Net::LDAP::DSML)
|
|
|
|
%endif
|
2012-11-26 11:47:44 +00:00
|
|
|
Requires: perl(MIME::Base64)
|
|
|
|
# Prefer core Text::Soundex
|
|
|
|
Requires: perl(Text::Soundex)
|
2013-04-03 09:07:33 +00:00
|
|
|
Requires: perl(Time::Local)
|
2004-09-09 10:12:49 +00:00
|
|
|
|
2012-10-08 08:28:38 +00:00
|
|
|
# Remove under-specified dependencies
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Net::LDAP::Filter\\)$
|
2012-11-26 11:47:44 +00:00
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Convert::ASN1\\)$
|
2023-01-24 15:38:01 +00:00
|
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(t::common.pl\\)
|
2012-02-06 23:25:26 +00:00
|
|
|
|
2004-09-09 10:12:49 +00:00
|
|
|
%description
|
2012-11-26 11:47:44 +00:00
|
|
|
Net::LDAP is a collection of modules that implements an LDAP services API
|
2005-04-05 19:39:14 +00:00
|
|
|
for Perl programs. The module may be used to search directories or perform
|
|
|
|
maintenance functions such as adding, deleting or modifying entries.
|
|
|
|
|
2019-04-04 13:50:24 +00:00
|
|
|
%if %{with perl_LDAP_enables_xml}
|
|
|
|
%package -n perl-Net-LDAP-DSML
|
|
|
|
Summary: DSML Writer for Net::LDAP
|
|
|
|
Requires: perl-LDAP = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: perl(MIME::Base64)
|
|
|
|
Requires: perl(Net::LDAP::Schema)
|
|
|
|
Requires: perl(XML::SAX::Writer)
|
|
|
|
|
|
|
|
%description -n perl-Net-LDAP-DSML
|
|
|
|
Directory Service Markup Language (DSML) is the XML standard for representing
|
|
|
|
directory service information in XML. At the moment this Perl module only
|
|
|
|
writes DSML entry and schema entities. Reading DSML entities is a future
|
|
|
|
project.
|
|
|
|
%endif
|
|
|
|
|
2019-08-26 14:26:02 +00:00
|
|
|
%package tests
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
Requires: coreutils
|
|
|
|
Requires: perl-LDAP = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
# perl-Test-Harness for "prove" command
|
|
|
|
Requires: perl-Test-Harness
|
|
|
|
Requires: perl(Convert::ASN1) >= 0.2
|
|
|
|
Requires: perl(File::Spec)
|
|
|
|
Requires: perl(Net::LDAPI)
|
|
|
|
# Prefer core Text::Soundex
|
|
|
|
Requires: perl(Text::Soundex)
|
|
|
|
%if %{with perl_LDAP_enables_xml}
|
|
|
|
Requires: perl(XML::SAX::Base)
|
|
|
|
Requires: perl(XML::SAX::Writer)
|
|
|
|
%endif
|
|
|
|
%if %{with perl_LDAP_enables_optional_test}
|
|
|
|
# Optional tests:
|
|
|
|
Requires: openldap-servers
|
|
|
|
Requires: perl(IO::Socket::SSL) >= 1.26
|
|
|
|
Requires: perl(Net::LDAPS)
|
|
|
|
Requires: perl(LWP::UserAgent)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
Tests from %{name}-%{version}. Execute them with "%{_libexecdir}/%{name}/test".
|
|
|
|
|
2019-04-04 13:50:24 +00:00
|
|
|
|
2004-09-09 10:12:49 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n perl-ldap-%{version}
|
2023-09-20 10:34:07 +00:00
|
|
|
%patch -P0 -p1
|
|
|
|
%patch -P1 -p1
|
|
|
|
%patch -P2 -p1
|
2006-09-27 18:49:24 +00:00
|
|
|
chmod -c 644 bin/* contrib/* lib/Net/LDAP/DSML.pm
|
2012-11-20 09:28:18 +00:00
|
|
|
perl -pi -e 's|^#!/usr/local/bin/perl\b|#!%{__perl}|' contrib/*
|
2012-09-17 08:39:14 +00:00
|
|
|
# Remove bundled libraries
|
|
|
|
rm -rf inc
|
2021-01-05 09:54:57 +00:00
|
|
|
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
|
2019-08-26 14:26:02 +00:00
|
|
|
# Remove tests specific for XML support if the support is disabled
|
|
|
|
%if !%{with perl_LDAP_enables_xml}
|
|
|
|
rm t/05dsml.t
|
2021-01-05 09:54:57 +00:00
|
|
|
perl -i -ne 'print $_ unless m{^t/05dsml\.t}' MANIFEST
|
2019-08-26 14:26:02 +00:00
|
|
|
%endif
|
2019-10-29 13:53:47 +00:00
|
|
|
find -type f \! -name 'regenerate_cert.sh' -exec chmod -x {} +
|
2021-02-16 15:42:08 +00:00
|
|
|
# Help generators to recognize Perl scripts
|
|
|
|
for F in t/*; do
|
|
|
|
perl -i -MConfig -pe 's/\A#!perl\b/$Config{startperl}/' "$F"
|
|
|
|
chmod +x "$F"
|
|
|
|
done
|
2012-09-17 08:39:14 +00:00
|
|
|
|
2004-09-09 10:12:49 +00:00
|
|
|
%build
|
2021-01-05 09:54:57 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 < /dev/null
|
|
|
|
%{make_build}
|
2004-09-09 10:12:49 +00:00
|
|
|
|
|
|
|
%install
|
2021-01-05 09:54:57 +00:00
|
|
|
%{make_install}
|
2019-08-26 14:26:02 +00:00
|
|
|
mkdir -p %{buildroot}/%{_libexecdir}/%{name}
|
|
|
|
# FIXME: Generators should scan these non-executable files
|
|
|
|
cp -a data t test.cfg %{buildroot}/%{_libexecdir}/%{name}
|
2019-10-29 13:32:08 +00:00
|
|
|
cat > %{buildroot}/%{_libexecdir}/%{name}/test <<'EOF'
|
|
|
|
#!/bin/bash
|
2019-08-26 14:26:02 +00:00
|
|
|
set -e
|
|
|
|
# t/common.pl reads from ./data and writes into ./temp. The easiest solution
|
2019-10-29 13:32:08 +00:00
|
|
|
# is to copy the tests into a writable directory and execute them from there.
|
|
|
|
DIR=$(mktemp -d)
|
2019-08-26 14:26:02 +00:00
|
|
|
pushd "$DIR"
|
|
|
|
cp -a %{_libexecdir}/%{name}/* ./
|
|
|
|
prove -I .
|
|
|
|
popd
|
|
|
|
rm -rf "$DIR"
|
|
|
|
EOF
|
|
|
|
chmod +x %{buildroot}/%{_libexecdir}/%{name}/test
|
2019-04-16 14:26:19 +00:00
|
|
|
%{_fixperms} %{buildroot}/*
|
2004-09-09 10:12:49 +00:00
|
|
|
|
2006-09-27 18:49:24 +00:00
|
|
|
%check
|
2005-04-05 19:39:14 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
2005-04-27 00:18:56 +00:00
|
|
|
%doc Changes CREDITS
|
2005-04-05 19:39:14 +00:00
|
|
|
%doc contrib/ bin/
|
|
|
|
%{perl_vendorlib}/Bundle/
|
|
|
|
%{perl_vendorlib}/LWP/
|
|
|
|
%{perl_vendorlib}/Net/
|
2019-04-04 13:50:24 +00:00
|
|
|
%exclude %{perl_vendorlib}/Net/LDAP/DSML.pm
|
2006-09-27 18:49:24 +00:00
|
|
|
%{_mandir}/man3/*.3pm*
|
2019-04-04 13:50:24 +00:00
|
|
|
%exclude %{_mandir}/man3/Net::LDAP::DSML.3pm*
|
|
|
|
|
|
|
|
%if %{with perl_LDAP_enables_xml}
|
|
|
|
%files -n perl-Net-LDAP-DSML
|
|
|
|
%{perl_vendorlib}/Net/LDAP/DSML.pm
|
|
|
|
%{_mandir}/man3/Net::LDAP::DSML.3pm*
|
|
|
|
%endif
|
2005-04-05 19:39:14 +00:00
|
|
|
|
2019-08-26 14:26:02 +00:00
|
|
|
%files tests
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
2004-09-09 10:12:49 +00:00
|
|
|
%changelog
|
2024-10-29 15:58:12 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:0.68-16
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-07-10 06:58:58 +00:00
|
|
|
* Tue Jul 09 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.68-15
|
|
|
|
- Resolves: RHEL-46816 - disable optional tests
|
|
|
|
|
2024-06-24 16:10:37 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:0.68-14
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 17:40:15 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 16:05:20 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-20 22:58:34 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-24 15:38:01 +00:00
|
|
|
* Tue Jan 24 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.68-10
|
|
|
|
- Filter run-require perl(t::common.pl) (BZ#2163998)
|
|
|
|
|
2023-01-20 03:25:37 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 07:18:59 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-01 00:24:01 +00:00
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.68-7
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
2022-01-21 02:45:41 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 21:22:23 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-21 21:36:42 +00:00
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.68-4
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
2021-02-16 15:07:22 +00:00
|
|
|
* Tue Feb 16 2021 Petr Pisar <ppisar@redhat.com> - 1:0.68-3
|
|
|
|
- Fix resolving localhost on loopback-only machines
|
|
|
|
(https://github.com/perl-ldap/perl-ldap/pull/60)
|
|
|
|
|
2021-01-27 02:18:37 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.68-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-05 09:54:57 +00:00
|
|
|
* Tue Jan 05 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.68-1
|
|
|
|
- 0.68 bump
|
|
|
|
|
2020-07-28 16:35:32 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.66-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-23 09:38:55 +00:00
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.66-8
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
2020-01-30 01:29:43 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.66-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-29 13:32:08 +00:00
|
|
|
* Tue Oct 29 2019 Petr Pisar <ppisar@redhat.com> - 1:0.66-6
|
|
|
|
- Fix tests subpackage test script
|
2019-10-29 13:53:47 +00:00
|
|
|
- Fix a shell bang in a certificate generator script
|
2019-10-29 13:32:08 +00:00
|
|
|
|
2019-08-26 14:26:02 +00:00
|
|
|
* Mon Aug 26 2019 Petr Pisar <ppisar@redhat.com> - 1:0.66-5
|
|
|
|
- Package tests
|
|
|
|
|
2019-07-26 04:05:27 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.66-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-31 14:56:38 +00:00
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.66-3
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
2019-04-25 12:32:37 +00:00
|
|
|
* Thu Apr 25 2019 Petr Pisar <ppisar@redhat.com> - 1:0.66-2
|
|
|
|
- Remove an unreliable cancelling test
|
|
|
|
|
2019-04-16 14:26:19 +00:00
|
|
|
* Tue Apr 16 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.66-1
|
|
|
|
- 0.66 bump
|
|
|
|
|
2019-04-04 14:16:48 +00:00
|
|
|
* Thu Apr 04 2019 Petr Pisar <ppisar@redhat.com> - 1:0.65-13
|
|
|
|
- Correct misspellings in Net::LDAP::FAQ
|
2019-04-04 14:12:58 +00:00
|
|
|
- Perform tests against a server
|
2019-04-04 13:50:24 +00:00
|
|
|
- Net::LDAP::DSML moved to perl-Net-LDAP-DSML package due to XML dependencies
|
2019-04-04 14:16:48 +00:00
|
|
|
|
2019-02-01 21:42:01 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 18:06:35 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-28 17:37:18 +00:00
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-10
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
2018-02-08 22:14:49 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-07-27 04:35:27 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-06-05 09:47:36 +00:00
|
|
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-7
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
2017-02-11 03:46:43 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-05-15 21:14:09 +00:00
|
|
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-5
|
|
|
|
- Perl 5.24 rebuild
|
|
|
|
|
2016-02-04 14:17:29 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.65-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 04:00:27 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.65-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-06 07:36:06 +00:00
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
2015-04-07 08:36:50 +00:00
|
|
|
* Tue Apr 07 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.65-1
|
|
|
|
- 0.65 bump
|
|
|
|
|
2014-08-28 22:48:13 +00:00
|
|
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.64-2
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
2014-06-23 08:18:02 +00:00
|
|
|
* Mon Jun 23 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.64-1
|
|
|
|
- 0.64 bump
|
|
|
|
|
2014-06-07 06:05:28 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.63-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-04 10:57:34 +00:00
|
|
|
* Wed Jun 04 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.63-1
|
|
|
|
- 0.63 bump
|
|
|
|
|
2014-04-14 11:55:04 +00:00
|
|
|
* Mon Apr 14 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.62-1
|
|
|
|
- 0.62 bump
|
|
|
|
|
2014-03-31 09:52:00 +00:00
|
|
|
* Mon Mar 31 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.61-1
|
|
|
|
- 0.61 bump
|
|
|
|
|
2014-03-11 13:50:56 +00:00
|
|
|
* Tue Mar 11 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.60-1
|
|
|
|
- 0.60 bump
|
|
|
|
|
2014-03-05 15:50:40 +00:00
|
|
|
* Wed Mar 05 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.59-1
|
|
|
|
- 0.59 bump
|
|
|
|
|
2014-01-02 12:37:38 +00:00
|
|
|
* Thu Jan 02 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.58-1
|
|
|
|
- 0.58 bump
|
|
|
|
|
2013-08-03 22:31:39 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.57-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-08-02 03:39:32 +00:00
|
|
|
* Fri Aug 02 2013 Petr Pisar <ppisar@redhat.com> - 1:0.57-2
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
2013-07-31 11:42:24 +00:00
|
|
|
* Wed Jul 31 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.57-1
|
|
|
|
- 0.57 bump
|
|
|
|
|
2013-06-10 12:31:07 +00:00
|
|
|
* Mon Jun 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.56-1
|
|
|
|
- 0.56 bump
|
|
|
|
|
2013-04-24 12:59:32 +00:00
|
|
|
* Wed Apr 24 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.55-1
|
|
|
|
- 0.55 bump
|
|
|
|
|
2013-04-03 09:07:33 +00:00
|
|
|
* Wed Apr 03 2013 Petr Pisar <ppisar@redhat.com> - 1:0.54-1
|
|
|
|
- 0.54 bump
|
|
|
|
|
2013-01-28 10:03:36 +00:00
|
|
|
* Mon Jan 28 2013 Petr Šabata <contyk@redhat.com> - 1:0.53-1
|
|
|
|
- 0.53 enhancement update
|
|
|
|
|
2013-01-03 11:48:33 +00:00
|
|
|
* Thu Jan 03 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.52-1
|
|
|
|
- 0.52 bump
|
|
|
|
|
|
|
|
* Mon Dec 03 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.51-1
|
2012-12-03 11:37:41 +00:00
|
|
|
- 0.51 bump
|
|
|
|
|
2012-11-26 11:47:44 +00:00
|
|
|
* Mon Nov 26 2012 Petr Pisar <ppisar@redhat.com> - 1:0.50-1
|
|
|
|
- 0.50 bump
|
|
|
|
|
2012-11-20 09:28:18 +00:00
|
|
|
* Tue Nov 20 2012 Petr Šabata <contyk@redhat.com> - 1:0.49-2
|
|
|
|
- Add a few missing deps
|
|
|
|
- Drop command macros
|
|
|
|
- Modernize the spec
|
|
|
|
|
2012-10-08 08:28:38 +00:00
|
|
|
* Mon Oct 08 2012 Petr Pisar <ppisar@redhat.com> - 1:0.49-1
|
|
|
|
- 0.49 bump
|
|
|
|
|
2012-09-18 07:22:35 +00:00
|
|
|
* Mon Sep 17 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.47-1
|
|
|
|
- 0.47 bump
|
|
|
|
|
2012-09-17 08:39:14 +00:00
|
|
|
* Fri Sep 14 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.46-1
|
|
|
|
- 0.46 bump
|
|
|
|
- Should fix: RT#72108, RT#74572, RT#74759, RT#77180
|
|
|
|
- Removed bundled libraries. Use perl(inc::Module::Install).
|
|
|
|
|
2012-07-20 16:30:20 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.44-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-15 05:02:57 +00:00
|
|
|
* Fri Jun 15 2012 Petr Pisar <ppisar@redhat.com> - 1:0.44-2
|
|
|
|
- Perl 5.16 rebuild
|
2012-06-15 10:45:05 +00:00
|
|
|
- Specify all dependencies
|
2012-06-15 05:02:57 +00:00
|
|
|
|
2012-02-06 23:25:26 +00:00
|
|
|
* Mon Feb 6 2012 Marcela Maslanova <mmaslano@redhat.com> - 1:0.44-1
|
|
|
|
- update which should fix RT#66753
|
|
|
|
- clean specfile according to new guidelines
|
|
|
|
|
2012-01-13 14:29:41 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.40-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-19 18:20:41 +00:00
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1:0.40-5
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 02:08:52 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.40-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-20 14:48:23 +00:00
|
|
|
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.40-3
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
2010-05-02 21:10:01 +00:00
|
|
|
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.40-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-04-12 09:56:43 +00:00
|
|
|
* Mon Apr 12 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.40-1
|
|
|
|
- update
|
|
|
|
|
2009-12-07 08:07:12 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1:0.34-7
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 08:56:01 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.34-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 19:01:51 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.34-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-03-06 17:53:13 +00:00
|
|
|
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1:0.34-4
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-04-09 21:37:47 +00:00
|
|
|
* Mon Apr 09 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-3
|
|
|
|
- Resolves: bz#226267
|
|
|
|
- Only filter out the unversioned Provides: perl(Net::LDAP::Filter) to
|
|
|
|
avoid breaking dependencies.
|
|
|
|
|
2007-04-05 17:00:02 +00:00
|
|
|
* Thu Apr 05 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-2
|
|
|
|
- Resolves: bz#226267
|
|
|
|
- Filter out provides perl(Net::LDAP::Filter) per package review.
|
|
|
|
|
2007-02-13 16:27:48 +00:00
|
|
|
* Tue Feb 13 2007 Robin Norwood <rnorwood@redhat.com> - 1:0.34-1
|
|
|
|
- New version: 0.34
|
|
|
|
|
2006-09-27 18:49:24 +00:00
|
|
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 1:0.33-3
|
|
|
|
- Bugzilla: 207430
|
|
|
|
- Incorporate fixes from Jose Oliveira's patch
|
|
|
|
- Add perl(IO::Socket::SSL) as a BuildRequires as well
|
|
|
|
- Other cleanups from Jose
|
|
|
|
|
2006-09-27 17:35:51 +00:00
|
|
|
* Wed Sep 27 2006 Robin Norwood <rnorwood@redhat.com> - 0.33-1.3
|
|
|
|
- Add a requirement for IO::Socket::SSL, per bug #122066
|
|
|
|
|
2006-07-12 07:46:13 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-03 19:48:07 +00:00
|
|
|
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.33-1.2
|
|
|
|
- rebuild for new perl-5.8.8
|
|
|
|
|
2005-12-17 02:13:08 +00:00
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt for new gcc
|
|
|
|
|
2005-04-27 00:18:56 +00:00
|
|
|
* Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.33-1
|
|
|
|
- Update to 0.33.
|
|
|
|
|
2005-04-05 19:39:14 +00:00
|
|
|
* Sat Apr 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.3202-1
|
|
|
|
- Update to 0.3202.
|
|
|
|
- Specfile cleanup. (#153766)
|
2005-03-31 09:28:15 +00:00
|
|
|
|
2004-09-22 14:21:35 +00:00
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 0.31-5
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 10:12:49 +00:00
|
|
|
* Wed Mar 10 2004 Chip Turner <cturner@redhat.com> - 0.31-1
|
|
|
|
- Specfile autogenerated.
|
|
|
|
|