2007-11-28 02:13:54 +00:00
|
|
|
Name: powerpc-utils
|
2009-10-29 16:31:35 +00:00
|
|
|
Version: 1.2.2
|
2010-06-15 13:15:03 +00:00
|
|
|
Release: 11%{?dist}
|
2007-11-28 02:13:54 +00:00
|
|
|
Summary: Utilities for PowerPC platforms
|
|
|
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
License: CPL
|
2009-10-29 16:31:35 +00:00
|
|
|
URL: http://sourceforge.net/projects/%{name}/
|
|
|
|
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2007-11-28 02:13:54 +00:00
|
|
|
Source1: nvsetenv
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2009-10-29 16:31:35 +00:00
|
|
|
BuildRequires: doxygen automake librtas-devel libservicelog-devel >= 1.0.1-2
|
2009-08-25 15:11:04 +00:00
|
|
|
|
|
|
|
# should be fixed - libservicelog is not right name
|
|
|
|
Requires: libservicelog
|
2007-11-28 02:13:54 +00:00
|
|
|
ExclusiveArch: ppc ppc64
|
|
|
|
|
2009-10-29 16:31:35 +00:00
|
|
|
# This hack is needed only for platforms with autoconf < 2.63
|
2010-06-02 12:50:44 +00:00
|
|
|
Patch1: powerpc-utils-autoconf.patch
|
|
|
|
|
|
|
|
# correct the parameter checking when attempting to set the run mode
|
|
|
|
Patch2: powerpc-utils-cpu_diag_mode.patch
|
2009-08-25 15:11:04 +00:00
|
|
|
|
2010-06-09 16:28:59 +00:00
|
|
|
# 599711
|
|
|
|
Patch3: powerpc-utils-lsdevinfo.patch
|
|
|
|
|
|
|
|
# 599711, new ls-{vscsi,vdev,veth} scripts
|
|
|
|
Patch4: powerpc-utils-lsvio.patch
|
|
|
|
|
|
|
|
# 599714, correct searching in sysfs
|
|
|
|
Patch5: powerpc-utils-multieth.patch
|
|
|
|
|
|
|
|
# 599714, Update ofpathname to use udevadm
|
|
|
|
Patch6: powerpc-utils-udevadm.patch
|
|
|
|
|
|
|
|
# Fix some warnings. Pre-req for patch8,9
|
|
|
|
Patch7: powerpc-utils-warnings.patch
|
|
|
|
|
|
|
|
# pre-req for Patch9.
|
|
|
|
Patch8: powerpc-utils-threads.patch
|
|
|
|
|
|
|
|
# 599716, Use hex values
|
|
|
|
Patch9: powerpc-utils-cpudscr.patch
|
|
|
|
|
|
|
|
# 599719, Correct cpu dlpar capable check
|
|
|
|
Patch10: powerpc-utils-cpu_dlpar_check.patch
|
|
|
|
|
2010-06-15 13:15:03 +00:00
|
|
|
# Corrects the parameter handling of ppc64_cpu when setting the run-mode
|
|
|
|
Patch11: powerpc-utils-run_mode.patch
|
2010-06-09 16:28:59 +00:00
|
|
|
|
2009-08-25 15:11:04 +00:00
|
|
|
# This is done before release of F12
|
|
|
|
Obsoletes: powerpc-utils-papr < 1.1.6-3
|
|
|
|
Provides: powerpc-utils-papr = 1.1.6-3
|
|
|
|
|
2007-11-28 02:13:54 +00:00
|
|
|
%description
|
|
|
|
Utilities for PowerPC platforms.
|
|
|
|
|
|
|
|
%prep
|
2009-10-29 16:31:35 +00:00
|
|
|
%setup -q
|
2007-11-28 02:13:54 +00:00
|
|
|
|
2009-10-29 16:31:35 +00:00
|
|
|
# This hack is needed only for platforms with autoconf < 2.63
|
|
|
|
%if 0%{?fedora} < 9 && 0%{?rhel} < 6
|
2010-03-05 17:38:36 +00:00
|
|
|
%patch1 -p1 -b .aconf
|
2009-10-29 16:31:35 +00:00
|
|
|
%endif
|
|
|
|
|
2010-06-02 12:50:44 +00:00
|
|
|
%patch2 -p1 -b .cpu_diag_mode
|
2010-06-09 16:28:59 +00:00
|
|
|
%patch3 -p1 -b .lsdevinfo
|
|
|
|
%patch4 -p1 -b .lsvio
|
|
|
|
%patch5 -p1 -b .multieth
|
|
|
|
%patch6 -p1 -b .udevadm
|
|
|
|
%patch7 -p1 -b .warnings
|
|
|
|
%patch8 -p1 -b .threads
|
|
|
|
%patch9 -p1 -b .cpudscr
|
|
|
|
%patch10 -p1 -b .cpu_dlpar_check
|
2010-06-15 13:15:03 +00:00
|
|
|
%patch11 -p1 -b .run_mode
|
2010-06-02 12:50:44 +00:00
|
|
|
|
2007-11-28 02:13:54 +00:00
|
|
|
%build
|
2009-08-25 15:11:04 +00:00
|
|
|
./bootstrap.sh
|
2009-10-29 16:31:35 +00:00
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
2007-11-28 02:13:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2009-08-25 15:11:04 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT FILES= RCSCRIPTS=
|
2007-11-28 02:13:54 +00:00
|
|
|
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv
|
|
|
|
|
2009-08-25 15:11:04 +00:00
|
|
|
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
|
|
|
|
# move doc files
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{pkgdocdir}
|
|
|
|
install $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils/* -t $RPM_BUILD_ROOT%{pkgdocdir}
|
|
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils
|
|
|
|
|
2010-03-05 17:38:36 +00:00
|
|
|
# remove init script and perl script. They are deprecated
|
|
|
|
rm -rf $RPM_BUILD_ROOT/etc/init.d/ibmvscsis.sh $RPM_BUILD_ROOT/usr/sbin/vscsisadmin
|
2009-08-25 15:11:04 +00:00
|
|
|
|
2007-11-28 02:13:54 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2009-08-25 15:11:04 +00:00
|
|
|
%defattr(-,root,root)
|
2007-11-28 02:13:54 +00:00
|
|
|
%{_sbindir}/nvsetenv
|
|
|
|
%{_sbindir}/nvram
|
|
|
|
%{_sbindir}/snap
|
|
|
|
%{_sbindir}/bootlist
|
|
|
|
%{_sbindir}/ofpathname
|
|
|
|
%{_sbindir}/ppc64_cpu
|
2009-10-29 16:31:35 +00:00
|
|
|
%{_sbindir}/lsdevinfo
|
2009-02-19 14:16:38 +00:00
|
|
|
%{_sbindir}/lsprop
|
2009-10-29 16:31:35 +00:00
|
|
|
%{_mandir}/man8/nvram.8*
|
|
|
|
%{_mandir}/man8/snap.8*
|
|
|
|
%{_mandir}/man8/bootlist.8*
|
|
|
|
%{_mandir}/man8/ofpathname.8*
|
2009-08-25 15:11:04 +00:00
|
|
|
|
|
|
|
%{_sbindir}/update_flash
|
|
|
|
%{_sbindir}/activate_firmware
|
|
|
|
%{_sbindir}/usysident
|
|
|
|
%{_sbindir}/usysattn
|
|
|
|
%{_sbindir}/set_poweron_time
|
|
|
|
%{_sbindir}/rtas_ibm_get_vpd
|
|
|
|
%{_sbindir}/serv_config
|
|
|
|
%{_sbindir}/uesensor
|
|
|
|
%{_sbindir}/hvcsadmin
|
|
|
|
%{_sbindir}/rtas_dump
|
|
|
|
%{_sbindir}/rtas_event_decode
|
|
|
|
%{_sbindir}/sys_ident
|
|
|
|
%{_sbindir}/drmgr
|
|
|
|
%{_sbindir}/lsslot
|
2010-06-09 16:28:59 +00:00
|
|
|
%{_sbindir}/ls-vdev
|
|
|
|
%{_sbindir}/ls-veth
|
|
|
|
%{_sbindir}/ls-vscsi
|
|
|
|
|
|
|
|
|
2009-08-25 15:11:04 +00:00
|
|
|
%{_bindir}/amsstat
|
2009-10-29 16:31:35 +00:00
|
|
|
%{_mandir}/man8/update_flash.8*
|
|
|
|
%{_mandir}/man8/activate_firmware.8*
|
|
|
|
%{_mandir}/man8/usysident.8*
|
|
|
|
%{_mandir}/man8/usysattn.8*
|
|
|
|
%{_mandir}/man8/set_poweron_time.8*
|
|
|
|
%{_mandir}/man8/rtas_ibm_get_vpd.8*
|
|
|
|
%{_mandir}/man8/serv_config.8*
|
|
|
|
%{_mandir}/man8/uesensor.8*
|
|
|
|
%{_mandir}/man8/hvcsadmin.8*
|
|
|
|
%{_mandir}/man8/vscsisadmin.8*
|
|
|
|
%{_mandir}/man8/ibmvscsis.sh.8*
|
|
|
|
%{_mandir}/man8/ibmvscsis.conf.8*
|
|
|
|
%{_mandir}/man8/rtas_dump.8*
|
|
|
|
%{_mandir}/man8/sys_ident.8*
|
|
|
|
%{_mandir}/man1/amsvis.1*
|
|
|
|
%{_mandir}/man1/amsstat.1*
|
2007-11-28 02:13:54 +00:00
|
|
|
%doc README COPYRIGHT Changelog
|
|
|
|
|
2009-08-25 15:11:04 +00:00
|
|
|
%post
|
|
|
|
|
|
|
|
%preun
|
2007-11-28 02:13:54 +00:00
|
|
|
|
|
|
|
%changelog
|
2010-06-15 13:15:03 +00:00
|
|
|
* Tue Jun 15 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-11
|
|
|
|
- Correct the parameter handling of ppc64_cpu when setting the run-mode
|
|
|
|
|
2010-06-09 16:28:59 +00:00
|
|
|
* Wed Jun 09 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-10
|
|
|
|
- Added some upstream patches
|
|
|
|
- also bump release
|
|
|
|
|
2010-06-02 12:50:44 +00:00
|
|
|
* Wed Jun 02 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-4
|
|
|
|
- correct the parameter checking when attempting to set the run mode
|
|
|
|
- also bump release
|
|
|
|
|
2010-03-05 17:38:36 +00:00
|
|
|
* Fri Mar 05 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-2
|
|
|
|
- Removed deprecated init script and perl script
|
|
|
|
|
2009-10-29 16:31:35 +00:00
|
|
|
* Thu Oct 29 2009 Stepan Kasal <skasal@redhat.com> - 1.2.2-1
|
|
|
|
- new upstream version
|
|
|
|
- amsvis removed, this package has no longer anything with python
|
|
|
|
- change the manual pages in the file list so that it does not depend on
|
|
|
|
particular compression used
|
|
|
|
- add patch for configure.ac on platforms with autoconf < 2.63
|
|
|
|
- use standard %%configure/make in %%build
|
|
|
|
|
2009-08-25 15:11:04 +00:00
|
|
|
* Mon Aug 17 2009 Roman Rakus <rrakus@redhat.com> - 1.2.0-1
|
|
|
|
- Bump tu version 1.2.0 - powerpc-utils and powerpc-utils-papr get merged
|
|
|
|
|
2009-07-26 19:19:30 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-06 08:37:43 +00:00
|
|
|
* Mon Apr 06 2009 Roman Rakus <rrakus@redhat.com> - 1.1.3-1
|
|
|
|
- new upstream version 1.1.3
|
|
|
|
|
2009-03-03 11:19:48 +00:00
|
|
|
* Tue Mar 03 2009 Roman Rakus <rrakus@redhat.com> - 1.1.2-1
|
|
|
|
- new upstream version 1.1.2
|
|
|
|
|
2009-02-27 02:00:20 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-19 14:16:38 +00:00
|
|
|
* Thu Feb 19 2009 Roman Rakus <rrakus@redhat.com> - 1.1.1-1
|
|
|
|
- new upstream version 1.1.1
|
|
|
|
|
2008-02-19 02:06:39 +00:00
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.6-3
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-03 03:16:36 +00:00
|
|
|
* Mon Dec 3 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-2
|
|
|
|
- Add --version to nvsetenv, for ybin compatibility
|
|
|
|
|
2007-11-28 02:13:54 +00:00
|
|
|
* Fri Nov 23 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
|
|
|
|
- New package, split from ppc64-utils
|