Update license list
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
56b60ac3ac
commit
716d6643b3
@ -11,15 +11,15 @@ Version: 2.1.0
|
|||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
Summary: Daemon that manages a pool of block devices to create flexible filesystems
|
||||||
|
|
||||||
# Install all deps (without check), grab their licenses and make it simple
|
# ASL 2.0
|
||||||
# * ASL 2.0 or Boost
|
# ASL 2.0 or Boost
|
||||||
# * ASL 2.0 or MIT
|
# BSD
|
||||||
# * MIT
|
# MIT
|
||||||
# * MIT or ASL 2.0
|
# MIT or ASL 2.0
|
||||||
# * (MIT or ASL 2.0) and BSD
|
# MPLv2.0
|
||||||
# * MPLv2.0
|
# Unlicense or MIT
|
||||||
# * Unlicense or MIT
|
# zlib
|
||||||
License: MPLv2.0 and ASL 2.0 and MIT and BSD
|
License: MPLv2.0 and ASL 2.0 and BSD and MIT and zlib
|
||||||
URL: https://github.com/stratis-storage/stratisd
|
URL: https://github.com/stratis-storage/stratisd
|
||||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
@ -27,7 +27,8 @@ ExclusiveArch: %{rust_arches}
|
|||||||
|
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: libblkid-devel >= 2.32
|
BuildRequires: pkgconfig(libcryptsetup) >= 2.3.0
|
||||||
|
BuildRequires: pkgconfig(blkid) >= 2.32.0
|
||||||
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: xfsprogs
|
Requires: xfsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user