forked from pool/util-linux
replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=141
This commit is contained in:
parent
ce6eaddccd
commit
87eabc4636
@ -45,7 +45,7 @@ Provides: fsck-with-dev-lock = %{version}
|
|||||||
# bnc#651598:
|
# bnc#651598:
|
||||||
Provides: util-linux(fake+no-canonicalize)
|
Provides: util-linux(fake+no-canonicalize)
|
||||||
PreReq: %install_info_prereq permissions
|
PreReq: %install_info_prereq permissions
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
@ -123,7 +123,7 @@ that are necessary for a Linux system to function. It contains the
|
|||||||
mount program, the fdisk configuration tool, and more.
|
mount program, the fdisk configuration tool, and more.
|
||||||
|
|
||||||
%package -n libblkid1
|
%package -n libblkid1
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Filesystem detection library
|
Summary: Filesystem detection library
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ Group: System/Filesystems
|
|||||||
Library for filesystem detection.
|
Library for filesystem detection.
|
||||||
|
|
||||||
%package -n libblkid-devel
|
%package -n libblkid-devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Development files for the filesystem detection library
|
Summary: Development files for the filesystem detection library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libblkid1 = %{version}
|
Requires: libblkid1 = %{version}
|
||||||
@ -141,7 +141,7 @@ Files needed to develop applications using the library for filesystem
|
|||||||
detection.
|
detection.
|
||||||
|
|
||||||
%package -n uuidd
|
%package -n uuidd
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
|
Summary: Helper daemon to guarantee uniqueness of time-based UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -155,7 +155,7 @@ uniqueness of time-based UUID generation even at very high rates on
|
|||||||
SMP systems.
|
SMP systems.
|
||||||
|
|
||||||
%package -n libuuid1
|
%package -n libuuid1
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Library to generate UUIDs
|
Summary: Library to generate UUIDs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ Group: System/Filesystems
|
|||||||
A library to generate universally unique IDs (UUIDs).
|
A library to generate universally unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libuuid-devel
|
%package -n libuuid-devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Development files for libuuid1
|
Summary: Development files for libuuid1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libuuid1 = %{version}
|
Requires: libuuid1 = %{version}
|
||||||
@ -173,7 +173,7 @@ Files to develop applications using the library to generate universally
|
|||||||
unique IDs (UUIDs).
|
unique IDs (UUIDs).
|
||||||
|
|
||||||
%package -n libmount1
|
%package -n libmount1
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Device mount library
|
Summary: Device mount library
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
@ -182,7 +182,7 @@ Library designed to be used in low-level utils like
|
|||||||
mount(8) and /sbin/mount.<type> helpers.
|
mount(8) and /sbin/mount.<type> helpers.
|
||||||
|
|
||||||
%package -n libmount-devel
|
%package -n libmount-devel
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Summary: Development files for libmount1
|
Summary: Development files for libmount1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libmount1 = %{version}
|
Requires: libmount1 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user