57 Commits

Author SHA256 Message Date
8c46dce823 - Update to version 2.0.37.1+git.ed1a49ee:
* Some broken BMCs use an invalid padding length of 16
  * Move to version 2.0.37
  * lanserv: Add sysinfo.h to the makefile include list
  * lanserv: Set length on get chassis capability response
  * ipmi_sim: On a watchdog reset, stop the timer before starting
  * lanserv: Add platform event command handling

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=79
2025-09-19 13:15:31 +00:00
30af4b2558 - Update to version 2.0.36.56+git.0a3a991:
* lanserv: Mark serial channels special
  * sol: Refcount sol instance in ipmid_changed
  * lanserv: Set the channel info accurately for system interface
  * lanserv: Allow serial IPMI connections on channels besides 15
  * lanserv: Add limits to the receive queue
  * lanserv: Add timing for messages
  * lanserv: Fix a bug in response handling for LAN messages
  * lanserv: Yet another message dup bug
  * lanserv: Fix a bug in message duplication
  * lanserv: Remove one more unnecessary memset
  * lanserv: Remove unnecessary memsets
  * lanserv: Add the cmd to the things check for response matching
  * lanserv: Add a function to allocate and free message
  * lanserv: Fix a memory leak
  * lanserv: Don't allocate a new message for SMI handling
  * lanserv: Rework naming and message handling a bit
  * lanserv: More malloc/free cleanups
  * lanserv: Clean up memory handling
  * lanserv: Remove functions from channel and use sysinfo
  * lanserv: Create and use a message queue type
  * lanserv: Separate out the receive queue
  * lanserv: Reduce the size of the sim_addr_t passed around
  * lanserv: Get lun 2 commands working
  * lanserv: Rework receive queue to not have a dummy first byte
  * lanserv: More message routing work
  * lanserv: More work on the message routing
  * lanserv: More rework
  * lanserv: More work on restructure
  * lanserv: Rework address names
  * lanserv: More restructuring on message handling
  * lanserv: Move check_msg_length() to serv.c
  * lanserv: Round-robin sessions
  * lanserv: Rework the send message handling
  * lan: Don't set reponse LUN to 2 in bridged messages
  * lanserv: Allow RMCP authtype for no session messages
  * github: Add readline to the dependencies
  * Remove support for UCD SNMP
  * ipmish: Fix snmp trap handling
  * lanserv: Use ssize_t for the return value of read()
  * lanserv: Get rid of the rmcpplus session member
  * lanserv: Preserve handle when clearing session data
  * lanserv: Don't allow user 0 to be configured
  * utils:md5: Handle data for md5 cannot be NULL
  * lanserv: Validate message ordering at authentication
  * lanserv: Don't assign session privilege until after auth is done
  * lanserv: Clear out session data on a close
  * utils: Check for NULL before freeing MD5 data
  * lib:lan: Reject a zero sid
  * sample: Fix data parsing in ipmicmd
  * ui: Pass in a sockaddr_in to SNMP trap handler
  * Fix gen_random()
  * lanserv: Check that authdata is initialized before cleanup

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=77
2025-04-14 09:13:28 +00:00
e83281a623 Accepting request 1203870 from home:trenn:branches:systemsmanagement
- Fix bsc#1229910 CVE-2024-42934 by below 2 patches:
  * lanserv: Fix an issue with authorization range checking
  * lanserv: Check some bounds on incoming messages
- Remove mainlined patches:
D OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch
D OpenIPMI-c99.patch
- Update to version 2.0.36.4+git.c114912:
  * strings: Fix an incorrect string in sensor type 0x1f
  * lanserv: Check that message and negotiated authtypes are the same
  * Update some strings for newer IPMI standards
  * Fix error report in startup_set_sel_time
  * Move to version 2.0.36
  * lanserv: Fix an issue with authorization range checking
  * lanserv: Fix an issue logging an error on a message
  * include: Add a doc for the lifetime of ipmi_entity_get_fru()
  * Move to version 2.0.35
  * lanserv: Check some bounds on incoming messages
  * Create SECURITY.md
  * swig: Cast some values to get proper passing of values
  * sample: Fix an snprintf overflow issue
  * ui: Fix an snprintf overflow issue
  * Add github actions
  * cmdlang: Remove yet more dead code
  * swig: Remove a double free
  * ui: More print issues
  * sensor: Remove more dead code
  * swig: Fix more resource leaks
  * Finish up error updates
  * ui: Fix a ton of formatting errors
  * cmdlang: Remove some dead code

