Accepting request 230307 from home:trenn:branches:Base:System

- Switch from mkinitrd to dracut
  - Dracut already has a lvm module and takes care that the right stuff is
    include into initrd, therefore remove:
      - mkinitrd-lvm2-boot.sh
      - mkinitrd-lvm2-setup.sh
    mkinitrd scripts from sources
  - Add dracut macros in %post and %posttrans to ensure initrd recreation  
- Remove unneeded comments in .spec file
- Do not compile in DATE and TIME to avoid build unneeded retriggering in obs
  Add: cmirrord_remove_date_time_from_compilation.patch

OBS-URL: https://build.opensuse.org/request/show/230307
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=89
This commit is contained in:
Tomáš Chvátal
2014-04-23 12:24:53 +00:00
committed by Git OBS Bridge
parent 87bb6a4a81
commit 54458a550b
5 changed files with 38 additions and 144 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 16 09:11:32 UTC 2014 - trenn@suse.de
- Switch from mkinitrd to dracut
- Dracut already has a lvm module and takes care that the right stuff is
include into initrd, therefore remove:
- mkinitrd-lvm2-boot.sh
- mkinitrd-lvm2-setup.sh
mkinitrd scripts from sources
- Add dracut macros in %post and %posttrans to ensure initrd recreation
- Remove unneeded comments in .spec file
- Do not compile in DATE and TIME to avoid build unneeded retriggering in obs
Add: cmirrord_remove_date_time_from_compilation.patch
-------------------------------------------------------------------
Tue Apr 8 08:47:51 UTC 2014 - lwang@suse.com