1
0

Accepting request 999007 from Base:System

- Update to version 0.9.0+55+suse.33d8854:
  * Avoid linking to libreadline to avoid licensing issue
    (bsc#1202616)

OBS-URL: https://build.opensuse.org/request/show/999007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=144
This commit is contained in:
Dominique Leuenberger 2022-08-25 13:33:08 +00:00 committed by Git OBS Bridge
commit 2425d68f19
6 changed files with 16 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">51a2ab1841b543b3e457fe73da5d2fd21f168c9b</param></service></servicedata>
<param name="changesrevision">33d88543aa67186adf5fff4556a9bd21ba7ea324</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c74b179d35b7c8d7aac44cd9a2089af9b445a846094e6f375d9e9d6a2e0cf403
size 2688524

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9ba18b3d5d2e12ea21c79c1149882a304f5d70f9a7abd489b669bb974c2db5e
size 2692620

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 24 09:28:55 UTC 2022 - mwilck@suse.com
- Update to version 0.9.0+55+suse.33d8854:
* Avoid linking to libreadline to avoid licensing issue
(bsc#1202616)
-------------------------------------------------------------------
Wed Jul 13 20:20:50 UTC 2022 - Martin Wilck <mwilck@suse.com>

View File

@ -1,4 +1,4 @@
name: multipath-tools
version: 0.9.0+39+suse.51a2ab1
mtime: 1657743500
commit: 51a2ab1841b543b3e457fe73da5d2fd21f168c9b
version: 0.9.0+55+suse.33d8854
mtime: 1661250227
commit: 33d88543aa67186adf5fff4556a9bd21ba7ea324

View File

@ -34,7 +34,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
Version: 0.9.0+39+suse.51a2ab1
Version: 0.9.0+55+suse.33d8854
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -55,7 +55,6 @@ BuildRequires: pkgconfig(devmapper)
%if 0%{?with_libdmmp} == 1
BuildRequires: pkgconfig(json-c)
%endif
BuildRequires: readline-devel
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(liburcu)
@ -87,6 +86,7 @@ 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