Accepting request 850776 from home:hmzhao:branches:openSUSE:Factory
- Update lvm2.spec file (bsc#1177533) - in %preun, disable restart blk-availability.service & lvm2-monitor.service OBS-URL: https://build.opensuse.org/request/show/850776 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=285
This commit is contained in:
parent
35d8b5464f
commit
f796c67f30
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 25 03:06:00 UTC 2020 - heming.zhao@suse.com
|
||||||
|
|
||||||
|
- Update lvm2.spec file (bsc#1177533)
|
||||||
|
- in %preun, disable restart blk-availability.service & lvm2-monitor.service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 12 10:00:20 UTC 2020 - ghe@suse.com
|
Mon Oct 12 10:00:20 UTC 2020 - ghe@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lvm2
|
# spec file for package lvm2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -480,7 +480,8 @@ LVM commands use lvmlockd to coordinate access to shared storage.
|
|||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%{?regenerate_initrd_post}
|
%{?regenerate_initrd_post}
|
||||||
%service_del_postun blk-availability.service lvm2-monitor.service lvm2-lvmpolld.service lvm2-lvmpolld.socket
|
%service_del_postun lvm2-lvmpolld.service lvm2-lvmpolld.socket
|
||||||
|
%service_del_postun_without_restart blk-availability.service lvm2-monitor.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING COPYING.LIB
|
%license COPYING COPYING.LIB
|
||||||
|
Loading…
Reference in New Issue
Block a user