Commit graph

135 commits

Author SHA1 Message Date
Gabriel Krisman Bertazi
8f3500f717 Update RPM spec file to use Autotools.
This commit adapts the spec to use the autotools build system.

Signed-off-by: Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
2015-03-05 11:51:10 -06:00
Wen Xiong
5b1162b330 iprutils: Bump up iprutils version to 2.4.5
This patch moves up iprutils verison to 2.4.5

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-11-07 15:32:35 -06:00
Wen xiong
9c087348af iprutils: Bump up iprutils version to 2.4.4
This patch moves up iprutils verison to 2.4.4

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-09-08 12:37:08 -05:00
Wen xiong
53ffc8b521 iprutils: Bump iprutils version to 2.4.3
This patch moves up iprutils version to 2.4.3

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-09-02 10:26:54 -05:00
Wen Xiong
eaa49e68b0 iprutils: Bump version to 2.4.2
Move up iprutils version to 2.4.2

signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-06-10 14:47:22 -05:00
Daniel Kreling
303a8823cc iprutils: implementing systemd support
iprutils daemon files (iprdump.service, iprinit.service and
iprupdate.service) were created and housed on systemd directory.
In the file system, they should be sent to /usr/lib/systemd/system.
iprutils.spec was adapted to support the changes and manage
those service files.

Signed-off-by: Daniel Kreling <kreling@imap.linux.ibm.com>
2014-05-02 13:25:58 -03:00
Daniel Kreling
6a456f2a1f Revert " iprutils: adding systemd files and bumping version to 2.4.2"
This reverts commit f86797143e.
2014-04-30 16:42:02 -03:00
Daniel Kreling
f86797143e iprutils: adding systemd files and bumping version to 2.4.2
Criated iprinit.service, iprdump.service and iprupdate.service files to
provide support to distros using systemd instead of init.d. Also by doing
that, we're bumping to version 2.4.2.

    Signed-off by: Daniel Kreling <dkreling@imap.linux.ibm.com>
2014-04-30 14:42:51 -03:00
Wen Xiong
b6f78cc14e iprutils: Move up to iprutils 2.4.1
Move up iprutils version to 2.4.1.

Signed-off-by : Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-04-08 12:26:24 -05:00
Wen Xiong
ebcfecec64 Subject: iprutils: Move up ipruitls to 2.4.0
This patch moves up iprutils to 2.4.0.

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-03-11 13:58:49 -03:00
Wen Xiong
77b15d9d0d Subject: iprutils: Move up iprutils verion to 2.3.18
The patch moves up iprutils version to 2.3.18

Signed-off-by: Wen Xiong<wenxiong@linux.vnet.ibm.com>
2014-02-07 14:24:45 -06:00
Wen Xiong
e7460f4198 Subject: iprutils: Update iprutils version to 2.3.17
Update iprutils version to 2.3.15

signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2014-01-31 16:25:15 -06:00
Wen Xiong
540af6c0f2 iprutils: move up iprutils version to 2.3.16
This patch moves iprutils version to 2.3.16

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-11-05 13:50:11 -06:00
Wen Xiong
363a097549 iprutils: Update iprutils version to 2.3.15
Update iprutils version to 2.3.15.

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-07-03 10:56:27 -05:00
Wen Xiong
c2ec99ed69 iprutils: Downgraded iprutils version to 2.3.14
To drop a fix in ipruils 2.3.15. Downgraded iprutils version to 2.3.14.

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-07-03 10:08:20 -05:00
Wen Xiong
491ab4c4c3 iprutils: Update iprutils version to 2.3.15
Update iprutils version to 2.3.15.

Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-06-28 11:08:47 -05:00
Wen Xiong
a4794bdc97 iprutils: update the version for the 2.3.14 release
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
2013-05-07 15:28:36 -05:00
Kleber Sacilotto de Souza
41a82b4879 iprutils: update the version information for the 2.3.13 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2012-12-04 19:42:12 -02:00
Kleber Sacilotto de Souza
2aa629499f iprutils: fix release date on the spec file
The rpm spec file had a wrong date format on the %changelog section,
generating errors when compiling the package. This patch fixes the date
format.

Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2012-12-03 15:16:09 -02:00
Kleber Sacilotto de Souza
87d206a24c iprutils: change %post and %preun sections of spec file
Not all distros provide an interface to install_initd and remove_initd
that is compliant to the LSB specification, requiring more parameters
to be given than just the path to the init script. In such cases, it is
preferred to use chkconfig when available.

Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2012-11-22 11:09:28 -02:00
Wen Xiong
44607dc8d7 iprutils: Update version information for 2.3.12 release
Update version information for 2.3.12 release.