OBS-URL: https://build.opensuse.org/request/show/1203870
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=75
2024-09-26 14:28:11 +00:00
Christian Wittmer
eb2919fbb1 Accepting request 1181526 from home:jamborm:gcc14fixes
- Add OpenIPMI-c99.patch in order to make the package buildable with
  GCC 14.  Patch comes from upstream
  https://sourceforge.net/p/openipmi/patches/38/ [[boo#1225871]]

OBS-URL: https://build.opensuse.org/request/show/1181526
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=72
2024-06-27 12:05:20 +00:00
9ac78ca4ae Accepting request 979226 from home:trenn:branches:systemsmanagement
- Update to version 2.0.32.3+git.05faa36e:
  * entity: Handle NULL entity in internal_fru_fetch_done()
  * entity: Keep the entity around duringa FRU fetch
  * Move to version 2.0.32
  * Fix readline and python support
  * sol: Fix multiple flush queuing issue
- Patches that are mainline:
D    fix-conversions.patch
D    unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch
D    lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch
- Refreshed patches not yet mainline:
M    openipmi-tinfo.patch
M    fix_dia_version_detection.patch

OBS-URL: https://build.opensuse.org/request/show/979226
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=71
2022-05-25 15:35:44 +00:00
225fad6f85 Accepting request 975918 from home:bnavigator:branches:systemsmanagement
- Add OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch
  which updates m4/ax_python_devel.m4 to serial25, retaining
  upstreams PYTHON_VERSION addition, before the bootstrap runs
  automake, because the new serial 25 can deal with
  Python 3.10 version strings and deprecation of distutils.

OBS-URL: https://build.opensuse.org/request/show/975918
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=69
2022-05-10 08:44:34 +00:00
efe37892dc Accepting request 973286 from home:jengelh:branches:systemsmanagement
- Resolve rpmlint report "libOpenIPMI0.x86_64: E:
  shlib-policy-name-error SONAME: libOpenIPMIui.so.1, expected
  package suffix: 1"
