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:
parent
db07609875
commit
af9b8d87fb
@ -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
|
Mon Dec 12 15:44:48 CET 2011 - dkukawka@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package btrfsprogs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Url: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
Url: http://btrfs.wiki.kernel.org/index.php/Main_Page
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 50
|
Release: 0
|
||||||
%define tar_version v0.19-118-gfdb6c04
|
%define tar_version v0.19-118-gfdb6c04
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL v2 only
|
License: GPL-2.0
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Supplements: filesystem(btrfs)
|
Supplements: filesystem(btrfs)
|
||||||
# git archive --format=tar --prefix=btrfs-progs-`git describe`/ HEAD > %D/btrfs-progs-`git describe`.tar
|
# 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
|
Patch901: 0901-Revert-Btrfs-progs-add-restriper-commands.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
# for /bin/true
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user