From dfb4bb201fb28a1a8a3a6edf68ff9158e2802776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Tue, 1 Dec 2009 11:18:01 +0000 Subject: [PATCH] fix package compilation to remove rpmlint errors --- OpenIPMI.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index aa0ebd1..c69b327 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -4,7 +4,7 @@ Summary: IPMI (Intelligent Platform Management Interface) library and tools Name: OpenIPMI Version: 2.0.16 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD and BSD with advertising and LGPLv2+ and GPLv2+ Group: System Environment/Base URL: http://sourceforge.net/projects/openipmi/ @@ -84,11 +84,6 @@ 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... -%ifarch ppc64 s390x x86_64 -rm -rf $RPM_BUILD_ROOT/usr/lib -%endif - install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/ipmi install -d ${RPM_BUILD_ROOT}%{_initrddir} @@ -165,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-openipmigui.desktop %changelog +* Tue Dec 1 2009 Jan Safranek - 2.0.16-6 +- fix package compilation to remove rpmlint errors + * Wed Sep 30 2009 Jan Safranek - 2.0.16-5 - rebuilt with new net-snmp