forked from pool/multipath-tools
- Fix "rpm --verify" (bsc#1207232)
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=301
This commit is contained in:
parent
97568d7851
commit
71bbc3227b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 09:27:06 UTC 2023 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Fix "rpm --verify" (bsc#1207232)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 06:50:35 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package multipath-tools
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -88,6 +88,9 @@ availability of the map devices.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
||||
# separately. libmultipath has no stable API at all, and it depends
|
||||
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
||||
@ -244,7 +247,7 @@ exit 0
|
||||
%{_mandir}/man8/multipathd.8*
|
||||
%{_mandir}/man8/multipathc.8*
|
||||
%{_mandir}/man8/mpathpersist.8*
|
||||
%ghost /run/multipath
|
||||
%ghost %attr(700,root,root) /run/multipath
|
||||
|
||||
%files -n libmpath0
|
||||
%{libdir}/libmultipath.so.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user