Accepting request 104304 from devel:openSUSE:Factory:patch-license

patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104304
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=116
This commit is contained in:
David Sterba 2012-02-13 12:37:55 +00:00 committed by Git OBS Bridge
parent db07609875
commit af9b8d87fb
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 10:44:43 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Mon Dec 12 15:44:48 CET 2011 - dkukawka@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package btrfsprogs
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,13 @@
#
Name: btrfsprogs
Url: http://btrfs.wiki.kernel.org/index.php/Main_Page
Version: 0.19
Release: 50
Release: 0
%define tar_version v0.19-118-gfdb6c04
Summary: Utilities for the Btrfs filesystem
License: GPL v2 only
License: GPL-2.0
Group: System/Filesystems
Supplements: filesystem(btrfs)
# git archive --format=tar --prefix=btrfs-progs-`git describe`/ HEAD > %D/btrfs-progs-`git describe`.tar
@ -83,7 +82,11 @@ Patch900: 0900-Revert-btrfs-progs-add-qgroup-commands.patch
Patch901: 0901-Revert-Btrfs-progs-add-restriper-commands.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel libext2fs-devel libuuid-devel lzo-devel zlib-devel
BuildRequires: libacl-devel
BuildRequires: libext2fs-devel
BuildRequires: libuuid-devel
BuildRequires: lzo-devel
BuildRequires: zlib-devel
# for /bin/true
Requires: coreutils