|
|
@ -1,14 +1,14 @@
|
|
|
|
%bcond_with test
|
|
|
|
%bcond_with test
|
|
|
|
|
|
|
|
|
|
|
|
Name: libstoragemgmt
|
|
|
|
Name: libstoragemgmt
|
|
|
|
Version: 1.10.1
|
|
|
|
Version: 1.9.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Storage array management library
|
|
|
|
Summary: Storage array management library
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://github.com/libstorage/libstoragemgmt
|
|
|
|
URL: https://github.com/libstorage/libstoragemgmt
|
|
|
|
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch1: 0001-Correction-for-fips-error.patch
|
|
|
|
Requires: python3-%{name}%{_isa}
|
|
|
|
Requires: python3-%{name}%{_isa}
|
|
|
|
Requires: ledmon-libs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Packages that have been removed
|
|
|
|
# Packages that have been removed
|
|
|
|
Obsoletes: %{name}-netapp-plugin <= 1.6.2-10
|
|
|
|
Obsoletes: %{name}-netapp-plugin <= 1.6.2-10
|
|
|
@ -17,7 +17,7 @@ Obsoletes: %{name}-nstor-plugin <= 1.9.0-1
|
|
|
|
Provides: %{name}-nstor-plugin <= 1.9.0-1
|
|
|
|
Provides: %{name}-nstor-plugin <= 1.9.0-1
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
BuildRequires: gcc gcc-c++
|
|
|
|
BuildRequires: autoconf automake libtool check-devel perl-interpreter
|
|
|
|
BuildRequires: autoconf automake libtool libxml2-devel check-devel perl-interpreter
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: bash-completion
|
|
|
|
BuildRequires: bash-completion
|
|
|
@ -27,7 +27,6 @@ BuildRequires: procps
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-six
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: ledmon-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?systemd_requires}
|
|
|
|
%{?systemd_requires}
|
|
|
|
BuildRequires: systemd systemd-devel
|
|
|
|
BuildRequires: systemd systemd-devel
|
|
|
@ -196,7 +195,6 @@ fi
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%pre
|
|
|
|
%pre
|
|
|
|
|
|
|
|
|
|
|
|
echo 'u libstoragemgmt - "daemon account for libstoragemgmt"' | \
|
|
|
|
echo 'u libstoragemgmt - "daemon account for libstoragemgmt"' | \
|
|
|
|
systemd-sysusers --replace=/usr/lib/sysusers.d/libstoragemgmt.conf -
|
|
|
|
systemd-sysusers --replace=/usr/lib/sysusers.d/libstoragemgmt.conf -
|
|
|
|
|
|
|
|
|
|
|
@ -446,12 +444,6 @@ fi
|
|
|
|
%{_mandir}/man1/local_lsmplugin.1*
|
|
|
|
%{_mandir}/man1/local_lsmplugin.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jul 15 2024 Tony Asleson <tasleson@redhat.com> - 1.10.1-1
|
|
|
|
|
|
|
|
- Upgrade to 1.10.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 20 2024 Tony Asleson <tasleson@redhat.com> - 1.10.0-1
|
|
|
|
|
|
|
|
- Upgrade to 1.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Tony Asleson <tasleson@redhat.com> - 1.9.7-2
|
|
|
|
* Tue Apr 18 2023 Tony Asleson <tasleson@redhat.com> - 1.9.7-2
|
|
|
|
- FIPS correction ref: https://issues.redhat.com/browse/RHEL-376
|
|
|
|
- FIPS correction ref: https://issues.redhat.com/browse/RHEL-376
|
|
|
|
|
|
|
|
|
|
|
|