Hello community, here is the log from the commit of package lsvpd for openSUSE:Factory checked in at 2020-04-28 22:31:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsvpd (Old) and /work/SRC/openSUSE:Factory/.lsvpd.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsvpd" Tue Apr 28 22:31:07 2020 rev:52 rq:798570 version:1.7.10 Changes: -------- --- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes 2019-11-10 22:46:22.793786828 +0100 +++ /work/SRC/openSUSE:Factory/.lsvpd.new.2738/lsvpd.changes 2020-04-28 22:32:05.693722918 +0200 @@ -1,0 +2,9 @@ +Tue Apr 21 13:28:41 UTC 2020 - Josef Möllers <[email protected]> + +- The lsvpd man page and --help are not in sync. The version and + debug options were missing. This patch adds the two options to the + man page. + [bsc#1163284, + bsc1163284-Add_version_and_debug_options_to_man_page.patch] + +------------------------------------------------------------------- New: ---- bsc1163284-Add_version_and_debug_options_to_man_page.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsvpd.spec ++++++ --- /var/tmp/diff_new_pack.9nMks3/_old 2020-04-28 22:32:06.381724202 +0200 +++ /var/tmp/diff_new_pack.9nMks3/_new 2020-04-28 22:32:06.385724210 +0200 @@ -1,7 +1,7 @@ # # spec file for package lsvpd # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,9 @@ Summary: VPD Hardware Inventory Utilities for Linux License: GPL-2.0-or-later Group: System/Monitoring -Url: http://sourceforge.net/projects/linux-diag/ +URL: http://sourceforge.net/projects/linux-diag/ Source0: http://sourceforge.net/projects/linux-diag/files/lsvpd-new/%{version}/%{name}-%{version}.tar.gz +Patch0: bsc1163284-Add_version_and_debug_options_to_man_page.patch BuildRequires: gcc-c++ BuildRequires: librtas-devel BuildRequires: libvpd2-devel @@ -45,6 +46,7 @@ %prep %setup -q +%patch0 -p1 %build export CFLAGS="%{optflags} -UPCI_IDS -DPCI_IDS='\"%{_datadir}/pci.ids\"' -UUSB_IDS -DUSB_IDS='\"%{_datadir}/usb.ids\"'" ++++++ bsc1163284-Add_version_and_debug_options_to_man_page.patch ++++++ >From db33fbf55700507d6e67078f3d6b7ac610123429 Mon Sep 17 00:00:00 2001 From: Brahadambal Srinivasan <[email protected]> Date: Wed, 1 Apr 2020 15:01:43 +0530 Subject: [PATCH] lsvpd: Add version and debug options to man page The lsvpd man page and --help are not in sync. The version and debug options were missing. This patch adds the two options to the man page. Signed-off-by: Brahadambal Srinivasan <[email protected]> Reported-by: Shirisha Ganta <[email protected]> Reviewed-by : Shivaprasad G Bhat <[email protected]> [Updated -v section - Vasant] Signed-off-by: Vasant Hegde <[email protected]> --- man/lsvpd.8 | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/man/lsvpd.8 b/man/lsvpd.8 index 7030815..de5f3c3 100644 --- a/man/lsvpd.8 +++ b/man/lsvpd.8 @@ -24,7 +24,17 @@ lsvpd \- list Vital Product Data (VPD) .ad l .hy 0 .HP 6 -\fBlsvpd\fR [\fB\-l<device>\fR | \fB\-\-list=<device>\fR] [\fB\-m\fR | \fB\-\-mark\fR] [\fB\-s<serial#>\fR | \fB\-\-serial=<serial#>\fR] [\fB\-t<type/model#>\fR | \fB\-\-type=<type/model#>\fR] [\fB\-p<database\-directory>\fR | \fB\-\-path=<database\-directory>\fR] [\fB\-z<database\-archive>\fR | \fB\-\-zip=<database\-archive>\fR] [\fB\-h\fR | \fB\-\-help\fR] +\fBlsvpd\fR [\fB\-l<device>\fR | \fB\-\-list=<device>\fR] + [\fB\-m\fR | \fB\-\-mark\fR] + [\fB\-s<serial#>\fR | \fB\-\-serial=<serial#>\fR] + [\fB\-t<type/model#>\fR | \fB\-\-type=<type/model#>\fR] + [\fB\-p<database\-directory>\fR | \fB\-\-path=<database\-directory>\fR] + [\fB\-z<database\-archive>\fR | \fB\-\-zip=<database\-archive>\fR] + [\fB\-D\fR | \fB\-\-debug\fR] +.HP 6 +\fBlsvpd\fR [\fB\-v\fR | \fB\-\-version\fR] +.HP 6 +\fBlsvpd\fR [\fB\-h\fR | \fB\-\-help\fR] .ad .hy @@ -66,6 +76,14 @@ Use <database\-archive> as the hardware inventory database, rather than the defa This option is useful for producing output for old hardware inventory databases that have been archived by the system\&. +.TP +\-D|\-\-debug +Use this option to print extra information about devices (sysfs locations, etc)\&. + +.TP +\-v|\-\-version +Print the version of the command and exit. + .TP \-h|\-\-help Display a help screen and quit\&. @@ -87,5 +105,5 @@ lscfg(8), lsmcode(8), lsvio(8), vpdupdate(8) Eric Munson <ebmunson@us\&.ibm\&.com>\&. Brad Peters <bpeters@us\&.ibm\&.com>\&. .PP -Copyright (c) 2002 - 2013 IBM\&. +Copyright (c) 2002 - 2020 IBM\&.
