Changelog for
dmraid-debuginfo-1.0.0.rc16-40.4.x86_64.rpm :
* Mon Nov 10 2014 dimstarAATTopensuse.org- Own /usr/lib/tmpfiles.d: in the past, we were lucky for another package in the build dependency chain to own this for us, but in fact we should do it ourselves (bnc#942987)
* Fri Jul 25 2014 jeffmAATTsuse.com- Rename README.SuSE to README.SUSE (bnc#889025).
* Fri Jun 13 2014 trennAATTsuse.de- Use rpm macros to only trigger one initrd rebuild per install/update
* Wed May 21 2014 jsegitzAATTnovell.com- added necessary macros for systemd files
* Fri Sep 13 2013 crrodriguezAATTopensuse.org- Fix Makefiles so they support DESTDIR Added: dmraid-destdir.patch- add tmpfiles.d so runtime directories are properly created- Remove sysvinit support and replace it for native systemd support. Added: dmraid-activation.service Removed: boot.dmraid
* Tue Jul 23 2013 oheringAATTsuse.de- Remove usage of absolute paths in initrd- Remove some checks from mkinitrd scripts, they are always true- List all used binaries in programs tag
* Wed Nov 28 2012 rmilasanAATTsuse.com- Move lock file to /run/lock so it wont interfere with systemd.
* Mon Jul 09 2012 cfarrellAATTsuse.com- license update: GPL-2.0 See lib/register/dmreg.c and tools/dmevent_tool.c (both have GPL-2.0 license)
* Mon Jan 09 2012 ajAATTsuse.de- Add automake as buildrequires.
* Tue Dec 20 2011 cooloAATTsuse.com- add autoconf as buildrequire to avoid implicit dependency
* Wed Sep 21 2011 nfbrownAATTsuse.com- rebuild.fix: When a rebuild is requested that cannot be handled, report and error instead of crashing (bnc#716904)- ddf-erase: Allow dmraid to erase ddf metadata properly (bnc#712671)
* Fri May 27 2011 lnusselAATTsuse.de- don\'t hard require boot.device-mapper in boot.dmraid. dm-mod is autoloaded when accessing /dev/mapper/control anyways.
* Mon Apr 19 2010 nfbrownAATTnovell.com- handle_space: cope with arrays with spaces in the name stored in the metadata (bnc#470696)- remove_trylock: pthreads_mutex_trylock is still very new in glibc so safest not to use it yet (bnc#594388)
* Tue Feb 02 2010 nfbrownAATTnovell.com- new upstream version, including latest CVS updates. Both libdmraid-events and dm_dso_reg_tool are not in the main package.- dm_dso_reg_tool has been renamed to dmevent_tool in line with upstream change. bnc#528796 bnc#511329
* Mon Oct 05 2009 crrodriguezAATTopensuse.org- fix a few more fdleaks [bnc#543151]
* Sat Oct 03 2009 crrodriguezAATTopensuse.org- fix directory handle leaks in libdmraid-events [bnc#524202]
* Mon Aug 24 2009 hvogelAATTnovell.com- Fix activation of isw raid sets when the disks have serialnumber longer then 16 characters- Add patch adding --rm_partitions cmdline option and functionality- Fix mismatch between BIOS and dmraid\'s view of ISW raid 10 sets
* Sun Aug 02 2009 jansimon.moellerAATTopensuse.org- The cmdline options don\'t work when compiling the events module on ARM. Add patch to directly include the ldflags in the Makefile.
* Mon Nov 24 2008 hareAATTsuse.de- Properly quote mkinitrd scripts (bnc#447966)
* Mon Nov 10 2008 mkoenigAATTsuse.de- adapt mkinitrd script to changed UUID prefix [bnc#441479]
* Tue Oct 14 2008 mkoenigAATTsuse.de- remove whitespace from serial id [bnc#433833]
* Thu Sep 25 2008 mkoenigAATTsuse.de- update to 1.0.0rc15
* jm.c: fixed name handling
* nv.c: fixed endian bug
* added support for RAID set create/remove/rebuild and event handling- needed for [fate#304215,fate#303950,fate#304216]- removed patches dmraid-1.0.0.rc13-jm_termination.patch dmraid-1.0.0.rc14-ddf1_segfault.patch dmraid-add_uuid.patch dmraid_fixup_nvidia.diff dmraid-move-type-definition.diff dmraid-pdc_max_sectors.patch
* Wed Sep 24 2008 roAATTsuse.de- change \"udevsettle\" to \"udevadm settle\"
* Tue Sep 16 2008 mkoenigAATTsuse.de- ignore the timestamp for LSI 1068E DDF1 metadata [bnc#426615]
* Mon Sep 15 2008 roAATTsuse.de- fix typo in libdmraid Makefile- split off libdmraid-events0 package according to shared library packaging policy
* Sat Sep 13 2008 meissnerAATTsuse.de- symlink, not copy the .so to the .so.0 file- removed self-provides, some other .spec file fixes
* Wed Sep 10 2008 xwhuAATTnovell.com- Adding DSO for event-handling [fate#304214]
* Wed Sep 03 2008 hareAATTsuse.de- Call mkinitrd_setup during %post and %postun (bnc#413709)
* Wed Aug 20 2008 mkoenigAATTsuse.de- enable SELinux support [fate#303662]
* Wed Aug 13 2008 mkoenigAATTsuse.de- fix init script tags
* Wed Jul 23 2008 hareAATTsuse.de- Include mkinitrd scriptlets.
* Wed Mar 12 2008 mkoenigAATTsuse.de- add hack to avoid segfault with DDF1 metadata and explicit indication of the raid set [#367686]
* Wed Sep 12 2007 mkoenigAATTsuse.de- add quirk for maximum detected device size of some pdc card [#215222]
* Tue Jul 31 2007 hareAATTsuse.de- dmraid requires kpartx.
* Mon Jul 30 2007 hareAATTsuse.de- Do not activate partitions from dmraid; udev handles it.
* Tue Jul 10 2007 mkoenigAATTsuse.de- update to version 1.0.0.rc14
* bugfix release
* Tue Jun 19 2007 mkoenigAATTsuse.de- use boot.localfs to avoid expansion problem
* Tue Jun 19 2007 mkoenigAATTsuse.de- Add X-Start-Before: $local_fs dependency
* Thu Mar 29 2007 mkoenigAATTsuse.de- Add zlib-devel to BuildRequires
* Tue Feb 20 2007 mkoenigAATTsuse.de- provide boot script [#230708]
* Mon Dec 11 2006 mkoenigAATTsuse.de- fix jm name string termination problem [#223843] patch: dmraid-1.0.0.rc13-jm_termination.patch- fix min, max macros patch: dmraid-1.0.0.rc13-fix_macro.patch
* Thu Nov 23 2006 mkoenigAATTsuse.de- fix geometry patch [#222110]
* Mon Nov 20 2006 mkoenigAATTsuse.de- set geometry of dm device [#222110]
* Thu Nov 09 2006 mkoenigAATTsuse.de- update to version 1.0.0.rc13
* Fixes for Promise FastTrak and Silicon Image Medley ATARAID
* Support for SNIA DDF1 and JBOD
* Wed Sep 13 2006 roAATTsuse.de- use device-mapper-devel in BuildRequires
* Tue Aug 29 2006 hareAATTsuse.de- update to 1.0.0-rc11- NVidia endianness fixes- Add UUID to device-mapper tables- Fixup \'-cc\' argument
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Mon Dec 05 2005 kukukAATTsuse.de- Remove unused klibc-devel from neededforbuild
* Wed Jul 13 2005 cadahaAATTsuse.de- update to 1.0.0-rc8, fix big endian build
* Tue Sep 21 2004 cadahaAATTsuse.de- fix dmraid -rc output for unsupported devices
* Mon Sep 20 2004 cadahaAATTsuse.de- created package