636 lines
20 KiB
RPMSpec
636 lines
20 KiB
RPMSpec
%bcond_with test
|
|
|
|
Name: libstoragemgmt
|
|
Version: 1.3.5
|
|
Release: 1%{?dist}
|
|
Summary: Storage array management library
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
URL: https://github.com/libstorage/libstoragemgmt
|
|
Source0: https://github.com/libstorage/libstoragemgmt/releases/download/%{version}/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
Requires: %{name}-python
|
|
BuildRequires: autoconf automake libtool yajl-devel libxml2-devel check-devel perl
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: systemd
|
|
BuildRequires: bash-completion
|
|
BuildRequires: libconfig-devel
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: python-devel
|
|
BuildRequires: procps
|
|
BuildRequires: sqlite-devel
|
|
|
|
Requires: initscripts
|
|
Requires(post): systemd
|
|
Requires(preun): systemd
|
|
Requires(postun): systemd
|
|
|
|
BuildRequires: chrpath
|
|
BuildRequires: valgrind
|
|
BuildRequires: python-pyudev
|
|
|
|
%description
|
|
The libStorageMgmt library will provide a vendor agnostic open source storage
|
|
application programming interface (API) that will allow management of storage
|
|
arrays. The library includes a command line interface for interactive use and
|
|
scripting (command lsmcli). The library also has a daemon that is used for
|
|
executing plug-ins in a separate process (lsmd).
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%package python
|
|
Summary: Python client libraries and plug-in support for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name}-python-clibs
|
|
BuildArch: noarch
|
|
|
|
%description python
|
|
The %{name}-python package contains python client libraries as
|
|
well as python framework support and open source plug-ins written in python.
|
|
|
|
%package python-clibs
|
|
Summary: Python C extension module for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description python-clibs
|
|
The %{name}-python-clibs package contains python client C extension
|
|
libraries.
|
|
|
|
%package smis-plugin
|
|
Summary: Files for SMI-S generic array support for %{name}
|
|
Group: System Environment/Libraries
|
|
BuildRequires: pywbem
|
|
Requires: pywbem
|
|
BuildArch: noarch
|
|
Provides: %{name}-ibm-v7k-plugin = 2:%{version}-%{release}
|
|
Obsoletes: %{name}-ibm-v7k-plugin <= 2:0.1.0-3
|
|
Requires: %{name}-python = %{version}
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
|
|
|
|
%description smis-plugin
|
|
The %{name}-smis-plugin package contains plug-in for generic SMI-S array
|
|
support.
|
|
|
|
|
|
%package netapp-plugin
|
|
Summary: Files for NetApp array support for %{name}
|
|
Group: System Environment/Libraries
|
|
BuildRequires: m2crypto
|
|
Requires: m2crypto
|
|
Requires: %{name}-python = %{version}
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
Requires: %{name}-python = %{version}-%{release}
|
|
BuildArch: noarch
|
|
|
|
%description netapp-plugin
|
|
The %{name}-netapp-plugin package contains plug-in for NetApp array
|
|
support.
|
|
|
|
|
|
%package targetd-plugin
|
|
Summary: Files for targetd array support for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}-python = %{version}
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description targetd-plugin
|
|
The %{name}-targetd-plugin package contains plug-in for targetd array
|
|
support.
|
|
|
|
|
|
%package nstor-plugin
|
|
Summary: Files for NexentaStor array support for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}-python = %{version}
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description nstor-plugin
|
|
The %{name}-nstor-plugin package contains plug-in for NexentaStor array
|
|
support.
|
|
|
|
%package udev
|
|
Summary: Udev files for %{name}
|
|
Group: System Environment/Base
|
|
|
|
%description udev
|
|
The %{name}-udev package contains udev rules and helper utilities for
|
|
uevents generated by the kernel.
|
|
|
|
%package megaraid-plugin
|
|
Summary: Files for LSI MegaRAID support for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}-python = %{version}
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description megaraid-plugin
|
|
The %{name}-megaraid-plugin package contains the plugin for LSI
|
|
MegaRAID storage management via storcli.
|
|
|
|
%package hpsa-plugin
|
|
Summary: Files for HP SmartArray support for %{name}
|
|
Group: System Environment/Libraries
|
|
Requires: %{name}-python = %{version}
|
|
Requires: python-pyudev
|
|
Requires(post): %{name}-python = %{version}
|
|
Requires(postun): %{name}-python = %{version}
|
|
BuildArch: noarch
|
|
|
|
%description hpsa-plugin
|
|
The %{name}-hpsa-plugin package contains the plugin for HP
|
|
SmartArray storage management via hpssacli.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --disable-static
|
|
|
|
V=1 make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
install -d -m755 %{buildroot}/%{_unitdir}
|
|
install -m644 packaging/daemon/%{name}.service \
|
|
%{buildroot}/%{_unitdir}/%{name}.service
|
|
|
|
#tempfiles.d configuration for /run
|
|
mkdir -p %{buildroot}/%{_tmpfilesdir}
|
|
install -m 0644 packaging/daemon/lsm-tmpfiles.conf \
|
|
%{buildroot}/%{_tmpfilesdir}/%{name}.conf
|
|
|
|
#Files for udev handling
|
|
mkdir -p %{buildroot}/%{_udevrulesdir}
|
|
install -m 644 tools/udev/90-scsi-ua.rules \
|
|
%{buildroot}/%{_udevrulesdir}/90-scsi-ua.rules
|
|
install -m 755 tools/udev/scan-scsi-target \
|
|
%{buildroot}/%{_udevrulesdir}/../scan-scsi-target
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%if 0%{with test}
|
|
%check
|
|
if ! make check
|
|
then
|
|
cat test-suite.log || true
|
|
exit 1
|
|
fi
|
|
%endif
|
|
|
|
%pre
|
|
getent group libstoragemgmt >/dev/null || groupadd -r libstoragemgmt
|
|
getent passwd libstoragemgmt >/dev/null || \
|
|
useradd -r -g libstoragemgmt -d /var/run/lsm -s /sbin/nologin \
|
|
-c "daemon account for libstoragemgmt" libstoragemgmt
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
# Create tmp socket folders.
|
|
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
|
|
%systemd_post %{name}.service
|
|
|
|
%preun
|
|
%systemd_preun %{name}.service
|
|
|
|
%postun
|
|
/sbin/ldconfig
|
|
%systemd_postun %{name}.service
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post smis-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
%postun smis-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post netapp-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
%postun netapp-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post targetd-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
%postun targetd-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post nstor-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
%postun nstor-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post megaraid-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
%postun megaraid-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
# Need to restart lsmd if plugin is new installed or removed.
|
|
%post hpsa-plugin
|
|
if [ $1 -eq 1 ]; then
|
|
# New install.
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
%postun hpsa-plugin
|
|
if [ $1 -eq 0 ]; then
|
|
# Remove
|
|
/usr/bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
|
|
fi
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc README COPYING.LIB NEWS
|
|
%{_mandir}/man1/lsmcli.1*
|
|
%{_mandir}/man1/lsmd.1*
|
|
%{_mandir}/man5/lsmd.conf.5*
|
|
%{_libdir}/*.so.*
|
|
%{_bindir}/lsmcli
|
|
%{_datadir}/bash-completion/completions/lsmcli
|
|
%{_bindir}/lsmd
|
|
%{_bindir}/simc_lsmplugin
|
|
%dir %{_sysconfdir}/lsm
|
|
%dir %{_sysconfdir}/lsm/pluginconf.d
|
|
%config(noreplace) %{_sysconfdir}/lsm/lsmd.conf
|
|
%{_mandir}/man1/simc_lsmplugin.1*
|
|
|
|
%{_unitdir}/%{name}.service
|
|
|
|
%ghost %dir %attr(0755, -, -) /run/lsm/
|
|
%ghost %dir %attr(0755, -, -) /run/lsm/ipc
|
|
|
|
%attr(0644, root, root) %{_tmpfilesdir}/%{name}.conf
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%files python
|
|
%defattr(-,root,root,-)
|
|
#Python library files
|
|
%dir %{python_sitelib}/lsm
|
|
%{python_sitelib}/lsm/__init__.*
|
|
%dir %{python_sitelib}/lsm/external
|
|
%{python_sitelib}/lsm/external/*
|
|
%{python_sitelib}/lsm/_client.*
|
|
%{python_sitelib}/lsm/_common.*
|
|
%{python_sitelib}/lsm/_local_disk.*
|
|
%{python_sitelib}/lsm/_data.*
|
|
%{python_sitelib}/lsm/_iplugin.*
|
|
%{python_sitelib}/lsm/_pluginrunner.*
|
|
%{python_sitelib}/lsm/_transport.*
|
|
%{python_sitelib}/lsm/version.*
|
|
%dir %{python_sitelib}/lsm/plugin
|
|
%{python_sitelib}/lsm/plugin/__init__.*
|
|
%dir %{python_sitelib}/lsm/plugin/sim
|
|
%{python_sitelib}/lsm/plugin/sim/__init__.*
|
|
%{python_sitelib}/lsm/plugin/sim/simulator.*
|
|
%{python_sitelib}/lsm/plugin/sim/simarray.*
|
|
%dir %{python_sitelib}/lsm/lsmcli
|
|
%{python_sitelib}/lsm/lsmcli/__init__.*
|
|
%{python_sitelib}/lsm/lsmcli/data_display.*
|
|
%{python_sitelib}/lsm/lsmcli/cmdline.*
|
|
%{_bindir}/sim_lsmplugin
|
|
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/sim.conf
|
|
%{_mandir}/man1/sim_lsmplugin.1*
|
|
|
|
# Compiled C files for python library
|
|
%files python-clibs
|
|
%{python_sitelib}/lsm/_clib.*
|
|
|
|
%files smis-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/smispy
|
|
%{python_sitelib}/lsm/plugin/smispy/__init__.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis.*
|
|
%{python_sitelib}/lsm/plugin/smispy/dmtf.*
|
|
%{python_sitelib}/lsm/plugin/smispy/utils.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_common.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_cap.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_sys.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_pool.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_disk.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_vol.*
|
|
%{python_sitelib}/lsm/plugin/smispy/smis_ag.*
|
|
%{_bindir}/smispy_lsmplugin
|
|
%{_mandir}/man1/smispy_lsmplugin.1*
|
|
|
|
%files netapp-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/ontap
|
|
%{python_sitelib}/lsm/plugin/ontap/__init__.*
|
|
%{python_sitelib}/lsm/plugin/ontap/na.*
|
|
%{python_sitelib}/lsm/plugin/ontap/ontap.*
|
|
%{_bindir}/ontap_lsmplugin
|
|
%{_mandir}/man1/ontap_lsmplugin.1*
|
|
|
|
%files targetd-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/targetd
|
|
%{python_sitelib}/lsm/plugin/targetd/__init__.*
|
|
%{python_sitelib}/lsm/plugin/targetd/targetd.*
|
|
%{_bindir}/targetd_lsmplugin
|
|
%{_mandir}/man1/targetd_lsmplugin.1*
|
|
|
|
%files nstor-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/nstor
|
|
%{python_sitelib}/lsm/plugin/nstor/__init__.*
|
|
%{python_sitelib}/lsm/plugin/nstor/nstor.*
|
|
%{_bindir}/nstor_lsmplugin
|
|
%{_mandir}/man1/nstor_lsmplugin.1*
|
|
|
|
%files udev
|
|
%defattr(-,root,root,-)
|
|
%{_udevrulesdir}/../scan-scsi-target
|
|
%{_udevrulesdir}/90-scsi-ua.rules
|
|
|
|
%files megaraid-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/megaraid
|
|
%{python_sitelib}/lsm/plugin/megaraid/__init__.*
|
|
%{python_sitelib}/lsm/plugin/megaraid/megaraid.*
|
|
%{python_sitelib}/lsm/plugin/megaraid/utils.*
|
|
%{_bindir}/megaraid_lsmplugin
|
|
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/megaraid.conf
|
|
%{_mandir}/man1/megaraid_lsmplugin.1*
|
|
|
|
%files hpsa-plugin
|
|
%defattr(-,root,root,-)
|
|
%dir %{python_sitelib}/lsm/plugin/hpsa
|
|
%{python_sitelib}/lsm/plugin/hpsa/__init__.*
|
|
%{python_sitelib}/lsm/plugin/hpsa/hpsa.*
|
|
%{python_sitelib}/lsm/plugin/hpsa/utils.*
|
|
%{_bindir}/hpsa_lsmplugin
|
|
%config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/hpsa.conf
|
|
%{_mandir}/man1/hpsa_lsmplugin.1*
|
|
|
|
%changelog
|
|
* Tue Sep 27 2016 Gris Ge <fge@redhat.com> 1.3.5-1
|
|
- New upstream release 1.3.5
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
* Wed May 18 2016 Tony Asleson <tasleson@redhat.com> 1.3.2-1
|
|
- New upstream release 1.3.2
|
|
|
|
* Fri May 13 2016 Tony Asleson <tasleson@redhat.com> 1.3.1-2
|
|
- Disable make check as we are hitting a valgrind memleak in ld.so
|
|
on arm arch.
|
|
|
|
* Fri May 13 2016 Tony Asleson <tasleson@redhat.com> 1.3.1-1
|
|
- New upstream release 1.3.1
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 24 2015 Gris Ge <fge@redhat.com> 1.2.3-1
|
|
- New upstream release 1.2.3:
|
|
* Bug fixes:
|
|
* lsmcli bash completion: Fix syntax error.
|
|
* lsmcli bash completion: Fix volume-delete.
|
|
* lsmcli bash completion: Add missing completions.
|
|
* Fix: selinux dac_override
|
|
* Manpage: Update hpsa and megaraid plugin manpages.
|
|
* HP Smart Array Plugin: Fix pool querying on P410i.
|
|
* MegaRAID Plugin: Fix bug when no volume configured.
|
|
|
|
* Fri Jun 19 2015 Gris Ge <fge@redhat.com> - 1.2.1-1
|
|
- New upstream release 1.2.1.
|
|
- Changed upstream URL and source URL to github.
|
|
- New sub-pacakges:
|
|
* libstoragemgmt-megaraid-plugin
|
|
New plugin in 1.2.0 release.
|
|
* libstoragemgmt-hpsa-plugin
|
|
New plugin in 1.2.0 release.
|
|
- Add bash-completion script for lsmcli.
|
|
- New rpmbuild switch:
|
|
* '--without test'
|
|
Use to skip 'make check' test to save debug time.
|
|
* '--without megaraid'
|
|
Don't compile megaraid plugin.
|
|
* '--without hpsa'
|
|
Don't compile hpsa plugin.
|
|
- Remove PyYAML BuildRequires.
|
|
- Add NEWS(changelog) to document folder.
|
|
- Replace the hardcoded udev path with <percent>{_udevrulesdir}.
|
|
- Fix rpmlint error 'dir-or-file-in-var-run'.
|
|
- Mark /run/lsm and /run/lsm/ipc as <percent>ghost folder.
|
|
- Fix rpmlint warnning 'W: non-standard-uid /run/lsm libstoragemgmt'.
|
|
- Add 'Requires(post)' and 'Requires(postun)' to plugins in order
|
|
to make sure plugin is installed after libstoragemgmt and removed before
|
|
libstoragemgmt.
|
|
- Fix the incorrect use of <percent>bcond_with and <percent>bcond_without.
|
|
- Removed autogen.sh which is not required for release version any more.
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.1.0-3
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
* Fri Jan 16 2015 Tony Asleson <tasleson@redhat.com> 1.1.0-2
|
|
- Make updates work correctly for removed sub package
|
|
libstoragemgmt-ibm-v7k-plugin
|
|
|
|
* Thu Dec 4 2014 Tony Asleson <tasleson@redhat.com> 1.1.0-1
|
|
- New upstream release
|
|
- Fix udev files directory
|
|
- Move command line files to python package
|
|
|
|
* Wed Oct 8 2014 Tony Asleson <tasleson@redhat.com> - 1.0.0-3
|
|
- Specify udev files to /usr/lib dir instead of /lib
|
|
- Move command line python files to python package
|
|
|
|
* Wed Oct 1 2014 Tony Asleson <tasleson@redhat.com> - 1.0.0-2
|
|
- BZ 850185, Use new systemd rpm macros
|
|
- BZ 1122117, Use correct tmpfiles.d dir
|
|
|
|
* Sun Sep 7 2014 Tony Asleson <tasleson@redhat.com> - 1.0.0-1
|
|
- New upstream release
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Thu Jul 3 2014 Tony Asleson <tasleson@redhat.com> - 0.1.0-1
|
|
- New upstream release
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.24-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Thu Jan 30 2014 Tony Asleson <tasleson@redhat.com> 0.0.24-1
|
|
- New upstream release
|
|
|
|
* Wed Nov 27 2013 Tony Asleson <tasleson@redhat.com> 0.0.23-1
|
|
- New upstream release
|
|
|
|
* Mon Aug 12 2013 Tony Asleson <tasleson@redhat.com> 0.0.22-1
|
|
- New upstream release
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Tue Jul 16 2013 Tony Asleson <tasleson@redhat.com> 0.0.21-1
|
|
- New upstream release
|
|
- Put plug-ins in separate sub packages
|
|
- Don't include IBM plug-in on RHEL > 6, missing paramiko
|
|
|
|
* Tue May 28 2013 Tony Asleson <tasleson@redhat.com> - 0.0.20-1
|
|
- New upstream release
|
|
- Separate package for python libraries
|
|
- Make timestamps match on version.py in library
|
|
- Add python-paramiko requirement for IBM plug-in
|
|
|
|
* Mon Apr 22 2013 Tony Asleson <tasleson@redhat.com> - 0.0.19-1
|
|
- New upstream release
|
|
|
|
* Fri Mar 8 2013 Tony Asleson <tasleson@redhat.com> - 0.0.18-1
|
|
- New upstream release
|
|
|
|
* Thu Jan 31 2013 Tony Asleson <tasleson@redhat.com> - 0.0.17-1
|
|
- New upstream release
|
|
|
|
* Wed Jan 2 2013 Tony Asleson <tasleson@redhat.com> - 0.0.16-1
|
|
- New upstream release
|
|
|
|
* Tue Nov 27 2012 Tony Asleson <tasleson@redhat.com> - 0.0.15-1
|
|
- New upstream release
|
|
|
|
* Wed Oct 3 2012 Tony Asleson <tasleson@redhat.com> - 0.0.13-1
|
|
- New upstream release
|
|
|
|
* Tue Sep 18 2012 Tony Asleson <tasleson@redhat.com> - 0.0.12-1
|
|
- New upstream release
|
|
|
|
* Mon Aug 13 2012 Tony Asleson <tasleson@redhat.com> 0.0.11-1
|
|
- New upstream release
|
|
|
|
* Fri Jul 27 2012 Dan Horák <dan[at]danny.cz> - 0.0.9-3
|
|
- detect also non-x86 arches in Pegasus check
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Jun 12 2012 Tony Asleson <tasleson@redhat.com> 0.0.9-1
|
|
- Initial checkin of lio plug-in
|
|
- System filtering via URI (smispy)
|
|
- Error code mapping (ontap)
|
|
- Fixed build so same build tarball is used for all binaries
|
|
|
|
* Mon Jun 4 2012 Tony Asleson <tasleson@redhat.com> 0.0.8-1
|
|
- Make building of SMI-S CPP plugin optional
|
|
- Add pkg-config file
|
|
- SMIS: Fix exception while retrieving Volumes
|
|
- SMIS: Fix exception while retrieving Volumes
|
|
- lsm: Add package imports
|
|
- Make Smis class available in lsm python package
|
|
- Add option to disable building C unit test
|
|
- Make simulator classes available in lsm python package
|
|
- Make ontap class available in lsm python package
|
|
- Changes to support building on Fedora 17 (v2)
|
|
- Spec. file updates from feedback from T. Callaway (spot)
|
|
- F17 linker symbol visibility correction
|
|
- Remove unneeded build dependencies and cleaned up some warnings
|
|
- C Updates, client C library feature parity with python
|
|
|
|
* Fri May 11 2012 Tony Asleson <tasleson@redhat.com> 0.0.7-1
|
|
- Bug fix for smi-s constants
|
|
- Display formatting improvements
|
|
- Added header option for lsmcli
|
|
- Improved version handling for builds
|
|
- Made terminology consistent
|
|
- Ability to list visibility for access groups and volumes
|
|
- Simulator plug-in fully supports all block operations
|
|
- Added support for multiple systems with a single plug-in instance
|
|
|
|
* Fri Apr 20 2012 Tony Asleson <tasleson@redhat.com> 0.0.6-1
|
|
- Documentation improvements (man & source code)
|
|
- Support for access groups
|
|
- Unified spec files Fedora/RHEL
|
|
- Package version auto generate
|
|
- Rpm target added to make
|
|
- Bug fix for missing optional property on volume retrieval (smispy plug-in)
|
|
|
|
* Fri Apr 6 2012 Tony Asleson <tasleson@redhat.com> 0.0.5-1
|
|
- Spec file clean-up improvements
|
|
- Async. operation added to lsmcli and ability to check on job status
|
|
- Sub volume replication support
|
|
- Ability to check for child dependencies on VOLUMES, FS and files
|
|
- SMI-S Bug fixes and improvements
|
|
|
|
* Mon Mar 26 2012 Tony Asleson <tasleson@redhat.com> 0.0.4-1
|
|
- Restore from snapshot
|
|
- Job identifiers string instead of integer
|
|
- Updated license address
|
|
|
|
* Wed Mar 14 2012 Tony Asleson <tasleson@redhat.com> 0.0.3-1
|
|
- Changes to installer, daemon uid, gid, /var/run/lsm/*
|
|
- NFS improvements and bug fixes
|
|
- Python library clean up (rpmlint errors)
|
|
|
|
* Sun Mar 11 2012 Tony Asleson <tasleson@redhat.com> 0.0.2-1
|
|
- Added NetApp native plugin
|
|
|
|
* Mon Feb 6 2012 Tony Asleson <tasleson@redhat.com> 0.0.1alpha-1
|
|
- Initial version of package
|
|
|