Commit Graph

49 Commits

Author SHA1 Message Date
Gris Ge
4d9a5bf6d1 Upgrade to 1.5.0
Signed-off-by: Gris Ge <fge@redhat.com>
2017-10-11 16:02:31 +08:00
Tony Asleson
d8fcca0d64 Remove m2crypto requirement
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2017-10-03 09:43:05 -05:00
Zbigniew Jędrzejewski-Szmek
590e1f20d7 Move %python_provide after BuildArch
Also add %python_provide macro for python3 subpackages and
other small fixups.
2017-08-19 17:51:47 -04:00
Zbigniew Jędrzejewski-Szmek
a919a3c121 Python 2 binary package renamed to python2-libstoragemgmt 2017-08-19 09:38:51 -04:00
Fedora Release Engineering
5872d2140b - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 02:20:34 +00:00
Fedora Release Engineering
6d6b5bf8fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 19:46:56 +00:00
Petr Písař
80d7785ed5 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 15:21:27 +02:00
Gris Ge
f4910af690 Upgrade to libstoragemgmt 1.4.0
- Add Python3 support.
 - New sub rpm package python3-libstoragemgmt.
 - Add support of lmiwbem(this rpm use pywbem instead).
 - Allow plugin test to be run concurrently.
 - Bug fixes:
    * Fix megaraid plugin for dell PERC.
    * Fix local disk rotation speed query on NVMe disk.
    * Fix lsmcli incorrect try-expect on local disk query.
    * Fix all the gcc compile warnings.
    * Fix the obsolete usage of AC_OUTPUT in configure.ac.
 - Library adds:
    * Query serial of local disk:
        lsm_local_disk_serial_num_get()/lsm.LocalDisk.serial_num_get()
    * Query LED status of local disk:
        lsm_local_disk_led_status_get()/lsm.LocalDisk.led_status_get()
    * Query link speed of local disk:
        lsm_local_disk_link_speed_get()/lsm.LocalDisk.link_speed_get()
2017-02-23 22:25:06 +08:00
Fedora Release Engineering
3903fe5393 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 19:31:05 +00:00
Gris Ge
b8d352cce6 New upstream release 1.3.5 2016-09-27 22:01:31 +08:00
Tony Asleson
24df6ad673 argparse requirement removed, not needed
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2016-09-21 12:22:00 -05:00
Fedora Release Engineering
8abfd98835 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 07:47:06 +00:00
Tony Asleson
e5f7caa1b6 Update to release 1.3.2
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2016-05-18 15:04:32 -05:00
Tony Asleson
c6169e578f Skip make check
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2016-05-13 11:57:48 -05:00
Tony Asleson
7ea924b158 Update to release 1.3.1
Note: Fixed some rpmlint warnings too

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2016-05-13 09:50:49 -05:00
Dennis Gilmore
310311f669 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 03:58:48 +00:00
Gris Ge
76d0762469 Update to 1.2.3
Signed-off-by: Gris Ge <fge@redhat.com>
2015-06-24 15:50:01 +08:00
Gris Ge
1cac7eb8a3 Update to 1.2.1
Signed-off-by: Gris Ge <fge@redhat.com>
2015-06-19 19:00:46 +08:00
Dennis Gilmore
8c09b04528 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 17:22:41 +00:00
Kalev Lember
2fb5fbf82e Rebuilt for GCC 5 C++11 ABI change 2015-05-02 15:33:12 +02:00
Tony Asleson
a5a7b60c16 Add pkg upgrade path for ibm-v7k-plugin
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2015-01-16 10:34:53 -06:00
Tony Asleson
f289957c4c Update to 1.1.0
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-12-04 15:22:22 -06:00
Tony Asleson
e1acb354d4 Specify udev files to /usr/lib dir instead of /lib
More recent versions of Fedora use symlinks for /lib to /usr/lib.
Change paths in spec file to use the expected /usr/lib for udev
files.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-10-08 12:42:59 -05:00
Tony Asleson
ded0b223cc Move command line python files to python package
We cannot have files that have a py extension in packages that are
not in noarch rpm.  This is to prevent a user from installing both
32bit and 64bit packages on the same system from having signature
conflicts for the compiled python files (pyc).

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-10-08 10:04:02 -05:00
Tony Asleson
3b31b02a85 Bug fix release
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-10-01 11:07:36 -05:00
Tony Asleson
6266e6644b Use correct tmpfiles.d dir (BZ 1122117)
ref. https://bugzilla.redhat.com/show_bug.cgi?id=1122117

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-10-01 11:05:57 -05:00
Tony Asleson
d2e8d49442 Use new systemd macros (BZ 850185)
ref. https://bugzilla.redhat.com/show_bug.cgi?id=850185

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-09-30 15:50:54 -05:00
Tony Asleson
0dd3a1e7ac Update to 1.0.0
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-09-07 11:28:46 -05:00
Peter Robinson
f4432833c6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 06:11:39 +00:00
Tony Asleson
9af18a8eb6 Update to version 0.1.0
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-07-07 18:53:40 -05:00
Dennis Gilmore
51f2070a85 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 00:35:48 -05:00
Tony Asleson
a3d569f223 Update to version 0.0.24
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2014-01-30 12:01:35 -06:00
Tony Asleson
a6a8eec192 Update to version 0.0.23
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-11-27 16:22:41 -06:00
Tony Asleson
6e5ab59c6e Update to version 0.0.22
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-08-12 16:59:01 -05:00
Dennis Gilmore
daffc1baf2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 02:08:10 -05:00
Tony Asleson
a8180c3e6c Update to version 0.0.21
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-07-16 13:04:32 -05:00
Tony Asleson
67a963b3fe New upstream release
In addition:
- Separate package for python libraries
- Make timestamps match on version.py in library
- Add python-paramiko requirement for IBM plug-in

Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-05-28 08:34:55 -05:00
Tony Asleson
ddd4a1b626 Update to version 0.0.19
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-04-22 11:31:46 -05:00
Tony Asleson
9daa9d4b70 update to version 0.0.18
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-03-10 17:29:38 -05:00
Tony Asleson
abc30e9e3e Update to version 0.0.17
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-01-31 16:04:26 -06:00
Tony Asleson
335e988996 Update to version 0.0.16
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2013-01-02 16:47:28 -06:00
Tony Asleson
cdc72a1ce7 Update to version 0.0.15
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2012-11-27 15:13:21 -06:00
Tony Asleson
aeda5db865 Update to version 0.0.13
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2012-10-03 12:14:00 -05:00
Tony Asleson
6526345ba7 Update to version 0.0.12
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2012-09-18 10:15:04 -05:00
Tony Asleson
0f593de634 Update to version 0.0.11
Signed-off-by: Tony Asleson <tasleson@redhat.com>
2012-08-13 13:44:09 -05:00
Dan Horák
6d24279714 detect also non-x86 arches in Pegasus check 2012-07-27 13:36:06 +02:00
Dennis Gilmore
bae113a33b - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 16:18:20 -05:00
Tony Asleson
30083b0aa6 Initial import (#807472) 2012-06-19 13:52:44 -05:00
Fedora Release Engineering
4df88e9550 Initial setup of the repo 2012-06-19 16:28:03 +00:00