Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1945354 Details for
Bug 2095500
net-snmp-perl pulls in a lot of unneeded dependencies
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch to split perl module to subpackage and not require net-snmp-config
net-snmp.spec.patch (text/plain), 3.12 KB, created by
Chris Adams
on 2023-02-20 19:30:06 UTC
(
hide
)
Description:
spec file patch to split perl module to subpackage and not require net-snmp-config
Filename:
MIME Type:
Creator:
Chris Adams
Created:
2023-02-20 19:30:06 UTC
Size:
3.12 KB
patch
obsolete
>--- net-snmp.spec.sav 2023-01-18 18:00:00.000000000 -0600 >+++ net-snmp.spec 2023-02-20 13:19:30.404615514 -0600 >@@ -49,6 +49,7 @@ > Patch20: net-snmp-5.9.1-remove-des.patch > Patch21: net-snmp-5.9.1-autoconf.patch > Patch22: net-snmp-libs-misunderstanding.patch >+Patch23: net-snmp-5.9.3-perl.patch > > # Modern RPM API means at least EL6 > Patch101: net-snmp-5.8-modern-rpm-api.patch >@@ -136,8 +137,20 @@ > tools. You'll also need to have the net-snmp and net-snmp-utils > packages installed. > >+%package perl-module >+Summary: The perl NET-SNMP module >+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}, perl-interpreter >+BuildRequires: perl-interpreter >+BuildRequires: perl-generators >+ >+%description perl-module >+The net-snmp-perl package contains the perl files to use SNMP from within >+Perl. >+ >+Install the net-snmp-perl package, if you want to use SNMP with perl. >+ > %package perl >-Summary: The perl NET-SNMP module and the mib2c tool >+Summary: The perl-based utilities and the mib2c tool > Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}, perl-interpreter > Requires: %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release} > Requires: %{name}-devel%{?_isa} = %{epoch}:%{version}-%{release} >@@ -145,15 +158,17 @@ > BuildRequires: perl-generators > > %description perl >-The net-snmp-perl package contains the perl files to use SNMP from within >-Perl. >+The net-snmp-perl package contains the utilities written in perl. > >-Install the net-snmp-perl package, if you want to use mib2c or SNMP >-with perl. >+Install the net-snmp-perl package, if you want to use mib2c or other >+perl utilities. Use the net-snmp-perl-module package instead to get the >+SNMP perl module. > > %package gui > Summary: An interactive graphical MIB browser for SNMP >-Requires: perl-Tk, net-snmp-perl%{?_isa} = %{epoch}:%{version}-%{release} >+Requires: perl-Tk, %{name}-perl-module%{?_isa} = %{epoch}:%{version}-%{release} >+BuildRequires: perl-interpreter >+BuildRequires: perl-generators > > %description gui > The net-snmp-gui package contains tkmib utility, which is a graphical user >@@ -222,6 +237,8 @@ > %patch20 -p1 -b .remove-des > %patch21 -p1 -b .autoconf > %patch22 -p1 >+%patch23 -p1 >+mv perl/MakefileSubs.pm perl/MakefileSubs.pm.in > > %patch101 -p1 -b .modern-rpm-api > %patch102 -p1 >@@ -445,6 +462,13 @@ > %attr(0755,root,root) %{_bindir}/net-snmp-config* > %attr(0644,root,root) %{_mandir}/man1/net-snmp-config*.1.* > >+%files perl-module >+%attr(0644,root,root) %{_mandir}/man3/*.3pm.* >+%{perl_vendorarch}/*SNMP* >+%{perl_vendorarch}/auto/*SNMP* >+%{perl_vendorarch}/auto/Bundle/*SNMP* >+%{perl_vendorarch}/Bundle/MakefileSubs.pm >+ > %files perl > %{_bindir}/mib2c-update > %{_bindir}/mib2c >@@ -456,13 +480,8 @@ > %{_datadir}/snmp/*.pl > %{_bindir}/traptoemail > %attr(0644,root,root) %{_mandir}/man[15]/mib2c* >-%attr(0644,root,root) %{_mandir}/man3/*.3pm.* > %attr(0644,root,root) %{_mandir}/man1/traptoemail*.1* > %attr(0644,root,root) %{_mandir}/man1/snmp-bridge-mib.1* >-%{perl_vendorarch}/*SNMP* >-%{perl_vendorarch}/auto/*SNMP* >-%{perl_vendorarch}/auto/Bundle/*SNMP* >-%{perl_vendorarch}/Bundle/MakefileSubs.pm > > %files -n python3-net-snmp > %doc README
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2095500
: 1945354 |
1945355