Accepting request 595137 from home:mwilck:branches:Base:System

- No functional changes, just licenses
- Spec file: fix %license tags and info after closer inspection
  (bsc#1088801)
  * kpartx is under GPL-2.0-only
  * rbd is under LGPL-2.1-only  
- Update to version 0.7.3+66+suse.dc5fe2d: Fix licensing info (bsc#1088801)
  * Added fossology assessment as README.licenses
  * multipath-tools: create LICENSES dir with the text of all used licences

- Update to version 0.7.3+61+suse.d4d0494:
  * 11-dm-mpath.rules: dont't run "multipath -U" during coldplug
 (bsc#1084748)

OBS-URL: https://build.opensuse.org/request/show/595137
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=159
This commit is contained in:
Martin Wilck 2018-04-10 08:32:36 +00:00 committed by Git OBS Bridge
parent 6cc6152ab8
commit 7295842450
5 changed files with 34 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">46ac83933811f1334907a5ddc6fcc732df2c1f17</param></service><service name="tar_scm">
<param name="changesrevision">dc5fe2d7b82126da58e6afadd0d66ad3e709fa2e</param></service><service name="tar_scm">
<param name="url">https://github.com/mwilck/multipath-tools.git</param>
<param name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service></servicedata>

View File

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

View File

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

View File

@ -1,10 +1,28 @@
-------------------------------------------------------------------
Tue Apr 10 08:04:40 UTC 2018 - mwilck@suse.com
- No functional changes, just licenses
- Spec file: fix %license tags and info after closer inspection
(bsc#1088801)
* kpartx is under GPL-2.0-only
* rbd is under LGPL-2.1-only
- Update to version 0.7.3+66+suse.dc5fe2d: Fix licensing info (bsc#1088801)
* Added fossology assessment as README.licenses
* multipath-tools: create LICENSES dir with the text of all used licences
-------------------------------------------------------------------
Fri Apr 06 09:54:45 UTC 2018 - mwilck@suse.com
- Update to version 0.7.3+61+suse.d4d0494:
* 11-dm-mpath.rules: dont't run "multipath -U" during coldplug
(bsc#1084748)
-------------------------------------------------------------------
Wed Mar 28 20:31:51 UTC 2018 - mwilck@suse.com
- Fixed license tags in spec file
* multipath tools / libmultipath is GPL-2.0-only
* libmpathcmd is LGPL-2.0-or-later
* kpartx is GPL-2.0-or-later
* libdmmp is GPL-3.0-or-later
* adopt SPDX format.

View File

@ -97,7 +97,7 @@
Name: multipath-tools
Url: http://christophe.varoqui.free.fr/
Version: 0.7.3+60+suse.46ac839
Version: 0.7.3+66+suse.dc5fe2d
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only and LGPL-2.0-or-later
@ -150,7 +150,7 @@ multipath maps partionable
%package -n kpartx
Summary: Manages partition tables on device-mapper devices
License: GPL-2.0-or-later
License: GPL-2.0-only
Group: System/Base
Requires: device-mapper
@ -171,7 +171,7 @@ and libmpath_persist.
%if 0%{?with_rados} == 1
%package rbd
Summary: RADOS support for multipath-tools
License: LGPL-2.0-only
License: LGPL-2.1-only
Group: System/Libraries
Requires: multipath-tools = %{version}
@ -256,7 +256,11 @@ exit 0
%files
%defattr(-,root,root)
%doc COPYING README
%doc README
%license LICENSES/LGPL-2.0
%license LICENSES/LGPL-2.1
%license LICENSES/GPL-2.0
%license README.licenses
%{_udevrulesdir}/11-dm-mpath.rules
%{_udevrulesdir}/56-multipath.rules
/%{_lib}/libmultipath.so.0
@ -293,6 +297,7 @@ exit 0
%files -n kpartx
%defattr(-,root,root)
%license LICENSES/GPL-2.0
/sbin/kpartx
%{_udevrulesdir}/00-dont-del-part-nodes.rules
%{_udevrulesdir}/11-dm-parts.rules
@ -314,6 +319,7 @@ exit 0
%if 0%{?with_rados} == 1
%files rbd
%defattr(-,root,root)
/%{_lib}/multipath/libcheckrbd.so
%endif
@ -327,6 +333,7 @@ exit 0
%files -n libdmmp%{libdmmp_version}
%defattr(-,root,root)
%license LICENSES/GPL-3.0
/%{_libdir}/libdmmp.so.%{_libdmmp_version}
%files -n libdmmp-devel