Signed-off-by: wenxiong@linux.vnet.ibm.com
2012-09-05 14:26:57 -05:00
Kleber Sacilotto de Souza
37690cdc9d iprutils: update the version information for the 2.3.11 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2012-06-12 14:48:02 -03:00
Kleber Sacilotto de Souza
8c94ac7a4f iprutils: update the version information for the 2.3.10 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2012-04-02 16:58:23 -03:00
Kleber Sacilotto de Souza
ebd1142d30 iprutils: update the version information for the 2.3.9 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2011-12-16 12:17:01 -02:00
Kleber Sacilotto de Souza
ea98944a9a iprutils: update the version information for the 2.3.8 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2011-11-24 14:45:52 -02:00
Kleber Sacilotto de Souza
a1bcd6711b iprutils: update the version information for the 2.3.7 release 2011-08-18 21:41:48 -03:00
Kleber Sacilotto de Souza
a9a6e26077 iprutils: update the version information for the 2.3.6 release 2011-07-14 13:49:52 -03:00
Kleber Sacilotto de Souza
8b15ab9574 iprutils: update the version information for the 2.3.5 release 2011-06-16 16:21:07 -03:00
Kleber Sacilotto de Souza
b8cb3b0911 iprutils: update the version information for the 2.3.4 release 2011-04-27 15:06:57 -03:00
Wayne Boyer
bdd0238b39 bump the version and update the spec file 2011-03-07 14:52:11 -08:00
Kleber Sacilotto de Souza
b87d6d7d24 iprutils: Update the version information for the 2.3.2 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2010-11-18 12:56:26 -02:00
Kleber Sacilotto de Souza
3e09808a54 iprutils: Update the version information for the 2.3.0 release
Signed-off-by: Kleber Sacilotto de Souza <klebers@linux.vnet.ibm.com>
2010-11-12 13:27:25 -02:00
Kleber Sacilotto de Souza
6ed2d3ccc9 Update the version information for the 2.3.0 release 2010-08-13 16:09:18 -03:00
Kleber Sacilotto de Souza
59e71cda1c Update the version information for the 2.2.21 release 2010-05-10 17:34:33 -03:00
Kleber Sacilotto de Souza
8cca65671f Update the version information for the 2.2.20 release 2010-04-07 14:59:31 -03:00
Kleber Sacilotto de Souza
ed4a0f0801 Update the version information for the 2.2.19 release 2010-03-19 11:33:38 -03:00
klebers
1ba7fa46c3 Change default write buffer mode. Fix show-details for ses devices. Comment out get_write_buffer_dev. Fix Platform Location information. Fix iprconfig indentation. 2009-10-30 18:46:39 +00:00
wboyer
1add13d903 Fixes a NULL pointer dereference which caused the daemons to silently fail. 2009-09-16 23:38:05 +00:00
wboyer
a66ddbc2b8 memory leak fixes and raid create fix 2009-08-14 17:36:31 +00:00
wboyer
a6b87e63ed fixes for disable IOA caching and fix for IOA cache reclaim timeout problem 2009-06-30 23:32:40 +00:00
wboyer
7b2f28e47c Adds support for SSDs and disabling IOA cache. 2009-04-09 00:25:11 +00:00
wboyer
335a13040d A few more active/active updates and fixes, also support new kevent paths 2008-11-20 01:20:20 +00:00
wboyer
b439704c40 Additional GUI support and fixes for the active-active functionality. 2008-10-23 17:11:20 +00:00
wboyer
425b577050 Add support for the asymmetric access functionality 2008-09-26 20:54:10 +00:00
wboyer
edb6130e5c Add support for the array migration functionality. 2008-08-14 01:12:52 +00:00
tsenglin
af593a1072 Change disk microcode download device to /dev/sdX 2008-05-14 20:17:08 +00:00
tsenglin
96cafe73b9 Release 2.2.9 2008-04-09 19:54:41 +00:00
brking
ba9d17e758 Release 2.2.8 2007-09-20 15:59:51 +00:00
brking
087cb778a6 Add support for settings dual adapter HA mode 2007-09-04 21:05:10 +00:00
brking
20f1aeef97 init.d script fixes 2007-08-21 18:56:01 +00:00