Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 310780 Details for
Bug 453751
OpenIPMI-perl not built for perl 5.10.0
[?]
New
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.rh83 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]
Patch to add perl(:MODULE_COMPAT...) dependency and fix a bunch of rpmlint complaints
OpenIPMI-fixups.patch (text/plain), 3.08 KB, created by
Paul Howarth
on 2008-07-02 11:19:24 UTC
(
hide
)
Description:
Patch to add perl(:MODULE_COMPAT...) dependency and fix a bunch of rpmlint complaints
Filename:
MIME Type:
Creator:
Paul Howarth
Created:
2008-07-02 11:19:24 UTC
Size:
3.08 KB
patch
obsolete
>Index: OpenIPMI.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/OpenIPMI/F-9/OpenIPMI.spec,v >retrieving revision 1.47 >diff -u -r1.47 OpenIPMI.spec >--- OpenIPMI.spec 19 Feb 2008 19:44:04 -0000 1.47 >+++ OpenIPMI.spec 2 Jul 2008 11:15:42 -0000 >@@ -7,16 +7,17 @@ > License: BSD and BSD with advertising and LGPLv2+ and GPLv2+ > Group: System Environment/Base > URL: http://sourceforge.net/projects/openipmi/ >-Source: http://prdownloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz >-Source2: http://prdownloads.sourceforge.net/ipmitool/ipmitool-%{ipmitoolver}.tar.gz >+Source: http://downloads.sourceforge.net/openipmi/%{name}-%{version}.tar.gz >+Source2: http://downloads.sourceforge.net/ipmitool/ipmitool-%{ipmitoolver}.tar.gz > Source3: openipmi.sysconf > Source4: openipmi.initscript > Patch100: ipmitool-1.8.9-open.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-PreReq: chkconfig >-BuildPrereq: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel >-BuildPrereq: openssl-devel python-devel readline-devel popt-devel >-BuildPrereq: perl-devel >+BuildRequires: gdbm-devel swig glib2-devel net-snmp-devel ncurses-devel >+BuildRequires: openssl-devel python-devel readline-devel popt-devel >+BuildRequires: perl-devel >+Requires(post): chkconfig >+Requires(preun): chkconfig > > %description > The Open IPMI project aims to develop an open code base to allow access to >@@ -42,6 +43,7 @@ > %package perl > Group: Development/Libraries > Summary: OpenIPMI Perl language bindings >+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > > %description perl > The OpenIPMI-perl package contains the Perl language bindings for OpenIPMI. >@@ -55,7 +57,7 @@ > > %package devel > Group: Development/Libraries >-Summary: The development environment for the OpenIPMI project. >+Summary: The development environment for the OpenIPMI project > Requires: %{name} = %{version} > > %description devel >@@ -66,9 +68,16 @@ > %setup -q -a 2 > pushd ipmitool-%{ipmitoolver} > %patch100 -p1 -b .open >+for f in AUTHORS ChangeLog; do >+ iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8 >+ mv ${f}.utf8 ${f} >+done >+popd > > %build > %configure --with-pythoninstall=%{python_sitearch} >+sed -i 's|^sys_lib_dlsearch_path_spec="/lib /usr/lib|sys_lib_dlsearch_path_spec="%{_lib} %{_libdir}|' libtool >+sed -i 's| -rpath \$(libdir)\( \$(libOpenIPMIposix_la_LDFLAGS)\)|\1|' unix/Makefile > make > pushd ipmitool-%{ipmitoolver} > %configure >@@ -76,6 +85,7 @@ > popd > > %install >+rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la > # Remove python cruft in 32bit libdir on 64bit archs... >@@ -136,11 +146,12 @@ > %{_mandir}/man8/ipmilan* > > %files perl >-%{_libdir}/perl5/vendor_perl/*/*-linux-thread-multi/OpenIPMI.pm >-%dir %{_libdir}/perl5/vendor_perl/*/*-linux-thread-multi/auto/OpenIPMI >-%{_libdir}/perl5/vendor_perl/*/*-linux-thread-multi/auto/OpenIPMI/* >+%defattr(-,root,root) >+%attr(644,root,root) %{perl_vendorarch}/OpenIPMI.pm >+%{perl_vendorarch}/auto/OpenIPMI/ > > %files python >+%defattr(-,root,root) > %{_libdir}/python*/site-packages/* > > %files tools
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 453751
: 310780