fix too many argument for format

(cherry picked from commit cb5bb35c33d91fc9cbafd23ed3794031d2bdded1)
This commit is contained in:
wu-leilei 2022-01-28 16:11:26 +08:00 committed by openeuler-sync-bot
parent d7963b1718
commit 42c11c9449
2 changed files with 2964 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
%define with_python2 0 %define with_python2 0
Name: libstoragemgmt Name: libstoragemgmt
Version: 1.8.0 Version: 1.8.0
Release: 5 Release: 6
Summary: Storage array management library Summary: Storage array management library
License: LGPLv2+ License: LGPLv2+
URL: https://github.com/libstorage/libstoragemgmt URL: https://github.com/libstorage/libstoragemgmt
@ -10,6 +10,7 @@ Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{versio
Patch1: 0001-change-run-dir.patch Patch1: 0001-change-run-dir.patch
Patch2: 0002-Specify-signed-char.patch Patch2: 0002-Specify-signed-char.patch
Patch3: fix-too-many-argument-for-format.patch
BuildRequires: gcc gcc-c++ autoconf automake libtool libxml2-devel check-devel perl-interpreter BuildRequires: gcc gcc-c++ autoconf automake libtool libxml2-devel check-devel perl-interpreter
BuildRequires: openssl-devel glib2-devel systemd bash-completion libconfig-devel systemd-devel BuildRequires: openssl-devel glib2-devel systemd bash-completion libconfig-devel systemd-devel
@ -371,6 +372,9 @@ fi
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Fri Jan 28 2022 wulei <wulei80@huawei.com> - 1.8.0-6
- fix too many argument for format
* Thu Oct 28 2021 Chenxi Mao <chenxi.mao@suse.com> - 1.8.0-5 * Thu Oct 28 2021 Chenxi Mao <chenxi.mao@suse.com> - 1.8.0-5
- libstoragemgmt: Upstream patch to avoid char usage in libstoragemgmt. - libstoragemgmt: Upstream patch to avoid char usage in libstoragemgmt.