2007-11-28 02:13:54 +00:00
|
|
|
Name: powerpc-utils
|
2013-05-21 11:23:31 +00:00
|
|
|
Version: 1.2.16
|
2013-06-26 02:03:15 +00:00
|
|
|
Release: 2%{?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)
|
2011-11-01 09:05:31 +00:00
|
|
|
BuildRequires: zlib-devel 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
|
2011-11-03 10:03:03 +00:00
|
|
|
Requires: libservicelog bc which
|
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
|
2013-01-16 14:33:43 +00:00
|
|
|
Patch0: powerpc-utils-autoconf.patch
|
|
|
|
Patch1: powerpc-utils-1.2.15-man.patch
|
2013-06-26 02:03:15 +00:00
|
|
|
Patch2: powerpc-utils-1.2.17-972606.patch
|
2010-06-02 12:50:44 +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
|
|
|
|
|
2012-09-04 16:00:30 +00:00
|
|
|
Requires: powerpc-utils-python
|
|
|
|
|
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
|
2013-01-16 14:33:43 +00:00
|
|
|
%patch0 -p1 -b .aconf
|
2009-10-29 16:31:35 +00:00
|
|
|
%endif
|
2013-01-16 14:33:43 +00:00
|
|
|
%patch1 -p1 -b .man
|
2013-06-26 02:03:15 +00:00
|
|
|
%patch2 -p1 -b .rpadlpar_io
|
2009-10-29 16:31:35 +00:00
|
|
|
|
2007-11-28 02:13:54 +00:00
|
|
|
%build
|
2010-06-24 13:56:33 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
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
|
|
|
|
2010-06-24 13:56:33 +00:00
|
|
|
# nvsetenv is just a wrapper to nvram
|
|
|
|
ln -s nvram.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/nvsetenv.8.gz
|
|
|
|
|
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*
|
2010-06-24 13:56:33 +00:00
|
|
|
%{_mandir}/man8/nvsetenv.8*
|
2009-10-29 16:31:35 +00:00
|
|
|
%{_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}/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
|
2011-08-05 16:38:41 +00:00
|
|
|
%{_sbindir}/lparstat
|
2010-06-09 16:28:59 +00:00
|
|
|
|
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/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/rtas_dump.8*
|
|
|
|
%{_mandir}/man8/sys_ident.8*
|
2011-08-05 16:38:41 +00:00
|
|
|
%{_mandir}/man8/lparstat.8*
|
2011-01-24 13:36:55 +00:00
|
|
|
%{_mandir}/man5/lparcfg.5*
|
2009-10-29 16:31:35 +00:00
|
|
|
%{_mandir}/man1/amsstat.1*
|
2011-08-05 16:38:41 +00:00
|
|
|
%{_mandir}/man8/lsdevinfo.8*
|
|
|
|
%{_mandir}/man8/rtas_event_decode.8*
|
|
|
|
%{_mandir}/man8/ls-vdev.8*
|
|
|
|
%{_mandir}/man8/lsslot.8*
|
|
|
|
%{_mandir}/man8/lsprop.8*
|
|
|
|
%{_mandir}/man8/drmgr.8*
|
|
|
|
%{_mandir}/man8/ls-veth.8*
|
|
|
|
%{_mandir}/man8/ppc64_cpu.8*
|
|
|
|
%{_mandir}/man8/ls-vscsi.8*
|
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
|
2013-06-26 02:03:15 +00:00
|
|
|
* Wed Jun 26 2013 Tony Breeds <tony@bakeyournoodle.com> - 1.2.16-2
|
|
|
|
- drmgr: Check for rpadlpar_io module
|
|
|
|
- resolves: #972606
|
|
|
|
|
2013-05-21 11:23:31 +00:00
|
|
|
* Tue May 21 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.16
|
|
|
|
- Update to latest upstream 1.2.16
|
|
|
|
|
2013-02-14 18:16:50 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-16 14:33:43 +00:00
|
|
|
* Wed Jan 16 2013 Karsten Hopp <karsten@redhat.com> 1.2.15-1
|
|
|
|
- update to 1.2.15
|
|
|
|
- usysident/usysattn got moved to ppc64-diag package
|
|
|
|
- multipath ofpathname patch removed as it is upstream now
|
|
|
|
|
2012-12-18 08:31:25 +00:00
|
|
|
* Tue Dec 18 2012 Filip Kocina <fkocina@redhat.com> 1.2.14-1
|
|
|
|
- Resolves: #859222 - updated to latest upstream 1.2.14
|
|
|
|
|
2012-12-13 15:45:58 +00:00
|
|
|
* Thu Dec 13 2012 Karsten Hopp <karsten@redhat.com> 1.2.12-4
|
|
|
|
- Add multipath support to ofpathname for bug #884826
|
|
|
|
|
2012-09-04 16:00:30 +00:00
|
|
|
* Tue Sep 04 2012 Karsten Hopp <karsten@redhat.com> 1.2.12-3
|
|
|
|
- require powerpc-utils-python (#852326 comment 7)
|
|
|
|
|
2012-07-21 02:54:16 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-22 07:43:07 +00:00
|
|
|
* Thu Mar 22 2012 Jiri Skala <jskala@redhat.com> - 1.2.12-1
|
|
|
|
- updated to latest upstream 1.2.12
|
|
|
|
|
2012-01-14 01:11:11 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-03 10:03:03 +00:00
|
|
|
* Thu Nov 03 2011 Jiri Skala <jskala@redhat.com> - 1.2.11-2
|
|
|
|
- updated dependecy
|
|
|
|
|
2011-11-01 08:40:00 +00:00
|
|
|
* Mon Oct 31 2011 Jiri Skala <jskala@redhat.com> - 1.2.11-1
|
|
|
|
- updated to latest upstream 1.2.11
|
|
|
|
-fixes #749892 - powerpc-utils spec file missing dependency
|
|
|
|
|
2011-08-05 16:38:41 +00:00
|
|
|
* Mon Aug 05 2011 Jiri Skala <jskala@redhat.com> - 1.2.10-1
|
|
|
|
- updated to latest upstream 1.2.10
|
|
|
|
|
2011-02-09 16:21:04 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-24 13:36:55 +00:00
|
|
|
* Mon Jan 24 2011 Jiri Skala <jskala@redhat.com> - 1.2.6-1
|
|
|
|
- updated to latest upstream 1.2.6
|
|
|
|
- removed amsvis man page (amsvis moved to powerpc-utils-python)
|
|
|
|
- added lparcfg man page - doc to /proc/ppc64/lparcfg
|
|
|
|
|
2010-06-24 13:56:33 +00:00
|
|
|
* Thu Jun 24 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-14
|
|
|
|
- Compile with -fno-strict-aliasing CFLAG
|
|
|
|
- linked nvsetenv man page to nvram man page
|
|
|
|
- Updated man page of ofpathname
|
|
|
|
- Updated amsstat script
|
|
|
|
|
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
|