forked from pool/e2fsprogs
- Add BuildRequires suse-module-tools so that regenerate_initrd_posttrans
is properly defined during build (bsc#1042986) Rev filesystems/127 Md5 c40b13eefe1f6277298a008b9e94e7bd 2020-07-09 20:14:38 jankara 819802
This commit is contained in:
parent
6318539446
commit
088fef5e54
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 9 16:10:59 UTC 2020 - Jan Kara <jack@suse.cz>
|
||||||
|
|
||||||
|
- Add BuildRequires suse-module-tools so that regenerate_initrd_posttrans
|
||||||
|
is properly defined during build (bsc#1042986)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 2 09:44:11 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat May 2 09:44:11 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package e2fsprogs
|
# spec file for package e2fsprogs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2020 SUSE LINUX 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
|
||||||
@ -33,6 +33,9 @@ BuildRequires: automake
|
|||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
%if 0%{?suse_version} >= 1310
|
||||||
|
BuildRequires: suse-module-tools
|
||||||
|
%endif
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if ! %{build_mini}
|
%if ! %{build_mini}
|
||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
|
Loading…
Reference in New Issue
Block a user