forked from pool/multipath-tools
- Update to version 0.8.4+168+suse.f9fa8d9:
* libmultipath: tests: fix bitmasks tests OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=218
This commit is contained in:
parent
21e4413b39
commit
43659b9edf
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">70bef906dc39e9020bb8dae701c44bf87d3ac53d</param></service></servicedata>
|
||||
<param name="changesrevision">f9fa8d935fcfe4319756270cdb36c034dbf4a0ff</param></service></servicedata>
|
3
multipath-tools-0.8.4+168+suse.f9fa8d9.obscpio
Normal file
3
multipath-tools-0.8.4+168+suse.f9fa8d9.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1678ef080ae39865920145f2b2aa4343c0c03473914394ea70acb12447b3e73
|
||||
size 2484236
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 15:55:54 UTC 2020 - mwilck@suse.com
|
||||
|
||||
- Update to version 0.8.4+168+suse.f9fa8d9:
|
||||
* libmultipath: tests: fix bitmasks tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: multipath-tools
|
||||
version: 0.8.4+167+suse.70bef90
|
||||
mtime: 1597951037
|
||||
commit: 70bef906dc39e9020bb8dae701c44bf87d3ac53d
|
||||
version: 0.8.4+168+suse.f9fa8d9
|
||||
mtime: 1598025317
|
||||
commit: f9fa8d935fcfe4319756270cdb36c034dbf4a0ff
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# Whether to build libdmmp
|
||||
# Default YES except for SLE12 / Leap 42
|
||||
%if 0%{?suse_version} >= 1500
|
||||
@ -38,7 +39,7 @@
|
||||
%define _sysdir usr/lib
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.8.4+167+suse.70bef90
|
||||
Version: 0.8.4+168+suse.f9fa8d9
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only
|
||||
@ -53,15 +54,15 @@ Source3: dm-parts.conf
|
||||
Source4: libmpathpersist-example.c
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{?systemd_requires}
|
||||
BuildRequires: pkgconfig(devmapper)
|
||||
BuildRequires: libaio-devel
|
||||
BuildRequires: pkgconfig(devmapper)
|
||||
%if 0%{?with_libdmmp} == 1
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(liburcu)
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(liburcu)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
%if 0%{?with_check} == 1
|
||||
@ -70,7 +71,7 @@ BuildRequires: pkgconfig(cmocka)
|
||||
# For regenerate-initrd-posttrans
|
||||
# For now, we still need to require suse-module-tools
|
||||
# See https://github.com/openSUSE/rpm-config-SUSE/pull/6
|
||||
BuildRequires: suse-module-tools
|
||||
BuildRequires: suse-module-tools
|
||||
Requires(post): suse-module-tools
|
||||
Requires: device-mapper >= 1.2.78
|
||||
Requires: kpartx
|
||||
@ -162,7 +163,7 @@ cp %{SOURCE4} .
|
||||
%if 0%{?with_check} == 1
|
||||
%check
|
||||
cd tests
|
||||
make %{_make_output_sync} %{?_smp_mflags}
|
||||
make OPTFLAGS="%{optflags}" %{_make_output_sync} %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user