SHA256
1
0
forked from pool/lvm2

Accepting request 393600 from home:scarabeus_iv:branches:Base:System

- Update patch use-mirrortype-asdefault-whenclvmdrunning.patch
  to match up the patches/pvmove_support_clustered_vg.diff and not
  use the define declared only when building clvm codebase;
  it is still broken if someone changes the PID location, but at least
  it now does not depend on clvm code
- Regenerate_initrd in post of the lvm2 main pkg
- Update baselibs to point to split-out devicemapper libraries

- Keep in sync the common configuration options that are shared among
  all the variants dm/lvm2/clvm

- Provide symlinks to 1.02 versions of dm and dm-event libs
  * this should sort out binary packages without the need of double
    rebuilding

- Update to 2.02.152 release, read WHATS_NEW for detailed log.
- Refresh patches:
  * 10-dm.rules-Reset-state-variable-for-spurious-events.patch
  * device-mapper-gcc-warnings.patch
  * device-mapper-link.patch
  * udev-Check-for-DM_NR_VALID_PATHS.patch
- Slightly tweak btrfs patch as the code changed for the detection:
  * fsadm-add-support-for-btrfs.patch

- Build and install properly cluster files
- Remove csm-converter.tar.gz as the evms was last present on sle10
  and thus migration is bit out of scope today

- Add pre_checkin.sh to allow syncing of patches between packages:
  workflow = add everything to lvm2.spec and run pre_checkin.sh

OBS-URL: https://build.opensuse.org/request/show/393600
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=150
This commit is contained in:
LiuhuaMelody Wang
2016-05-11 03:42:15 +00:00
committed by Git OBS Bridge
parent 275286d1aa
commit 8ac4ae703b
21 changed files with 4194 additions and 505 deletions

View File

@@ -1,3 +1,113 @@
-------------------------------------------------------------------
Wed May 4 10:36:40 UTC 2016 - tchvatal@suse.com
- Update patch use-mirrortype-asdefault-whenclvmdrunning.patch
to match up the patches/pvmove_support_clustered_vg.diff and not
use the define declared only when building clvm codebase;
it is still broken if someone changes the PID location, but at least
it now does not depend on clvm code
- Regenerate_initrd in post of the lvm2 main pkg
- Update baselibs to point to split-out devicemapper libraries
-------------------------------------------------------------------
Wed May 4 09:27:30 UTC 2016 - tchvatal@suse.com
- Keep in sync the common configuration options that are shared among
all the variants dm/lvm2/clvm
-------------------------------------------------------------------
Tue May 3 14:03:30 UTC 2016 - tchvatal@suse.com
- Provide symlinks to 1.02 versions of dm and dm-event libs
* this should sort out binary packages without the need of double
rebuilding
-------------------------------------------------------------------
Tue May 3 13:23:52 UTC 2016 - tchvatal@suse.com
- Update to 2.02.152 release, read WHATS_NEW for detailed log.
- Refresh patches:
* 10-dm.rules-Reset-state-variable-for-spurious-events.patch
* device-mapper-gcc-warnings.patch
* device-mapper-link.patch
* udev-Check-for-DM_NR_VALID_PATHS.patch
- Slightly tweak btrfs patch as the code changed for the detection:
* fsadm-add-support-for-btrfs.patch
-------------------------------------------------------------------
Tue May 3 12:55:34 UTC 2016 - tchvatal@suse.com
- Build and install properly cluster files
- Remove csm-converter.tar.gz as the evms was last present on sle10
and thus migration is bit out of scope today
-------------------------------------------------------------------
Tue May 3 09:23:48 UTC 2016 - tchvatal@suse.com
- Add pre_checkin.sh to allow syncing of patches between packages:
workflow = add everything to lvm2.spec and run pre_checkin.sh
-------------------------------------------------------------------
Mon May 2 17:41:55 UTC 2016 - tchvatal@suse.com
- Refresh patch use-mirrortype-asdefault-whenclvmdrunning.patch to
work without clvm code enabled
-------------------------------------------------------------------
Mon May 2 17:29:09 UTC 2016 - tchvatal@suse.com
- Regenerate lvm2 tmpfiles after install so they won't populate just
after the reboot
- Split out lvm2 libraries to separate subpkgs per standards
- Rename versioning of plugins patch:
* version-plugins-in-libdir -> version-plugins-in-libdir.patch
-------------------------------------------------------------------
Mon May 2 16:51:09 UTC 2016 - tchvatal@suse.com
- Remove evms provides/obsoletes, last seen on sle10
- Mark configs as such
- Ghost the during-run created dirs
- Install rcbla compat service symlinks
-------------------------------------------------------------------
Mon May 2 15:13:35 UTC 2016 - tchvatal@suse.com
- Sync with device-mapper.spec, build only lvm and wipe devicemapper
binaries
- Install in /usr there is no technical reason to keep this out
of /usr
-------------------------------------------------------------------
Mon May 2 13:23:49 UTC 2016 - tchvatal@suse.com
- Split out device-mapper and clvm to separate spec files
* No factual changes just deletion in the spec to keep it out
of interacting with those parts
-------------------------------------------------------------------
Fri Apr 29 11:05:04 UTC 2016 - tchvatal@suse.com
- Do not explicitely require expat it is only used by thin_provisioning
-------------------------------------------------------------------
Thu Apr 28 20:40:17 UTC 2016 - tchvatal@suse.com
- There is no factual reason to keep the device mapper out of /usr
so just match everything else
-------------------------------------------------------------------
Thu Apr 28 20:12:48 UTC 2016 - tchvatal@suse.com
- Remove device-mapper-static.patch as there should be no need to
have static library here and it can be reenabled with some explanation
if needed
-------------------------------------------------------------------
Thu Apr 28 19:57:54 UTC 2016 - tchvatal@suse.com
- Rename device-mapper-link to device-mapper-link.patch
-------------------------------------------------------------------
Mon Mar 7 01:53:34 UTC 2016 - lwang@suse.com