- Trim manual library Provides. Prospective users (packages) ought
  to let rpm find the dependencies (and their name is usually
  "libIPMIlanserv.so.0()(64bit)" not "libIPMIlanserv".

OBS-URL: https://build.opensuse.org/request/show/973286
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=67
2022-05-03 04:48:36 +00:00
Klaus Kämpf
a34c555431 Accepting request 924946 from home:trenn:branches:systemsmanagement
- Fix file conflict with old python2 version (bsc#1190999):
found conflict of OpenIPMI-python-2.0.25-7.3.1.x86_64 with OpenIPMI-python3-2.0.31-1.1.x86_64
  /usr/bin/openipmigui
  /usr/share/man/man1/openipmigui.1.gz

OBS-URL: https://build.opensuse.org/request/show/924946
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=66
2021-10-18 09:43:12 +00:00
3e390a39d7 Accepting request 921956 from home:trenn:branches:systemsmanagement
- Add latest mainline fixes:
A    lanserv-Add-the-judgment-on-the-validity-of-length-in-emu_cmd.c-and-session-in-lanserv_ipmi.c.patch
A    unix_thread-Remove-the-fd-handler-sets-before-it-s-set-up.patch 

- Update to version 2.0.31
  Adopted patches to latest sources:
M    OpenIMPI-add-libncurses.patch
M    OpenIPMI-no-return-in-nonvoid-function.patch
M    OpenIPMI-prefer_perl_vendor.patch
M    fix_dia_version_detection.patch
M    openipmi-tinfo.patch

- Use Python3 instead of Python2 (bsc#1190999).

OBS-URL: https://build.opensuse.org/request/show/921956
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=64
2021-09-28 08:36:49 +00:00
510144825a Accepting request 903131 from home:mcepl:branches:systemsmanagement
- Use Python3 instead of Python2.

OBS-URL: https://build.opensuse.org/request/show/903131
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=63
2021-06-30 06:35:50 +00:00
7b733ed769 Accepting request 877754 from home:mgerstner:branches:systemsmanagement
- drop -fPIC from CFLAGS which breaks our gcc-PIE profile resulting in
  non-position independent binaries and thus weakened security (bsc#1183046).

OBS-URL: https://build.opensuse.org/request/show/877754
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=61
2021-03-11 14:20:43 +00:00
c94635f6a6 Accepting request 827440 from home:dirkmueller:branches:systemsmanagement
- update to 2.0.29:
  * changelog not available

OBS-URL: https://build.opensuse.org/request/show/827440
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=59
2020-08-24 11:34:44 +00:00
Lars Vogdt
f4f98f1b49 Accepting request 765861 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/765861
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=57
2020-01-26 22:05:19 +00:00
05b1d38ef9 Accepting request 685757 from home:jengelh:sct
- Use noun phrase in summary. Remove em dashes from summaries.
- Implement shared library packaging policy.

OBS-URL: https://build.opensuse.org/request/show/685757
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=55
2019-03-29 10:47:58 +00:00
c0dad2dace Accepting request 635048 from home:jengelh:branches:systemsmanagement
- Use noun phrase in summary. Ensure neutrality of description.
- Update unspecific summaries of subpackages.
- Drop --with-pic which is only relevant for static libs.
- Speedier /usr/bin/find call.

OBS-URL: https://build.opensuse.org/request/show/635048
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=53
2018-09-12 10:05:52 +00:00
4d6bd7de74 I also had to add the bootstrap file which seem to exist in git sources
but not in the exported tarball, even it is not listed in .gitignore:
A bootstrap

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=51
2018-09-10 15:36:17 +00:00
39a1e9c7f0 Accepting request 634245 from home:trenn:branches:systemsmanagement
- Update to latest version 2.0.25 plus latest fixes:
- A    OpenIPMI-2.0.25..HEAD_git.diff
Patch to latest git commit:
commit 4ac55d7dc7016c9e5f0c474f69f4e64e7aacac42
Date:   Wed Jul 18 13:59:29 2018 -0500
    unix: Add a way to clear fd handlers with no callbacks
- Adjusted patches:
M    0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch
M    fix-conversions.patch
M    OpenIPMI-prefer_perl_vendor.patch
M    openipmi-tinfo.patch
- Fix build service error (use /usr/bin/python3 in shebang instead of env
A    use_python3_shebang
- Build documentation (IPMI.pdf) ourselves as IPMI.pdf vanished from sources
  For this quite some build requires had to be added as well
A    fix_dia_version_detection.patch

OBS-URL: https://build.opensuse.org/request/show/634245
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=47
2018-09-07 16:03:04 +00:00
b7637c745a Accepting request 625318 from home:dimstar:Factory
- Replace usage of deprecated py_sitedir macro with
  python_sitearch.

OBS-URL: https://build.opensuse.org/request/show/625318
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=45
2018-07-29 07:55:23 +00:00
e517209ae3 Accepting request 567733 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/567733
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=43
2018-01-23 13:17:54 +00:00
Josef Möllers
8e4c1fe819 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=42 2018-01-15 11:21:02 +00:00
Josef Möllers
ce5b094f9d OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=41 2018-01-15 11:08:23 +00:00
c30acc4854 Accepting request 544645 from home:RBrownSUSE:branches:systemsmanagement
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544645
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=39
2017-11-24 09:44:09 +00:00
Klaus Kämpf
235c928d5a Accepting request 528654 from home:jmoellers:branches:systemsmanagement
OBS-URL: https://build.opensuse.org/request/show/528654
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=38
2017-09-27 13:26:16 +00:00
55b175b51f Accepting request 506477 from home:scarabeus_iv:branches:systemsmanagement
- Version update to lates trelease 2.0.23:
  * There is no longer actively updated changelog
  * Various bugfixes since last git pull from 2016-02-26
- Drop OpenIPMI-libtool.patch which was merged upstream
- Drop OpenIPMI_2.0.21_to_HEAD.patch patch as it is no longer
  needed
- Add patch openipmi-tinfo.patch to detect tinfo properly
- Add patch to fix OpenIPMIpthread pc file (from Fedora)
  0001-Apply-OpenIPMI-2.0.18-pthread-pkgconfig.patch.patch
- Add patch to not bundle libedit (from Fedora)
  0003-Apply-OpenIPMI-2.0.21-nobundle.patch.patch

OBS-URL: https://build.opensuse.org/request/show/506477
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=36
2017-06-29 12:50:18 +00:00
Klaus Kämpf
2754029346 Accepting request 427703 from home:fgerling:branches:systemsmanagement
- Update spec file to properly install sysconfig.ipmi (bsc#989985, bsc#988443)

OBS-URL: https://build.opensuse.org/request/show/427703
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=34
2016-09-15 07:01:31 +00:00
4fabd2e832 Accepting request 368049 from home:dimstar:Factory
- Remove one occurence of perl_requires: once is sufficient.

OBS-URL: https://build.opensuse.org/request/show/368049
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=32
2016-03-08 10:56:50 +00:00
62c63fbc45 Accepting request 367731 from home:trenn:branches:systemsmanagement
- Fix perl requires by using the pre-defined macro (bsc#969576)

OBS-URL: https://build.opensuse.org/request/show/367731
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=31
2016-03-07 16:30:55 +00:00
19b9ab6a43 Accepting request 361826 from home:trenn:branches:systemsmanagement
- Update to latest git commit:
  a01bbe94efff3a5f239b3b5440c8..052d36ec88515c1b1177faa442833e3
Add: OpenIPMI_2.0.21_to_HEAD.patch
Removed modifications for:
 - lanserv/ipmi_sim_chassiscontrol
 - lanserv/marvell-bmc/TODO
due to git repo inconsistencies
- Some spec file cleanups obs complained about
  -> also spec-cleaner run through

OBS-URL: https://build.opensuse.org/request/show/361826
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=29
2016-02-26 14:57:39 +00:00
Klaus Kämpf
d2b9526189 Accepting request 284698 from home:dimstar:Factory
- Do not try to register/deregister OpenIPMI.info.gz in post/postun
  of the devel package: we do not install such a file.

OBS-URL: https://build.opensuse.org/request/show/284698
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=27
2015-02-08 05:20:09 +00:00
51b69a2dd8 Accepting request 262394 from openSUSE:Factory:Staging:E
- Replace systemd BuildRequires with pkgconfig(systemd): we do not
  require the full installation / dep chain of systemd.

OBS-URL: https://build.opensuse.org/request/show/262394
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=23
2014-11-20 14:17:08 +00:00
Klaus Kämpf
603bf60355 Accepting request 258381 from home:posophe:branches:systemsmanagement
Move to systemd

OBS-URL: https://build.opensuse.org/request/show/258381
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=21
2014-10-28 07:15:46 +00:00
e3af5c407d Accepting request 240957 from home:trenn:branches:systemsmanagement
- Split OpenIPMI into base package and OpenIPMI-python
  OpenIPMI-python gets OpenIPMI python library and openipmigui which is
  a python based gui.
  Like above the OpenIPMI base package does not need python-tk and tix
  packages any more.

OBS-URL: https://build.opensuse.org/request/show/240957
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=20
2014-07-14 16:44:02 +00:00
Klaus Kämpf
efc979a527 - Update to 2.0.21
Bugfix release
  - marvell: Add a command to directly set the duty cycle of the fans.
  - The IANA numbers are supposed to be in bytes 2-4 off responses to
    IANA commands, but they were not being put there.  Fix this in the
    main IANA handling to do this automatically, and modify the
    command handling to strip the IANA from the command and add it to
    a message field.  This makes handling of IANA commands more
    natural and allows standard message response generation to work.
  - Drop upstreamed patches:
    tcl-includes-moved.patch, new-names-for-new-variables,
    OpenIPMI-popt.patch, OpenIPMI-2.0.16-larger-ipmibuf.patch,
    do-fclose.patch, bug-854693_segv_sol.patch

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=17
2014-02-13 09:35:08 +00:00
12f42c8f9b - Update to 1.2.9. Without fixing build warnings for now..
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=15
2014-01-09 15:08:25 +00:00
Klaus Kämpf
57b58cf51d - Fix SLE 11 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=13
2013-10-04 08:31:57 +00:00
Klaus Kämpf
8bfd991f5f - Suffix all patches with .patch
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=12
2013-10-04 08:00:00 +00:00
Klaus Kämpf
83c696aed6 - Update to 2.0.20-rc1
* Rename lanserv_emu to ipmi_sim, and modify ipmi_sim to use
    the OS handler.
  * lanserv, man: Did a massive restructure of lanserv and the
    IPMI simulator for supporting a VM interface.
  * Many bugs fixed

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=10
2012-11-15 12:40:39 +00:00
Klaus Kämpf
855f69c7a8 Accepting request 133728 from home:coolo:branches:openSUSE:Factory
- use %perl_requires

OBS-URL: https://build.opensuse.org/request/show/133728
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=8
2012-09-12 15:29:58 +00:00
07628e4251 Accepting request 132815 from home:duwe:branches:systemsmanagement
- fix bnc#714634

OBS-URL: https://build.opensuse.org/request/show/132815
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=7
2012-09-05 15:12:37 +00:00
Stephan Kulow
b1b98b5c11 Accepting request 91522 from home:coolo:removelibtool
- add libtool as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/91522
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=5
2011-11-16 16:22:08 +00:00
Klaus Kämpf
897b5d2f73 Accepting request 89103 from home:pbleser:branches:systemsmanagement
- fix mtime on python .pyc files
- remove python .pyo files (they're useless)
- add reload to init script, which fails with exit code 3 as it is not
  implemented
- update to 2.0.19 (cumulated):
  * ipmi.init - Initscripts should be idempotent, meaning you can safely call
    "start" multiple times in a row and receive a success each time if the
    service is running. This requirement is mentioned in the LSB Spec, version
    3.1, section 20.2.
  * lib/sensor.c: Change the "share count" checking to check if share count is
    > 1, not > 0, because some silly machines set the value to one when they
    should set it to zero, and one is a silly setting
  * add a cache option

OBS-URL: https://build.opensuse.org/request/show/89103
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/OpenIPMI?expand=0&rev=4
2011-10-28 18:37:38 +00:00
Sascha Peilicke
a13bd8fa76 Autobuild autoformatter for 66168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=21
2011-04-06 07:30:55 +00:00
Sascha Peilicke
d449734695 Accepting request 66168 from systemsmanagement
Accepted submit request 66168 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/66168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=20
2011-04-06 07:30:46 +00:00
OBS User autobuild
7cddec3bbb Accepting request 40440 from systemmanagement
Copy from systemmanagement/OpenIPMI based on submit request 40440 from user duwe

OBS-URL: https://build.opensuse.org/request/show/40440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=16
2010-05-23 22:24:15 +00:00
OBS User autobuild
92c749d31e Accepting request 34929 from systemmanagement
Copy from systemmanagement/OpenIPMI based on submit request 34929 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=14
2010-03-16 16:41:08 +00:00
OBS User autobuild
e5236dcb45 Accepting request 17618 from systemmanagement
Copy from systemmanagement/OpenIPMI based on submit request 17618 from user coolo

OBS-URL: https://build.opensuse.org/request/show/17618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=12
2009-08-13 16:11:13 +00:00
OBS User unknown
4810791242 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=11 2009-03-02 23:51:29 +00:00
OBS User unknown
ad591c26d0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=10 2008-09-15 10:20:38 +00:00
OBS User unknown
7f3a92b24f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=9 2008-05-06 21:53:41 +00:00
OBS User unknown
4a5333f5dd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/OpenIPMI?expand=0&rev=8 2008-04-17 15:54:26 +00:00