mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix(packaging): do not package cpan libraries already available (#5288)
This commit is contained in:
parent
9443665151
commit
0bad27bc44
30
.github/workflows/perl-cpan-libraries.yml
vendored
30
.github/workflows/perl-cpan-libraries.yml
vendored
@ -36,12 +36,8 @@ jobs:
|
|||||||
"ARGV::Struct",
|
"ARGV::Struct",
|
||||||
"Authen::SASL::SASLprep",
|
"Authen::SASL::SASLprep",
|
||||||
"Authen::SCRAM::Client",
|
"Authen::SCRAM::Client",
|
||||||
"boolean",
|
|
||||||
"BSON",
|
"BSON",
|
||||||
"BSON::XS",
|
"BSON::XS",
|
||||||
"Carp::Assert",
|
|
||||||
"Clone",
|
|
||||||
"Clone::Choose",
|
|
||||||
"Config::AWS",
|
"Config::AWS",
|
||||||
"Convert::Binary::C",
|
"Convert::Binary::C",
|
||||||
"Convert::EBCDIC",
|
"Convert::EBCDIC",
|
||||||
@ -53,24 +49,12 @@ jobs:
|
|||||||
"Device::Modbus",
|
"Device::Modbus",
|
||||||
"Device::Modbus::RTU::Client",
|
"Device::Modbus::RTU::Client",
|
||||||
"Device::Modbus::TCP::Client",
|
"Device::Modbus::TCP::Client",
|
||||||
"Digest::MD5::File",
|
|
||||||
"Digest::SHA1",
|
|
||||||
"Email::Send::SMTP::Gmail",
|
"Email::Send::SMTP::Gmail",
|
||||||
"Exporter::Shiny",
|
|
||||||
"EV",
|
|
||||||
"FFI::CheckLib",
|
"FFI::CheckLib",
|
||||||
"FFI::Platypus",
|
"FFI::Platypus",
|
||||||
"File::SearchPath",
|
"File::SearchPath",
|
||||||
"Hash::Merge",
|
|
||||||
"Hash::Ordered",
|
|
||||||
"HTTP::Daemon",
|
|
||||||
"HTTP::Daemon::SSL",
|
|
||||||
"HTTP::ProxyPAC",
|
"HTTP::ProxyPAC",
|
||||||
"JMX::Jmx4Perl",
|
"JMX::Jmx4Perl",
|
||||||
"JSON::Parse",
|
|
||||||
"JSON::WebToken",
|
|
||||||
"LV",
|
|
||||||
"MIME::Types",
|
|
||||||
"Mojo::IOLoop::Signal",
|
"Mojo::IOLoop::Signal",
|
||||||
"MongoDB",
|
"MongoDB",
|
||||||
"MooseX::ClassAttribute",
|
"MooseX::ClassAttribute",
|
||||||
@ -78,7 +62,6 @@ jobs:
|
|||||||
"Net::DHCP",
|
"Net::DHCP",
|
||||||
"Net::FTPSSL",
|
"Net::FTPSSL",
|
||||||
"Net::HTTPTunnel",
|
"Net::HTTPTunnel",
|
||||||
"Net::MQTT::Simple",
|
|
||||||
"Net::NTP",
|
"Net::NTP",
|
||||||
"Net::SMTPS",
|
"Net::SMTPS",
|
||||||
"Net::SMTP_auth",
|
"Net::SMTP_auth",
|
||||||
@ -86,23 +69,17 @@ jobs:
|
|||||||
"Net::TFTP",
|
"Net::TFTP",
|
||||||
"Paws",
|
"Paws",
|
||||||
"PBKDF2::Tiny",
|
"PBKDF2::Tiny",
|
||||||
"Schedule::Cron",
|
|
||||||
"Statistics::Descriptive",
|
"Statistics::Descriptive",
|
||||||
"Statistics::Regression",
|
"Statistics::Regression",
|
||||||
"Sys::SigAction",
|
|
||||||
"Term::Clui",
|
"Term::Clui",
|
||||||
"Term::ShellUI",
|
|
||||||
"Unicode::Stringprep",
|
"Unicode::Stringprep",
|
||||||
"URI::Encode",
|
|
||||||
"URI::Template",
|
"URI::Template",
|
||||||
"URL::Encode",
|
"URL::Encode",
|
||||||
"URL::Encode::XS",
|
"URL::Encode::XS",
|
||||||
"UUID",
|
"UUID",
|
||||||
"UUID::URandom",
|
"UUID::URandom",
|
||||||
"WWW::Selenium",
|
"WWW::Selenium",
|
||||||
"XML::Filter::BufferText",
|
|
||||||
"XML::LibXML::Simple",
|
"XML::LibXML::Simple",
|
||||||
"XML::SAX::Writer",
|
|
||||||
"ZMQ::Constants",
|
"ZMQ::Constants",
|
||||||
"ZMQ::FFI",
|
"ZMQ::FFI",
|
||||||
"ZMQ::LibZMQ4"
|
"ZMQ::LibZMQ4"
|
||||||
@ -127,9 +104,6 @@ jobs:
|
|||||||
version: "0.022"
|
version: "0.022"
|
||||||
- name: "Device::Modbus::TCP::Client"
|
- name: "Device::Modbus::TCP::Client"
|
||||||
version: "0.026"
|
version: "0.026"
|
||||||
- name: "Exporter::Shiny"
|
|
||||||
build_distribs: el8
|
|
||||||
rpm_provides: "perl(Exporter::Shiny) perl(Exporter::Tiny)"
|
|
||||||
- name: "FFI::CheckLib"
|
- name: "FFI::CheckLib"
|
||||||
rpm_dependencies: "perl(Env)"
|
rpm_dependencies: "perl(Env)"
|
||||||
- name: "FFI::Platypus"
|
- name: "FFI::Platypus"
|
||||||
@ -138,6 +112,10 @@ jobs:
|
|||||||
no-auto-depends: true
|
no-auto-depends: true
|
||||||
- name: "Net::DHCP"
|
- name: "Net::DHCP"
|
||||||
rpm_provides: "perl(Net::DHCP::Constants) perl(Net::DHCP::Packet)"
|
rpm_provides: "perl(Net::DHCP::Constants) perl(Net::DHCP::Packet)"
|
||||||
|
- name: "Net::SMTPS"
|
||||||
|
build_distribs: el9
|
||||||
|
- name: "Statistics::Descriptive"
|
||||||
|
build_distribs: el9
|
||||||
- name: "Statistics::Regression"
|
- name: "Statistics::Regression"
|
||||||
version: "0.53"
|
version: "0.53"
|
||||||
- name: "URL::Encode::XS"
|
- name: "URL::Encode::XS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user