Hello community, here is the log from the commit of package powerpc-utils for openSUSE:Factory checked in at 2014-07-18 14:03:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old) and /work/SRC/openSUSE:Factory/.powerpc-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "powerpc-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes 2014-03-26 16:41:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 2014-07-18 14:03:54.000000000 +0200 @@ -1,0 +2,32 @@ +Thu Jul 3 13:35:14 CEST 2014 - [email protected] + +- Update to 1.2.21: + * uesensor: remove unused platform variable + * nvram: restrict --nvram-size to 16 byte multiples + * nvram: fix memory corruption when nvram->nbytes is less than + actual nvram size + * set_power_on: handle endianess reading max latency + * ppc64_cpu: handle endianess in rtas sysparm buffer + * uesensor: fix endian issues reading device-tree + * serv_config: handle endianess in sysparm buffer + * lsslot: fix segfault when lmb_list->lmbs is NULL + * ppc64_cpu: update access validation routines + * update_flash: Fix typo in man page + * update_flash_nv: Display current FW version + * snap: Fix typo in output display + * ppc64_cpu: Let kernel validate subcore options + * ofpathname: Convert OF path to logical names for usb devices + * ofpathname: Convert logical device path to OF format for + usb devices + * drmgr: Update action option validation + * ppc64_cpu: Add option --threads-per-core + * Move librtas error code to common directory. + * add sys/time.h and gettimeofday detection to configure.ac + courtesy autoscan + * check for and use gcc hardening flags if available + * remove autogenerated files +- Refresh powerpc-utils.ofpathname.bootlist.patch. +- Remove Autor line and clean section from spec file. +- Add Changelog to documentation. + +------------------------------------------------------------------- Old: ---- powerpc-utils-1.2.20.tar.gz New: ---- powerpc-utils-1.2.21.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ powerpc-utils.spec ++++++ --- /var/tmp/diff_new_pack.xfv55M/_old 2014-07-18 14:03:55.000000000 +0200 +++ /var/tmp/diff_new_pack.xfv55M/_new 2014-07-18 14:03:55.000000000 +0200 @@ -16,9 +16,10 @@ # -Name: powerpc-utils # use the tgtd instead of the ibmvscsis kernel module to setup an IBM vscsi server #!BuildIgnore: tgt + +Name: powerpc-utils Requires: /sbin/modprobe Requires: /sbin/shutdown Requires: bc @@ -32,7 +33,7 @@ Recommends: powerpc-utils-python BuildRequires: librtas-devel BuildRequires: zlib-devel -Version: 1.2.20 +Version: 1.2.21 Release: 0 Url: http://sourceforge.net/projects/powerpc-utils Summary: Utilities for PowerPC Hardware @@ -47,13 +48,8 @@ ExclusiveArch: ppc ppc64 ppc64le %description -The powerpc-utils package provides a set of tools and utilities and utilities for maintaining and enabling certain features of Linux on Power. - - -Authors: --------- - Nathan Fontenot <[email protected]> - Michael Strosaker <[email protected]> +The powerpc-utils package provides a set of tools and utilities and +utilities for maintaining and enabling certain features of Linux on Power. %prep %setup -q @@ -62,32 +58,29 @@ %build %configure -make CFLAGS="$RPM_OPT_FLAGS" %{?jobs:-j%jobs} +make CFLAGS="%optflags" %{?jobs:-j%jobs} %install make install \ - DESTDIR=$RPM_BUILD_ROOT \ + DESTDIR=%buildroot \ rasdir=/usr/sbin \ mandir=%{_mandir} -mkdir $RPM_BUILD_ROOT/sbin -mv $RPM_BUILD_ROOT/usr/sbin/lsprop $RPM_BUILD_ROOT/sbin -install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv -ln -sf /usr/sbin/serv_config $RPM_BUILD_ROOT/usr/sbin/uspchrp -ln -sf /usr/share/man/man8/serv_config.8 $RPM_BUILD_ROOT/usr/share/man/man8/uspchrp.8 -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_slot -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_pci -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_cpu -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_phb -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_mem -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drslot_chrp_hea -ln -sf /usr/sbin/drmgr $RPM_BUILD_ROOT/usr/sbin/drmig_chrp_pmig - -%clean -rm -rf $RPM_BUILD_ROOT +mkdir %buildroot/sbin +mv %buildroot/usr/sbin/lsprop %buildroot/sbin +install -m 755 %{SOURCE1} %buildroot%{_sbindir}/nvsetenv +ln -sf /usr/sbin/serv_config %buildroot/usr/sbin/uspchrp +ln -sf /usr/share/man/man8/serv_config.8 %buildroot/usr/share/man/man8/uspchrp.8 +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_slot +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_pci +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_cpu +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_phb +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_mem +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drslot_chrp_hea +ln -sf /usr/sbin/drmgr %buildroot/usr/sbin/drmig_chrp_pmig %files %defattr(-,root,root) -%doc README COPYRIGHT +%doc README COPYRIGHT Changelog %{_mandir}/man*/* %{_sbindir}/* %{_bindir}/* ++++++ powerpc-utils-1.2.20.tar.gz -> powerpc-utils-1.2.21.tar.gz ++++++ ++++ 9132 lines of diff (skipped) ++++++ powerpc-utils.ofpathname.bootlist.patch ++++++ --- /var/tmp/diff_new_pack.xfv55M/_old 2014-07-18 14:03:55.000000000 +0200 +++ /var/tmp/diff_new_pack.xfv55M/_new 2014-07-18 14:03:55.000000000 +0200 @@ -1,8 +1,12 @@ -Index: powerpc-utils-1.2.17/scripts/ofpathname +--- + scripts/ofpathname | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: powerpc-utils-1.2.21/scripts/ofpathname =================================================================== ---- powerpc-utils-1.2.17.orig/scripts/ofpathname -+++ powerpc-utils-1.2.17/scripts/ofpathname -@@ -410,7 +410,7 @@ l2of_ide() +--- powerpc-utils-1.2.21.orig/scripts/ofpathname 2014-06-25 22:03:21.000000000 +0200 ++++ powerpc-utils-1.2.21/scripts/ofpathname 2014-07-03 13:31:56.000000000 +0200 +@@ -537,7 +537,7 @@ l2of_vd() # l2of_ethernet() { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
