Accepting request 519143 from home:michal-m:branches:filesystems

OBS-URL: https://build.opensuse.org/request/show/519143
OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=82
This commit is contained in:
David Sterba 2017-08-29 13:11:56 +00:00 committed by Git OBS Bridge
parent ed945878df
commit f7b2968920
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 28 13:42:33 UTC 2017 - mmarek@suse.com
- Add missing coreutils dependency for initrd macros (bsc#1055492).
-------------------------------------------------------------------
Mon Aug 21 13:14:25 UTC 2017 - jack@suse.cz

View File

@ -67,6 +67,7 @@ Summary: Utilities for the Second Extended File System
License: GPL-2.0
Group: System/Filesystems
Url: http://e2fsprogs.sourceforge.net
Requires(post): coreutils
Requires: libcom_err2 >= %{version}
Requires: libext2fs2 >= %{version}
Source: http://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
@ -89,9 +90,9 @@ mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
%package devel
Summary: Dummy development package
# bug437293
License: LGPL-2.0
Group: Development/Libraries/C and C++
# bug437293
%ifarch ppc64
Obsoletes: e2fsprogs-devel-64bit
%endif
@ -156,9 +157,9 @@ Development files for libext2fs. Static libraries.
%package -n libcom_err2
%endif
Summary: E2fsprogs error reporting library
# bug437293
License: MIT
Group: System/Filesystems
# bug437293
%ifarch ppc64
Obsoletes: libcom_err-64bit
Obsoletes: libcom_err2-64bit
@ -180,9 +181,9 @@ com_err is an error message display library.
%package -n libcom_err-devel
%endif
Summary: Development files for libcom_err
# bug437293
License: MIT
Group: Development/Libraries/C and C++
# bug437293
%ifarch ppc64
Obsoletes: libcom_err-devel-64bit
%endif