SHA256
1
0
forked from pool/lvm2
Stephan Kulow
2012-10-18 08:15:42 +00:00
committed by Git OBS Bridge
parent c114ca9b11
commit 56e5ad2fa6
44 changed files with 1005 additions and 2318 deletions

View File

@@ -1,3 +1,148 @@
-------------------------------------------------------------------
Thu Sep 27 01:08:44 UTC 2012 - nfbrown@suse.com
- mkinitrd-devmapper-*: tidy up dm_modules handling.
It is confusing that 'save_var' isn't called on it,
so call it.
As these modules need to be in initrd, but not
forcibly loaded, they could be listed as
'udevmodules'.
Also filter out 'snapshot-origin' - a table without
a module. (bnc#779965)
-------------------------------------------------------------------
Thu Jul 26 17:15:54 UTC 2012 - fcrozat@suse.com
- Add blkid-builtin.patch: use built-in blkid from udev
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Fri May 27 09:07:22 UTC 2011 - lnussel@suse.de
- don't enable boot.device-mapper by default and don't load dm-mod
unconditionally in initrd. udev creates /dev/mapper/control so
dm-mod is automatically loaded when needed.
-------------------------------------------------------------------
Tue Feb 15 08:57:07 UTC 2011 - xwhu@novell.com
- Update to device mapper 1.2.63
- Add configure --with-device-nodes-on=create for previous
behaviour.
- Move creation of device nodes from 'create' to 'resume'.
- Add dmeventd -R to restart dmeventd without losing monitoring
state
-------------------------------------------------------------------
Fri Jan 14 10:08:08 UTC 2011 - lnussel@suse.de
- the lsmod|grep in boot.device-mapper is superfluous, modprobe does
that internally anyways
-------------------------------------------------------------------
Wed Dec 15 16:30:55 CST 2010 - cmeng@novell.com
- sleep and try to wait opne_count to be 0 while lvremove.
(Bug #642296)
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Tue Oct 12 17:44:09 UTC 2010 - cristian.rodriguez@opensuse.org
- mkinitrd-devmapper-boot.sh: do not complain if /dev/mapper
directory already exists and contains the control device.
-------------------------------------------------------------------
Thu Sep 30 07:32:27 UTC 2010 - stefan.fent@novell.com
- add device-mapper-devel to baselibs.conf to be able to link lilo
against libdevmapper (bnc #642400)
-------------------------------------------------------------------
Fri Jul 16 10:11:59 UTC 2010 - xwhu@novell.com
- bnc#556177, undefined symbol error while loading dmevent so.
-------------------------------------------------------------------
Mon Jul 5 09:43:41 UTC 2010 - xwhu@novell.com
- bnc#619566, fix error in "dmsetup export" patch,
-------------------------------------------------------------------
Wed Jun 23 05:53:43 UTC 2010 - xwhu@novell.com
- Update to LVM.1.02.49
- Support autoloading of dm-mod module for kernels from 2.6.35
- Use -d to control level of messages sent to syslog by dmeventd
- Do not print encryption key in message debug output
- Add support for new IMPORT{db} udev rule
- Add DM_UDEV_PRIMARY_SOURCE_FLAG udev flag to recognize proper
DM events
- Also include udev libs in libdevmapper.pc when udev_sync is
enabled
- Add support for ioctl's DM_UEVENT_GENERATED_FLAG
- Use the upcoming udev rules update of dm, to cooperate with
artificial uevent (bnc#598193)
-------------------------------------------------------------------
Tue Jun 1 13:08:00 UTC 2010 - xwhu@novell.com
- Link device-mapper to libudev
-------------------------------------------------------------------
Fri May 21 03:40:34 UTC 2010 - xwhu@novell.com
- Fix mkinitrd-devmapper to use udev rules for device mapper
-------------------------------------------------------------------
Mon Apr 26 16:51:40 CEST 2010 - ro@suse.de
- fix pkgconfig file for device mapper
-------------------------------------------------------------------
Sat Apr 3 03:07:44 UTC 2010 - xwhu@novell.com
- Upgrade to device-mapper 1.02.
- Add libdevmapper functions to support synchronisation with udev
- Check udev is running when processing cookies and retain state
internally.
- Add support for the "snapshot-merge" kernel target
-------------------------------------------------------------------
Sun Dec 20 17:12:29 UTC 2009 - coolo@novell.com
- use -j1 - parallel build breaks with symlinks_generated
-------------------------------------------------------------------
Mon Dec 7 15:47:57 CET 2009 - meissner@suse.de
- added type punning patch from pth@suse.de
-------------------------------------------------------------------
Sun Nov 15 10:40:44 CET 2009 - meissner@suse.de
- refreshed patches to avoid fuzz
-------------------------------------------------------------------
Wed Sep 23 06:39:29 UTC 2009 - xwhu@novell.com
- Add -devmapper- infix to mkinitrd scripts
-------------------------------------------------------------------
Thu May 21 16:46:43 CST 2009 - xwhu@suse.de
- specify usrlibdir for configuration
-------------------------------------------------------------------
Mon May 11 15:36:05 CST 2009 - xwhu@suse.de