Package Release Info

librtas-doc-2.0.2-bp152.2.6

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

librtas-doc

Change Logs

* Mon Jul 02 2018 jloeser@suse.com
- version update to 2.0.2 (fate#324947)
  * interface for ibm,physical-attestation rtas call
* Tue Aug 29 2017 jloeser@suse.com
- add missing references for SLE merge:
  * bsc#902243
  * fate#321599
  * fate#318014
* Mon Apr 03 2017 jloeser@suse.com
- adjust url/source
* Mon Oct 10 2016 jloeser@suse.com
- version update to 2.0.1 (fate#323766)
  * Fix endianess issue in errinjct rtas call
- added patches:
  * librtas.fix_doc_path.patch
- removed patches:
  * librtas.bug-985643_open_RTAS_error_facility.patch
  * librtas-failedmagic.patch
* Mon Jul 25 2016 jloeser@suse.com
- fix for opening RTAS error injection facility (bsc#985643)
- added patches:
  * librtas.bug-985643_open_RTAS_error_facility.patch
* Mon Jun 27 2016 normand@linux.vnet.ibm.com
- version update to 2.0.0 (bsc#981294)
  * SO version change from 1 -> 2
  * generate static libraries
  * minor fixes (see Changelog)
* Mon Jun 13 2016 mlin@suse.com
- Split off documents to -doc sub-package
  * We can't really add doxygen to Ring0 which required by -doc
* Wed Mar 02 2016 jloeser@suse.com
- version update to 1.4.0 (FATE#319934)
  - see Changelog under librtas-1.4.0/Changelog
* Wed Oct 29 2014 jloeser@suse.com
- version update to 1.3.13
  see changelog for changes
* Fri Sep 05 2014 jengelh@inai.de
- RPM group classification; add project web locations
* Fri Sep 05 2014 jloeser@suse.com
- version update to 1.3.12 (BNC#894854)
  - get_sensor, set_sensor: Handle big endian data in little endian
  - fix for sc_platform_dump endian handling
* Thu Jul 03 2014 pth@suse.de
- Update to 1.3.11 (bnc#884710:
  * README: documentation on handling endianness
  * librtas: Little endian support in syscalls
  See Changelog in the package documentation for the full changes
  documentation.
- Refresh librtas-failedmagic.patch.
- Packege Changelog
- No need to remove and create buildroot, that's done by osc.
* Tue Mar 25 2014 jloeser@suse.com
- version update to 1.3.10 (BNC#870006)
  see changelog for change
* Tue Mar 04 2014 jloeser@suse.com
- change license to CPL-1.0 (see COPYRIGHT)
* Tue Mar 04 2014 jloeser@suse.com
- version update to 1.3.9 (BNC#866674)
  see changelog for changes
* Mon Dec 09 2013 dvaleev@suse.com
- enable ppc64le
* Sun Feb 24 2013 dvaleev@suse.com
- Update to 1.3.8
  * Identify Platform Resource Reassignment Notifications (PRRN)
* Fri Dec 28 2012 dvaleev@suse.com
- update to 1.3.7
  librtas allocates buffer space (required for RTAS call) in the
    RTAS private     memory area through sc_get_rmo_buffer() which
    internally allocates memory     and protects it by acquiring
    lock on the allocated memory area.
    Locking function :
    At present acquire_file_lock() tries to lock the particular
    memory area. If the memory area is already locked then it
    returns error without retrying.
    So when two process executes rtas call simultaneously one fails
    with "Unknown librtas I/O" error.
    This patch introduces "Wait for lock to be available" instead
    of returning with IO error.
- fixed minor memory leak in librtas.so
* Tue Jan 31 2012 jengelh@medozas.de
- Remove redundant tags/sections per specfile guideline suggestions
- Parallel building using %_smp_mflags
* Mon Nov 14 2011 dvaleev@suse.com
- update -> 1.3.6
  - changes and small fixes in regards to lib64 support mostly
- split up devel, doc packages
- split librtas1 package according shared library policy
- patch refresh
- fix baselibs.conf
- fix %files permission