diff --git a/btrfsprogs.changes b/btrfsprogs.changes index 61e2b15..bae8412 100644 --- a/btrfsprogs.changes +++ b/btrfsprogs.changes @@ -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 diff --git a/btrfsprogs.spec b/btrfsprogs.spec index 679e3af..a164aa4 100644 --- a/btrfsprogs.spec +++ b/btrfsprogs.spec @@ -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