forked from pool/multipath-tools
Accepting request 1059305 from Base:System
- Fix "rpm --verify" (bsc#1207232) OBS-URL: https://build.opensuse.org/request/show/1059305 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=149
This commit is contained in:
commit
af161471ab
@ -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>
|
Wed Oct 26 06:50:35 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package multipath-tools
|
# 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
|
# 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
|
||||||
@ -88,6 +88,9 @@ availability of the map devices.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
|
||||||
# separately. libmultipath has no stable API at all, and it depends
|
# separately. libmultipath has no stable API at all, and it depends
|
||||||
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
|
||||||
@ -244,7 +247,7 @@ exit 0
|
|||||||
%{_mandir}/man8/multipathd.8*
|
%{_mandir}/man8/multipathd.8*
|
||||||
%{_mandir}/man8/multipathc.8*
|
%{_mandir}/man8/multipathc.8*
|
||||||
%{_mandir}/man8/mpathpersist.8*
|
%{_mandir}/man8/mpathpersist.8*
|
||||||
%ghost /run/multipath
|
%ghost %attr(700,root,root) /run/multipath
|
||||||
|
|
||||||
%files -n libmpath0
|
%files -n libmpath0
|
||||||
%{libdir}/libmultipath.so.0
|
%{libdir}/libmultipath.so.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user