Auto sync2gitlab import of powerpc-utils-1.3.9-1.el8.src.rpm
This commit is contained in:
parent
575652d335
commit
62e108e99a
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/powerpc-utils-1.3.9.tar.gz
|
14
nvsetenv
Normal file
14
nvsetenv
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ "$1" = "--version" ]; then
|
||||||
|
echo This version of nvsetenv is just a wrapper to invoke nvram
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
if [ -z "$1" ]; then
|
||||||
|
nvram --print-config
|
||||||
|
elif [ -z "$2" ]; then
|
||||||
|
nvram --print-config="$1"
|
||||||
|
else
|
||||||
|
nvram --update-config "$1"="$2"
|
||||||
|
fi
|
||||||
|
exit $?
|
15
powerpc-utils-1.3.5-pseries_platform-man.patch
Normal file
15
powerpc-utils-1.3.5-pseries_platform-man.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff -up powerpc-utils-1.3.5/man/pseries_platform.8.me powerpc-utils-1.3.5/man/pseries_platform.8
|
||||||
|
--- powerpc-utils-1.3.5/man/pseries_platform.8.me 2018-11-29 16:50:07.601034729 +0100
|
||||||
|
+++ powerpc-utils-1.3.5/man/pseries_platform.8 2018-11-29 16:50:07.601034729 +0100
|
||||||
|
@@ -0,0 +1,11 @@
|
||||||
|
+.\"
|
||||||
|
+.\" Copyright (C) 2015 International Business Machines
|
||||||
|
+.\"
|
||||||
|
+.TH pseries_platform 8 "September 2015" Linux "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+pseries_platform \- identify the platform and display the name of platform
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B /usr/bin/pseries_platform
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+The \fIpseries_platform\fR tool can identify the platform and display the name of platform.
|
19
powerpc-utils-1.3.5-update_flash_nv.patch
Normal file
19
powerpc-utils-1.3.5-update_flash_nv.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
diff -up powerpc-utils-1.3.5/man/update_flash_nv.8.me powerpc-utils-1.3.5/man/update_flash_nv.8
|
||||||
|
--- powerpc-utils-1.3.5/man/update_flash_nv.8.me 2018-11-29 16:49:51.344987106 +0100
|
||||||
|
+++ powerpc-utils-1.3.5/man/update_flash_nv.8 2018-11-29 16:49:42.589961458 +0100
|
||||||
|
@@ -0,0 +1,15 @@
|
||||||
|
+.\"
|
||||||
|
+.\" Copyright (C) 2015 International Business Machines
|
||||||
|
+.\"
|
||||||
|
+.TH pseries_platform 8 "September 2015" Linux "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+update_flash_nv \- is a simple wrapper script (update_flash) to pass the image.
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B /usr/bin/update_flash_nv
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+The \fIupdate_flash_nv\fR tool is simple wrapper script (update_flash) to pass the image.
|
||||||
|
+
|
||||||
|
+.SH SEE ALSO
|
||||||
|
+update_flash(8).
|
||||||
|
+
|
64
powerpc-utils-1.3.8-hcnmgr.patch
Normal file
64
powerpc-utils-1.3.8-hcnmgr.patch
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
diff -up powerpc-utils-1.3.8/Makefile.am.me powerpc-utils-1.3.8/Makefile.am
|
||||||
|
--- powerpc-utils-1.3.8/Makefile.am.me 2020-10-01 13:33:29.444024403 +0200
|
||||||
|
+++ powerpc-utils-1.3.8/Makefile.am 2020-10-01 13:34:08.284854506 +0200
|
||||||
|
@@ -56,7 +56,8 @@ man_MANS = \
|
||||||
|
man/nvsetenv.8 \
|
||||||
|
man/ls-vscsi.8 \
|
||||||
|
man/pseries_platform.8 \
|
||||||
|
- man/update_flash_nv.8
|
||||||
|
+ man/update_flash_nv.8 \
|
||||||
|
+ man/hcnmgr.8
|
||||||
|
|
||||||
|
EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
|
||||||
|
|
||||||
|
diff -up powerpc-utils-1.3.8/man/hcnmgr.8.me powerpc-utils-1.3.8/man/hcnmgr.8
|
||||||
|
--- powerpc-utils-1.3.8/man/hcnmgr.8.me 2021-02-08 13:18:50.115407652 +0100
|
||||||
|
+++ powerpc-utils-1.3.8/man/hcnmgr.8 2021-02-08 13:18:43.734322981 +0100
|
||||||
|
@@ -0,0 +1,47 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
||||||
|
+.TH HCNMGR "1" "hcnmgr contains a set of commands to support migratable SR_IOV logical port." "hcnmgr"
|
||||||
|
+.SH NAME
|
||||||
|
+hcnmgr \- hcnmgr contains a set of commands to support migratable SR_IOV logical port.
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B hcnmgr|hcnrmhcn|hcnrmdev|hcnqrydev|hcnversion
|
||||||
|
+[options]
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+hcnmgr contains a set of commands to support migratable SR_IOV logical port.
|
||||||
|
+The new commands configure/query/remove network devices. New commands should
|
||||||
|
+be called from the HMC, rather than directly from linux LPAR
|
||||||
|
+.PP
|
||||||
|
+Usage: hcncfgdrc DRC_INDEX=<drc_index> [STAKE_TOKEN=NULL] [-d]
|
||||||
|
+.IP
|
||||||
|
+Configure a device to hybrid network HCN
|
||||||
|
+.PP
|
||||||
|
+Usage: hcnrmhcn HCN_ID=<hcnid>
|
||||||
|
+.IP
|
||||||
|
+Remove a hybrid network HCN given an HCN ID
|
||||||
|
+.PP
|
||||||
|
+Usage: hcnrmdev DRC_INDEX=<drc_index> HCN_ID=<hcnid>
|
||||||
|
+.IP
|
||||||
|
+Unconfigure device from HCN
|
||||||
|
+.PP
|
||||||
|
+Usage: hcnqrydev DRC_INDEX=<drc_index> HCN_ID=<hcnid>
|
||||||
|
+.IP
|
||||||
|
+Query a device given a DRC_INDEX or HCN ID
|
||||||
|
+.PP
|
||||||
|
+Usage: hcnversion
|
||||||
|
+.IP
|
||||||
|
+get the current version of the HCN support
|
||||||
|
+.PP
|
||||||
|
+Optional arguments.
|
||||||
|
+.TP
|
||||||
|
+\fB\-s\fR
|
||||||
|
+scan device\-tree and configure HCN
|
||||||
|
+.TP
|
||||||
|
+\fB\-V\fR
|
||||||
|
+Display version information and exit
|
||||||
|
+.TP
|
||||||
|
+\fB\-h\fR
|
||||||
|
+Display this help information and exit
|
||||||
|
+.SH AUTHOR
|
||||||
|
+.B hcnmgr
|
||||||
|
+was written by Mingming Cao <mingming.cao@ibm.com>.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Than Ngo <than@redhat.com>.
|
14
powerpc-utils-1.3.8-install-man.patch
Normal file
14
powerpc-utils-1.3.8-install-man.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up powerpc-utils-1.3.8/Makefile.am.me powerpc-utils-1.3.8/Makefile.am
|
||||||
|
--- powerpc-utils-1.3.8/Makefile.am.me 2020-09-04 11:37:54.042763518 +0200
|
||||||
|
+++ powerpc-utils-1.3.8/Makefile.am 2020-09-04 11:39:06.262151924 +0200
|
||||||
|
@@ -54,7 +54,9 @@ man_MANS = \
|
||||||
|
man/lsprop.8 \
|
||||||
|
man/ls-veth.8 \
|
||||||
|
man/nvsetenv.8 \
|
||||||
|
- man/ls-vscsi.8
|
||||||
|
+ man/ls-vscsi.8 \
|
||||||
|
+ man/pseries_platform.8 \
|
||||||
|
+ man/update_flash_nv.8
|
||||||
|
|
||||||
|
EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
|
||||||
|
|
244
powerpc-utils-1.3.8-man.patch
Normal file
244
powerpc-utils-1.3.8-man.patch
Normal file
@ -0,0 +1,244 @@
|
|||||||
|
diff -up powerpc-utils-1.2.15/man/lsdevinfo.8.man powerpc-utils-1.2.15/man/lsdevinfo.8
|
||||||
|
--- powerpc-utils-1.2.15/man/lsdevinfo.8.man 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/lsdevinfo.8 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
@@ -0,0 +1,39 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||||
|
+.TH LSDEVINFO "8" "October 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+lsdevinfo - information on Virtual devices
|
||||||
|
+
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B lsdevinfo
|
||||||
|
+[\fI-q criteria\fR] [\fI-F format\fR] [\fI-R\fR] [\fI-c\fR] [\fI-h\fR]
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+Provide information on Virtual devices
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+\fB\-q\fR criteria
|
||||||
|
+Specifies a criteria to select which devices are to be displayed.
|
||||||
|
+.TP
|
||||||
|
+\fB\-F\fR format
|
||||||
|
+Specifies the set of attributes to be displayed.
|
||||||
|
+.TP
|
||||||
|
+\fB\-R\fR
|
||||||
|
+Recursively display children of selected devices
|
||||||
|
+.TP
|
||||||
|
+\fB\-c\fR
|
||||||
|
+Display output as a comma separated list for each device.
|
||||||
|
+.TP
|
||||||
|
+\fB\-V\fR
|
||||||
|
+Display version information and exit
|
||||||
|
+.TP
|
||||||
|
+\fB\-h\fR
|
||||||
|
+Display help information and exit
|
||||||
|
+
|
||||||
|
+.SH AUTHOR
|
||||||
|
+.B lsdevinfo
|
||||||
|
+was written by Santiago Leon <sleon@ec.ibm.com>.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Roman Rakus <rrakus@redhat.com>.
|
||||||
|
+
|
||||||
|
diff -up powerpc-utils-1.2.15/man/lsprop.8.man powerpc-utils-1.2.15/man/lsprop.8
|
||||||
|
--- powerpc-utils-1.2.15/man/lsprop.8.man 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/lsprop.8 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
@@ -0,0 +1,42 @@
|
||||||
|
+.TH LSPROP "8" "Sep 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+lsprop \- list properties
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B lsprop
|
||||||
|
+.RB [ \-R ]
|
||||||
|
+.RB [ \-m
|
||||||
|
+.IR max-bytes ]
|
||||||
|
+.RB [ \-w
|
||||||
|
+.IR num-words ]
|
||||||
|
+.RI [ FILE .\|.\|.]
|
||||||
|
+.SH OVERVIEW
|
||||||
|
+.B lsprop
|
||||||
|
+program is a member of the ppc64-utils suite of utils.
|
||||||
|
+Use it to list properties
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+.B lsprop
|
||||||
|
+displays properties for
|
||||||
|
+.IR FILE s
|
||||||
|
+like Open Firmware
|
||||||
|
+.I .properties
|
||||||
|
+word.
|
||||||
|
+If the
|
||||||
|
+.I FILE
|
||||||
|
+is not set, the current directory is used.
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+.B \-R
|
||||||
|
+Process recursively
|
||||||
|
+.TP
|
||||||
|
+.BI \-m " max-bytes"
|
||||||
|
+Read only first
|
||||||
|
+.I max-bytes
|
||||||
|
+bytes from the
|
||||||
|
+.IR FILE s
|
||||||
|
+.TP
|
||||||
|
+.BI \-w " num-words"
|
||||||
|
+Display up to
|
||||||
|
+.I num-words
|
||||||
|
+words per line
|
||||||
|
diff -up powerpc-utils-1.2.15/man/ls-vdev.8.man powerpc-utils-1.2.15/man/ls-vdev.8
|
||||||
|
--- powerpc-utils-1.2.15/man/ls-vdev.8.man 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/ls-vdev.8 2013-01-16 15:31:13.886591137 +0100
|
||||||
|
@@ -0,0 +1,25 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||||
|
+.TH LS-VDEV "8" "October 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+ls-vdev \- information on Virtual SCSI adapters and devices
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.BR ls-vdev " [" \-h " | " -V ]
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+Provide information on Virtual SCSI adapters and devices
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+\fB\-V\fR
|
||||||
|
+Display version information and exit
|
||||||
|
+.TP
|
||||||
|
+\fB\-h\fR
|
||||||
|
+Display help information and exit
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH AUTHOR
|
||||||
|
+.B ls-vdev
|
||||||
|
+was written by Brian King <brking@linux.vnet.ibm.com>.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Roman Rakus <rrakus@redhat.com>.
|
||||||
|
diff -up powerpc-utils-1.2.15/man/ls-veth.8.man powerpc-utils-1.2.15/man/ls-veth.8
|
||||||
|
--- powerpc-utils-1.2.15/man/ls-veth.8.man 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/ls-veth.8 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
@@ -0,0 +1,25 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||||
|
+.TH LS-VETH "8" "October 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+ls-veth \- information on Virtual Ethernet devices
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.BR ls-veth " [" \-h " | " -V ]
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+Provide information on Virtual Ethernet devices
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+\fB\-V\fR
|
||||||
|
+Display version information and exit
|
||||||
|
+.TP
|
||||||
|
+\fB\-h\fR
|
||||||
|
+Display help information and exit
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH AUTHOR
|
||||||
|
+.B ls-veth
|
||||||
|
+was written by Brian King <brking@linux.vnet.ibm.com>.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Roman Rakus <rrakus@redhat.com>.
|
||||||
|
diff -up powerpc-utils-1.2.15/man/ls-vscsi.8.man powerpc-utils-1.2.15/man/ls-vscsi.8
|
||||||
|
--- powerpc-utils-1.2.15/man/ls-vscsi.8.man 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/ls-vscsi.8 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
@@ -0,0 +1,25 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||||
|
+.TH LS-VSCSI "8" "October 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+ls-vscsi \- information on Virtual devices
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.BR ls-vscsi " [" \-h " | " -V ]
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+Provide information on Virtual devices
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+\fB\-V\fR
|
||||||
|
+Display version information and exit
|
||||||
|
+.TP
|
||||||
|
+\fB\-h\fR
|
||||||
|
+Display help information and exit
|
||||||
|
+.PP
|
||||||
|
+
|
||||||
|
+.SH AUTHOR
|
||||||
|
+.B ls-vscsi
|
||||||
|
+was written by Brian King <brking@linux.vnet.ibm.com>.
|
||||||
|
+.PP
|
||||||
|
+This manual page was written by Roman Rakus <rrakus@redhat.com>.
|
||||||
|
diff -up powerpc-utils-1.2.15/man/nvsetenv.8.man powerpc-utils-1.2.15/man/nvsetenv.8
|
||||||
|
--- powerpc-utils-1.2.15/man/nvsetenv.8.man 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/nvsetenv.8 2013-01-16 15:31:13.887591102 +0100
|
||||||
|
@@ -0,0 +1,29 @@
|
||||||
|
+.TH NVSETENV "8" "Oct 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+nvsetenv \- wrapper to invoke nvram
|
||||||
|
+
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B nvsetenv
|
||||||
|
+[ ARG1 ] [ ARG2 ]
|
||||||
|
+
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+.B nvsetenv
|
||||||
|
+is just a wrapper to invoke nvram
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+
|
||||||
|
+Without any argument, nvsetenv calls
|
||||||
|
+.I nvram --print-config
|
||||||
|
+
|
||||||
|
+With one argument
|
||||||
|
+.IR ARG1 ,
|
||||||
|
+nvsetenv calls
|
||||||
|
+.I nvram --print-config=ARG1
|
||||||
|
+
|
||||||
|
+With two arguments
|
||||||
|
+.IR "ARG1 ARG2" ,
|
||||||
|
+nvsetenv calls
|
||||||
|
+.I nvram --update-config ARG1=ARG2
|
||||||
|
+
|
||||||
|
+.SH "SEE ALSO"
|
||||||
|
+.IR nvram (8)
|
||||||
|
diff -up powerpc-utils-1.2.15/man/rtas_event_decode.8.man powerpc-utils-1.2.15/man/rtas_event_decode.8
|
||||||
|
--- powerpc-utils-1.2.15/man/rtas_event_decode.8.man 2013-01-16 15:31:13.888591067 +0100
|
||||||
|
+++ powerpc-utils-1.2.15/man/rtas_event_decode.8 2013-01-16 15:31:13.888591067 +0100
|
||||||
|
@@ -0,0 +1,31 @@
|
||||||
|
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||||
|
+.TH RTAS_EVENT_DECODE 8 "September 2010" "Linux" "Linux on Power Service Tools"
|
||||||
|
+.SH NAME
|
||||||
|
+\fBrtas_event_decode\fP - RTAS message decoder
|
||||||
|
+.SH SYNOPSIS
|
||||||
|
+.B rtas_event_decode
|
||||||
|
+[\fI-dv\fR] [\fI-n eventnum\fR] [\fI-w width\fR]
|
||||||
|
+.SH DESCRIPTION
|
||||||
|
+RTAS messages are placed in the syslog encoded in a binary
|
||||||
|
+format, and are unreadable. This tool will take exactly one
|
||||||
|
+message, parse it, and spit out the human-readable equivalent.
|
||||||
|
+This program expects ascii data on stdin.
|
||||||
|
+
|
||||||
|
+This tool is mostly meant to be used in conjuction with the
|
||||||
|
+rtas_dump shell script, which provides a suitable user
|
||||||
|
+interface.
|
||||||
|
+
|
||||||
|
+.SH OPTIONS
|
||||||
|
+.TP
|
||||||
|
+.B \-d
|
||||||
|
+dump the raw RTAS event
|
||||||
|
+.TP
|
||||||
|
+.BI \-n " eventnum"
|
||||||
|
+event number of the RTAS event being dumped
|
||||||
|
+.TP
|
||||||
|
+.B \-v
|
||||||
|
+verbose, print all details, not just header
|
||||||
|
+.TP
|
||||||
|
+.BI \-w " width"
|
||||||
|
+limit the output to the specified width, default width is 80 characters. The width must be > 0 and < 1024.
|
||||||
|
+
|
39
powerpc-utils-1.3.9-fix-hexdump-format.patch
Normal file
39
powerpc-utils-1.3.9-fix-hexdump-format.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
diff -up powerpc-utils-1.3.9/scripts/hcnmgr.me powerpc-utils-1.3.9/scripts/hcnmgr
|
||||||
|
--- powerpc-utils-1.3.9/scripts/hcnmgr.me 2021-11-11 11:38:33.293898966 +0100
|
||||||
|
+++ powerpc-utils-1.3.9/scripts/hcnmgr 2021-11-11 11:39:19.302587637 +0100
|
||||||
|
@@ -168,7 +168,7 @@ search_dev() {
|
||||||
|
# Look at pci ethernet devices
|
||||||
|
for pci_dev in "$DT_PATH"/pci*; do
|
||||||
|
[ -d "$pci_dev" ] || continue
|
||||||
|
- index=$(hexdump -n 4 -e '/1 "%02x"' "$pci_dev"/ibm,my-drc-index)
|
||||||
|
+ index=$(hexdump -n 4 -ve '/1 "%02x"' "$pci_dev"/ibm,my-drc-index)
|
||||||
|
if [[ $index != "$1" ]]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
@@ -189,7 +189,7 @@ search_dev() {
|
||||||
|
hcnlog DEBUG "search vnic device with drc_index $1"
|
||||||
|
for dev in "$DT_PATH"/vdevice/vnic*; do
|
||||||
|
[ -d "$dev" ] || continue
|
||||||
|
- index=$(hexdump -n 4 -e '/1 "%02x"' "$dev"/ibm,my-drc-index)
|
||||||
|
+ index=$(hexdump -n 4 -ve '/1 "%02x"' "$dev"/ibm,my-drc-index)
|
||||||
|
if [[ $index == "$1" ]]; then
|
||||||
|
hcnlog DEBUG "found matching drc_index $index in $dev"
|
||||||
|
if [ -e "$dev"/ibm,hcn-id ] && get_dev_hcn "$dev"; then
|
||||||
|
@@ -205,7 +205,7 @@ search_dev() {
|
||||||
|
hcnlog DEBUG "search ibmveth device with drc_index $1"
|
||||||
|
for dev in "$DT_PATH"/vdevice/l-lan*; do
|
||||||
|
[ -d "$dev" ] || continue
|
||||||
|
- index=$(hexdump -n 4 -e '/1 "%02x"' "$dev"/ibm,my-drc-index)
|
||||||
|
+ index=$(hexdump -n 4 -ve '/1 "%02x"' "$dev"/ibm,my-drc-index)
|
||||||
|
if [[ $index == "$1" ]]; then
|
||||||
|
hcnlog DEBUG "found matching drc_index $index in $dev"
|
||||||
|
if [ -e "$dev"/ibm,hcn-id ] && get_dev_hcn "$dev"; then
|
||||||
|
@@ -233,7 +233,7 @@ get_dev_hcn() {
|
||||||
|
local dev=$1
|
||||||
|
|
||||||
|
hcnlog DEBUG "get_dev_hcn: enter $1"
|
||||||
|
- HCNID=$(hexdump -n 4 -e '/1 "%02x"' "$dev"/ibm,hcn-id)
|
||||||
|
+ HCNID=$(hexdump -n 4 -ve '/1 "%02x"' "$dev"/ibm,hcn-id)
|
||||||
|
MODE=$(tr -d '\0' <"$dev"/ibm,hcn-mode)
|
||||||
|
PHYSLOC=$(tr -d '\0' <"$dev"/ibm,loc-code)
|
||||||
|
DEVPATH=$1
|
19
powerpc-utils-1.3.9-makefile.patch
Normal file
19
powerpc-utils-1.3.9-makefile.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
diff -up powerpc-utils-1.3.9/Makefile.am.me powerpc-utils-1.3.9/Makefile.am
|
||||||
|
--- powerpc-utils-1.3.9/Makefile.am.me 2021-07-19 12:30:46.169839551 +0200
|
||||||
|
+++ powerpc-utils-1.3.9/Makefile.am 2021-07-19 12:33:10.336034675 +0200
|
||||||
|
@@ -48,7 +48,14 @@ man_MANS = \
|
||||||
|
man/vcpustat.8 \
|
||||||
|
man/rtas_dbg.8 \
|
||||||
|
man/drmgr.8 \
|
||||||
|
- man/lparnumascore.8
|
||||||
|
+ man/lparnumascore.8 \
|
||||||
|
+ man/lsdevinfo.8 \
|
||||||
|
+ man/rtas_event_decode.8 \
|
||||||
|
+ man/ls-vdev.8 \
|
||||||
|
+ man/lsprop.8 \
|
||||||
|
+ man/ls-veth.8 \
|
||||||
|
+ man/nvsetenv.8 \
|
||||||
|
+ man/ls-vscsi.8
|
||||||
|
|
||||||
|
EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
|
||||||
|
|
22
powerpc-utils-support-vnic-as-backup-device-for-HNV.patch
Normal file
22
powerpc-utils-support-vnic-as-backup-device-for-HNV.patch
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
diff -up powerpc-utils-1.3.8/scripts/hcnmgr.me powerpc-utils-1.3.8/scripts/hcnmgr
|
||||||
|
--- powerpc-utils-1.3.8/scripts/hcnmgr.me 2021-11-11 11:10:37.800910318 +0100
|
||||||
|
+++ powerpc-utils-1.3.8/scripts/hcnmgr 2021-11-11 11:12:10.597104063 +0100
|
||||||
|
@@ -21,7 +21,7 @@
|
||||||
|
# support live partition migration with SR_IOV
|
||||||
|
#
|
||||||
|
|
||||||
|
-VERSION="1.0"
|
||||||
|
+VERSION="1.1"
|
||||||
|
PATH=$PATH:/bin:/usr/bin:/sbin:/usr/sbin
|
||||||
|
BOND_BASEPATH="/sys/class/net"
|
||||||
|
BONDOPTIONS="mode=1,miimon=100,fail_over_mac=2"
|
||||||
|
@@ -630,6 +630,9 @@ fi
|
||||||
|
if ! nmcli --version >/dev/null 2>&1; then
|
||||||
|
err $E_ENETUNREACH
|
||||||
|
fi
|
||||||
|
+# HNV can support VNIC or Veth as backup device.
|
||||||
|
+# In the first HNV version 1.0, the vNIC as backup support was turned off
|
||||||
|
+# HNV VERSION greater than 1.0 starts to support vNIC as the backup device
|
||||||
|
if [[ $VERSION == "1.0" ]]; then
|
||||||
|
VNIC_SPT="OFF"
|
||||||
|
fi
|
494
powerpc-utils.spec
Normal file
494
powerpc-utils.spec
Normal file
@ -0,0 +1,494 @@
|
|||||||
|
Name: powerpc-utils
|
||||||
|
Version: 1.3.9
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: PERL-based scripts for maintaining and servicing PowerPC systems
|
||||||
|
|
||||||
|
Group: System Environment/Base
|
||||||
|
License: GPLv2
|
||||||
|
URL: https://github.com/ibm-power-utilities/powerpc-utils
|
||||||
|
Source0: https://github.com/ibm-power-utilities/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
Source1: nvsetenv
|
||||||
|
|
||||||
|
ExclusiveArch: ppc %{power64}
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: librtas-devel >= 1.4.0
|
||||||
|
BuildRequires: libservicelog-devel >= 1.0.1-2
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: systemd
|
||||||
|
BuildRequires: numactl-devel
|
||||||
|
|
||||||
|
# rtas_dump explicit dependency
|
||||||
|
Requires: perl(Data::Dumper)
|
||||||
|
Requires: %{name}-core = %{version}-%{release}
|
||||||
|
|
||||||
|
Patch1: powerpc-utils-1.3.8-man.patch
|
||||||
|
Patch2: powerpc-utils-1.3.9-makefile.patch
|
||||||
|
Patch3: powerpc-utils-1.3.5-pseries_platform-man.patch
|
||||||
|
Patch4: powerpc-utils-1.3.5-update_flash_nv.patch
|
||||||
|
Patch5: powerpc-utils-1.3.8-install-man.patch
|
||||||
|
Patch7: powerpc-utils-1.3.8-hcnmgr.patch
|
||||||
|
# enable support for vnic as backup device
|
||||||
|
Patch8: powerpc-utils-support-vnic-as-backup-device-for-HNV.patch
|
||||||
|
# fixed hexdump format
|
||||||
|
Patch9: powerpc-utils-1.3.9-fix-hexdump-format.patch
|
||||||
|
|
||||||
|
%description
|
||||||
|
PERL-based scripts for maintaining and servicing PowerPC systems.
|
||||||
|
|
||||||
|
|
||||||
|
%package core
|
||||||
|
Summary: Core utilities for maintaining and servicing PowerPC systems
|
||||||
|
Requires(post): systemd
|
||||||
|
Requires(preun): systemd
|
||||||
|
Requires(postun): systemd
|
||||||
|
Requires: kmod
|
||||||
|
Requires: which
|
||||||
|
Requires: gawk
|
||||||
|
Requires: bc
|
||||||
|
Requires: findutils
|
||||||
|
Requires: grep
|
||||||
|
Requires: sed
|
||||||
|
Requires: systemd-udev
|
||||||
|
Requires: coreutils
|
||||||
|
|
||||||
|
%description core
|
||||||
|
Core utilities for maintaining and servicing PowerPC systems.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
|
./autogen.sh
|
||||||
|
%configure --with-systemd=%{_unitdir} --disable-werror
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT FILES= RCSCRIPTS=
|
||||||
|
install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv
|
||||||
|
|
||||||
|
#define pkgdocdir {_datadir}/doc/{name}-{version}
|
||||||
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{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
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_pkgdocdir}/COPYING
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
# nvsetenv is just a wrapper to nvram
|
||||||
|
ln -s nvram.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8/nvsetenv.8.gz
|
||||||
|
|
||||||
|
# symlink uspchrp
|
||||||
|
ln -s serv_config %{buildroot}%{_sbindir}/uspchrp
|
||||||
|
ln -s serv_config.8 %{buildroot}%{_mandir}/man8/uspchrp.8
|
||||||
|
|
||||||
|
# deprecated, use sosreport instead
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_sbindir}/snap $RPM_BUILD_ROOT%{_mandir}/man8/snap.8*
|
||||||
|
|
||||||
|
%post core
|
||||||
|
%systemd_post hcn-init.service
|
||||||
|
# update the smt.state file with current SMT
|
||||||
|
/usr/sbin/smtstate --save >/dev/null 2>&1 || :
|
||||||
|
|
||||||
|
%preun core
|
||||||
|
%systemd_preun smtstate.service
|
||||||
|
%systemd_preun hcn-init.service
|
||||||
|
|
||||||
|
%postun core
|
||||||
|
%systemd_postun_with_restart smtstate.service
|
||||||
|
%systemd_postun_with_restart hcn-init.service
|
||||||
|
|
||||||
|
%posttrans core
|
||||||
|
systemctl enable hcn-init.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
|
%files
|
||||||
|
# PERL-based scripts for maintaining and servicing PowerPC systems
|
||||||
|
%doc README Changelog
|
||||||
|
%{_sbindir}/hvcsadmin
|
||||||
|
%{_sbindir}/rtas_dump
|
||||||
|
%{_mandir}/man8/hvcsadmin.8*
|
||||||
|
%{_mandir}/man8/rtas_dump.8*
|
||||||
|
|
||||||
|
%files core
|
||||||
|
%license COPYING
|
||||||
|
%dir /var/lib/powerpc-utils
|
||||||
|
%ghost %config(missingok,noreplace) /var/lib/powerpc-utils/smt.state
|
||||||
|
%{_unitdir}/smtstate.service
|
||||||
|
%{_unitdir}/smt_off.service
|
||||||
|
%{_unitdir}/hcn-init.service
|
||||||
|
%{_bindir}/amsstat
|
||||||
|
%{_sbindir}/activate_firmware
|
||||||
|
%{_sbindir}/bootlist
|
||||||
|
%{_sbindir}/errinjct
|
||||||
|
%{_sbindir}/lparstat
|
||||||
|
%{_sbindir}/lsdevinfo
|
||||||
|
%{_sbindir}/lsprop
|
||||||
|
%{_sbindir}/lsslot
|
||||||
|
%{_sbindir}/ls-vdev
|
||||||
|
%{_sbindir}/ls-veth
|
||||||
|
%{_sbindir}/ls-vscsi
|
||||||
|
%{_sbindir}/nvsetenv
|
||||||
|
%{_sbindir}/ppc64_cpu
|
||||||
|
%{_sbindir}/rtas_dbg
|
||||||
|
%{_sbindir}/rtas_event_decode
|
||||||
|
%{_sbindir}/rtas_ibm_get_vpd
|
||||||
|
%{_sbindir}/serv_config
|
||||||
|
%{_sbindir}/set_poweron_time
|
||||||
|
%{_sbindir}/sys_ident
|
||||||
|
%{_sbindir}/uesensor
|
||||||
|
%{_sbindir}/update_flash
|
||||||
|
%{_sbindir}/update_flash_nv
|
||||||
|
%{_sbindir}/uspchrp
|
||||||
|
%{_sbindir}/hcncfgdrc
|
||||||
|
%{_sbindir}/hcnmgr
|
||||||
|
%{_sbindir}/hcnqrydev
|
||||||
|
%{_sbindir}/hcnrmdev
|
||||||
|
%{_sbindir}/hcnrmhcn
|
||||||
|
%{_sbindir}/hcnversion
|
||||||
|
%{_sbindir}/vcpustat
|
||||||
|
%{_sbindir}/smtstate
|
||||||
|
%{_sbindir}/nvram
|
||||||
|
%{_sbindir}/ofpathname
|
||||||
|
%{_sbindir}/pseries_platform
|
||||||
|
%{_sbindir}/drmgr
|
||||||
|
%{_sbindir}/lparnumascore
|
||||||
|
%{_mandir}/man1/amsstat.1*
|
||||||
|
%{_mandir}/man5/lparcfg.5*
|
||||||
|
%{_mandir}/man8/activate_firmware.8*
|
||||||
|
%{_mandir}/man8/bootlist.8*
|
||||||
|
%{_mandir}/man8/errinjct.8*
|
||||||
|
%{_mandir}/man8/lparstat.8*
|
||||||
|
%{_mandir}/man8/lsdevinfo.8*
|
||||||
|
%{_mandir}/man8/lsprop.8*
|
||||||
|
%{_mandir}/man8/lsslot.8*
|
||||||
|
%{_mandir}/man8/ls-vdev.8*
|
||||||
|
%{_mandir}/man8/ls-veth.8*
|
||||||
|
%{_mandir}/man8/ls-vscsi.8*
|
||||||
|
%{_mandir}/man8/nvsetenv.8*
|
||||||
|
%{_mandir}/man8/ppc64_cpu.8*
|
||||||
|
%{_mandir}/man8/rtas_dbg.8*
|
||||||
|
%{_mandir}/man8/rtas_event_decode.8*
|
||||||
|
%{_mandir}/man8/rtas_ibm_get_vpd.8*
|
||||||
|
%{_mandir}/man8/serv_config.8*
|
||||||
|
%{_mandir}/man8/set_poweron_time.8*
|
||||||
|
%{_mandir}/man8/sys_ident.8*
|
||||||
|
%{_mandir}/man8/uesensor.8*
|
||||||
|
%{_mandir}/man8/update_flash.8*
|
||||||
|
%{_mandir}/man8/pseries_platform.8*
|
||||||
|
%{_mandir}/man8/update_flash_nv.8*
|
||||||
|
%{_mandir}/man8/uspchrp.8*
|
||||||
|
%{_mandir}/man8/vcpustat.8.gz
|
||||||
|
%{_mandir}/man8/smtstate.8.gz
|
||||||
|
%{_mandir}/man8/hcnmgr.8*
|
||||||
|
%{_mandir}/man8/nvram.8*
|
||||||
|
%{_mandir}/man8/ofpathname.8*
|
||||||
|
%{_mandir}/man8/drmgr.8*
|
||||||
|
%{_mandir}/man8/lparnumascore.8*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Dec 09 2021 Than Ngo <than@redhat.com> - 1.3.9-1
|
||||||
|
- Resolves: #2028690, rebase to 1.3.9
|
||||||
|
|
||||||
|
* Thu Dec 02 2021 Than Ngo <than@redhat.com> - 1.3.8-10
|
||||||
|
- Related: #2022225, increase release
|
||||||
|
|
||||||
|
* Thu Nov 11 2021 Than Ngo <than@redhat.com> - 1.3.8-9
|
||||||
|
- Resolves: #2022225, enable support vnic as backend for HNV interfaces
|
||||||
|
|
||||||
|
* Thu Oct 07 2021 Than Ngo <than@redhat.com> - 1.3.8-8
|
||||||
|
- lsdevinfo: optimize criteria filtering
|
||||||
|
|
||||||
|
* Fri Jul 16 2021 Than Ngo <than@redhat.com> - 1.3.8-7
|
||||||
|
- Related: #1938420, Fix checking HCNID array size at boot time
|
||||||
|
|
||||||
|
* Thu Apr 01 2021 Than Ngo <than@redhat.com> - 1.3.8-6
|
||||||
|
- Resolves: #1935658, New lparstat -x option to report the security flavor
|
||||||
|
- Resolves: #1953818, Use od instead xxd
|
||||||
|
- Resolves: #1938420, rebase patch fix_boot-time_bonding_interface_cleanup_and_avoid_use_ifcfg
|
||||||
|
- Resolves: #1940358, ppc64_cpu --help does not list --version as an option
|
||||||
|
- Resolves: #1951068, take care of NUMA topology when removing memory (DLPAR)
|
||||||
|
|
||||||
|
* Wed Feb 03 2021 Than Ngo <than@redhat.com> - 1.3.8-5
|
||||||
|
- Resolves: #1924150, Fix boot-time bonding interface cleanup and avoid use ifcfg
|
||||||
|
|
||||||
|
* Mon Dec 21 2020 Than Ngo <than@redhat.com> - 1.3.8-4
|
||||||
|
- Resolves: #1909526, additional patches to support Linux Hybrid Network Virtualization
|
||||||
|
- Resolves: #1909135, move commands that dont depend on perl to core subpackage
|
||||||
|
|
||||||
|
* Tue Oct 06 2020 Than Ngo <than@redhat.com> - 1.3.8-3
|
||||||
|
- Resolves: #1868474, ofpathname: Use NVMe controller physical nsid
|
||||||
|
- Resolves: #1885532, sys_ident: Skip length field from search
|
||||||
|
|
||||||
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-2
|
||||||
|
- Related: #1853297, add missing hcnmgr manpage and Req on which
|
||||||
|
|
||||||
|
* Thu Oct 01 2020 Than Ngo <than@redhat.com> - 1.3.8-1
|
||||||
|
- Resolves: #1853297, rebase to 1.3.8
|
||||||
|
- Resolves: #1802181, SR-IOV - Linux Hybrid Network Virtualization
|
||||||
|
- Resolves: #1844421, Include vcpustat
|
||||||
|
|
||||||
|
* Wed Jun 24 2020 Than Ngo <than@redhat.com> - 1.3.6-11
|
||||||
|
- Resolves: #1847604, ofpathname: failed to boot
|
||||||
|
|
||||||
|
* Fri Jun 19 2020 Than Ngo <than@redhat.com> - 1.3.6-10
|
||||||
|
- Resolves: #1848839, update lparstat man page with -E option
|
||||||
|
|
||||||
|
* Fri May 22 2020 Than Ngo <than@redhat.com> - 1.3.6-9
|
||||||
|
- Resolves: #1837751, ofpathname: speed up l2of_scsi()
|
||||||
|
|
||||||
|
* Fri May 15 2020 Than Ngo <than@redhat.com> - 1.3.6-8
|
||||||
|
- Related: #1783285, update the patches V4
|
||||||
|
|
||||||
|
* Wed May 13 2020 Than Ngo <than@redhat.com> - 1.3.6-7
|
||||||
|
- Resolves: #1783285, Track and expose idle PURR and SPURR ticks
|
||||||
|
|
||||||
|
* Wed Mar 25 2020 Than Ngo <than@redhat.com> - 1.3.6-6
|
||||||
|
- Resolves: #1819566 - move drmgr in core to avoid pulling in Perl
|
||||||
|
- Resolves: #1806870 - ignored null byte in input
|
||||||
|
- Resolves: #1779197 - enable support for ibm,drc-info property
|
||||||
|
|
||||||
|
* Wed Dec 04 2019 Than Ngo <than@redhat.com> - 1.3.6-5
|
||||||
|
- Resolves: #1779257, Safe bootlist update
|
||||||
|
|
||||||
|
* Wed Jul 24 2019 Than Ngo <than@redhat.com> - 1.3.6-4
|
||||||
|
- Resolves: #1719372 - wrong disk gets booted after installation
|
||||||
|
|
||||||
|
* Fri Jun 07 2019 Than Ngo <than@redhat.com> - 1.3.6-3
|
||||||
|
- Resolves: #1718254, improve handling of errors from subsidiary scripts
|
||||||
|
|
||||||
|
* Wed Jun 05 2019 Than Ngo <than@redhat.com> - 1.3.6-2
|
||||||
|
- Resolves: #1716425, lparstat and update_flash fixes
|
||||||
|
|
||||||
|
* Mon Apr 01 2019 Than Ngo <than@redhat.com> - 1.3.6-1
|
||||||
|
- Resolves: #1666618, rebase to 1.3.6
|
||||||
|
|
||||||
|
* Tue Dec 04 2018 Than Ngo <than@redhat.com> - 1.3.5-5
|
||||||
|
- Related: #1655903, add missing man pages
|
||||||
|
|
||||||
|
* Tue Dec 04 2018 Than Ngo <than@redhat.com> - 1.3.5-4
|
||||||
|
- Resolves: #1655903, lsslot -c mem is not displaying any information
|
||||||
|
|
||||||
|
* Tue Nov 27 2018 Than Ngo <than@redhat.com> - 1.3.5-3
|
||||||
|
- Resolves: #1653621, fix to display logical name using bootlist -o option
|
||||||
|
|
||||||
|
* Sat Nov 10 2018 Than Ngo <than@redhat.com> - 1.3.5-2
|
||||||
|
- fix metadate issue detected by rpmdiff
|
||||||
|
Related: #1608172
|
||||||
|
|
||||||
|
* Mon Jun 18 2018 Dan Horák <dan[at]danny.cz> - 1.3.5-1
|
||||||
|
- Rebased to 1.3.5
|
||||||
|
|
||||||
|
* Tue Apr 17 2018 Dan Horák <dan[at]danny.cz> - 1.3.4-4
|
||||||
|
- fix deps for perl-based tools
|
||||||
|
- spec cleanup
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 11 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.3.4-2
|
||||||
|
- Fix grep dependency
|
||||||
|
|
||||||
|
* Tue Oct 10 2017 Dan Horák <dan[at]danny.cz> - 1.3.4-1
|
||||||
|
- Rebased to 1.3.4
|
||||||
|
|
||||||
|
* Tue Oct 10 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.3.3-4
|
||||||
|
- Split critical components into powerpc-utils-core (#1463749)
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 19 2017 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.3.3-1
|
||||||
|
- Update to latest upstream 1.3.3
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 11 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.1-1
|
||||||
|
- Update to latest upstream 1.3.1
|
||||||
|
- Use %%license
|
||||||
|
- Drop requires on optional powerpc-utils-python so as not to pull in X stack
|
||||||
|
- Package cleanups
|
||||||
|
- Obsolete/Provide powerpc-utils-papr
|
||||||
|
|
||||||
|
* Sat Apr 9 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.3.0-2
|
||||||
|
- Rebuild for librtas soname bump
|
||||||
|
|
||||||
|
* Thu Feb 18 2016 Rafael Fonseca <rdossant@redhat.com> - 1.3.0-1
|
||||||
|
- Update to latest upstream 1.3.0
|
||||||
|
- Update upstream URL.
|
||||||
|
- Change license to GPL.
|
||||||
|
- Remove deprecated patch.
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Nov 16 2015 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.27-2
|
||||||
|
- Fix build warnings
|
||||||
|
|
||||||
|
* Mon Nov 16 2015 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.27
|
||||||
|
- Update to latest upstream 1.2.27
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.24-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 06 2015 Jakub Čajka <jcajka@redhat.com> - 1.2.24-1
|
||||||
|
- Update to latest upstream 1.2.24
|
||||||
|
- ppc64le fix
|
||||||
|
- removed snap, sosreport from sos should be used instead
|
||||||
|
|
||||||
|
* Mon Nov 03 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.23
|
||||||
|
- Update to latest upstream 1.2.23
|
||||||
|
|
||||||
|
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.22-2
|
||||||
|
- Fix makefile issue
|
||||||
|
|
||||||
|
* Mon Sep 22 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.22
|
||||||
|
- Update to latest upstream 1.2.22
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.20-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 03 2014 Jakub Čajka <jcajka@redhat.com> - 1.2.20-2
|
||||||
|
- Spec file clean up
|
||||||
|
|
||||||
|
* Mon Apr 14 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.20
|
||||||
|
- Update to latest upstream 1.2.20
|
||||||
|
|
||||||
|
* Wed Mar 05 2014 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.19
|
||||||
|
- Update to latest upstream 1.2.19
|
||||||
|
|
||||||
|
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.18-2
|
||||||
|
- Add ppc64le architecture
|
||||||
|
|
||||||
|
* Thu Oct 10 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.18
|
||||||
|
- Update to latest upstream 1.2.18
|
||||||
|
|
||||||
|
* Sun Sep 15 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.17-2
|
||||||
|
- Fix docdir (#998579)
|
||||||
|
|
||||||
|
* Tue Aug 20 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.17
|
||||||
|
- Update to latest upstream 1.2.17
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 26 2013 Tony Breeds <tony@bakeyournoodle.com> - 1.2.16-2
|
||||||
|
- drmgr: Check for rpadlpar_io module
|
||||||
|
- resolves: #972606
|
||||||
|
|
||||||
|
* Tue May 21 2013 Vasant Hegde <hegdevasant@linux.vnet.ibm.com> - 1.2.16
|
||||||
|
- Update to latest upstream 1.2.16
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Dec 18 2012 Filip Kocina <fkocina@redhat.com> 1.2.14-1
|
||||||
|
- Resolves: #859222 - updated to latest upstream 1.2.14
|
||||||
|
|
||||||
|
* Thu Dec 13 2012 Karsten Hopp <karsten@redhat.com> 1.2.12-4
|
||||||
|
- Add multipath support to ofpathname for bug #884826
|
||||||
|
|
||||||
|
* Tue Sep 04 2012 Karsten Hopp <karsten@redhat.com> 1.2.12-3
|
||||||
|
- require powerpc-utils-python (#852326 comment 7)
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Mar 22 2012 Jiri Skala <jskala@redhat.com> - 1.2.12-1
|
||||||
|
- updated to latest upstream 1.2.12
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Nov 03 2011 Jiri Skala <jskala@redhat.com> - 1.2.11-2
|
||||||
|
- updated dependecy
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Fri Aug 05 2011 Jiri Skala <jskala@redhat.com> - 1.2.10-1
|
||||||
|
- updated to latest upstream 1.2.10
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Jun 09 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-10
|
||||||
|
- Added some upstream patches
|
||||||
|
- also bump release
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Fri Mar 05 2010 Roman Rakus <rrakus@redhat.com> - 1.2.2-2
|
||||||
|
- Removed deprecated init script and perl script
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Mon Apr 06 2009 Roman Rakus <rrakus@redhat.com> - 1.1.3-1
|
||||||
|
- new upstream version 1.1.3
|
||||||
|
|
||||||
|
* Tue Mar 03 2009 Roman Rakus <rrakus@redhat.com> - 1.1.2-1
|
||||||
|
- new upstream version 1.1.2
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Feb 19 2009 Roman Rakus <rrakus@redhat.com> - 1.1.1-1
|
||||||
|
- new upstream version 1.1.1
|
||||||
|
|
||||||
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.6-3
|
||||||
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
* Mon Dec 3 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-2
|
||||||
|
- Add --version to nvsetenv, for ybin compatibility
|
||||||
|
|
||||||
|
* Fri Nov 23 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
|
||||||
|
- New package, split from ppc64-utils
|
Loading…
Reference in New Issue
Block a user