Accepting request 179218 from home:jengelh:attr

- Make requirement on libattr-devel explicit

OBS-URL: https://build.opensuse.org/request/show/179218
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=127
This commit is contained in:
David Sterba 2013-06-17 10:35:39 +00:00 committed by Git OBS Bridge
parent b13c354714
commit 8d5914e5dc
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 16 23:39:42 UTC 2013 - jengelh@inai.de
- Make requirement on libattr-devel explicit
-------------------------------------------------------------------
Fri Apr 13 16:06:50 CEST 2012 - dsterba@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package btrfsprogs
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@ -24,7 +24,9 @@ Release: 0
Summary: Utilities for the Btrfs filesystem
License: GPL-2.0
Group: System/Filesystems
Supplements: filesystem(btrfs)
#Git-Web: http://git.kernel.org/cgit/linux/kernel/git/mason/btrfs-progs.git
#Git-Clone: git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs
# git archive --format=tar --prefix=btrfs-progs-`git describe`/ HEAD > %D/btrfs-progs-`git describe`.tar
Source: btrfs-progs-%{tar_version}.tar.bz2
Source1: boot-btrfs.sh
@ -136,12 +138,14 @@ Patch253: btrfs-reorder-commands-help
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libacl-devel
BuildRequires: libattr-devel
BuildRequires: libext2fs-devel
BuildRequires: libuuid-devel
BuildRequires: lzo-devel
BuildRequires: zlib-devel
# for /bin/true
Requires: coreutils
Supplements: filesystem(btrfs)
%description
Utilities needed to create and maintain btrfs file systems under Linux.