Accepting request 1136754 from home:pmonrealgonzalez:INET6

- Remove the dependency on perl(IO::Socket::INET6) as it has been
  deprecated by upstream, is no longer suitable for use and its not
  being maintained. A compatible replacement for this package is
  perl(IO::Socket::IP) which is shipped by the perl-base package.

OBS-URL: https://build.opensuse.org/request/show/1136754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ldap?expand=0&rev=51
This commit is contained in:
Dirk Stoecker 2024-01-04 12:49:24 +00:00 committed by Git OBS Bridge
parent 4dc9e8b2bf
commit fadbfb58f2
3 changed files with 9 additions and 4 deletions

View File

@ -9,7 +9,6 @@ description_paragraphs: 1
# bar.patch:
preamble: |-
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(IO::Socket::INET6)
BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(JSON)
BuildRequires: perl(MIME::Base64)

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 2 21:58:50 UTC 2024 - Pedro Monreal <pmonreal@suse.com>
- Remove the dependency on perl(IO::Socket::INET6) as it has been
deprecated by upstream, is no longer suitable for use and its not
being maintained. A compatible replacement for this package is
perl(IO::Socket::IP) which is shipped by the perl-base package.
-------------------------------------------------------------------
Mon Sep 27 16:18:03 UTC 2021 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ldap
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -33,13 +33,11 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Text::Soundex)
Requires: perl(Convert::ASN1) >= 0.2
Recommends: perl(Authen::SASL) >= 2.00
Recommends: perl(IO::Socket::INET6)
Recommends: perl(IO::Socket::SSL) >= 1.26
Recommends: perl(URI::ldap) >= 1.10
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(Digest::MD5)
BuildRequires: perl(IO::Socket::INET6)
BuildRequires: perl(IO::Socket::IP)
BuildRequires: perl(JSON)
BuildRequires: perl(MIME::Base64)