Completing build dependencies to fix gcc compiler missing error

This commit is contained in:
hht8 2021-06-02 15:36:01 +08:00
parent a94bc05ee2
commit 164c7607cf

View File

@ -1,12 +1,12 @@
Name: reiserfs-utils
Version: 3.6.27
Release: 2
Release: 3
Summary: Tools for creating, repairing, and debugging ReiserFS filesystems
URL: http://ftp.kernel.org/pub/linux/utils/fs/reiserfs/
Source0: https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/%{version}/reiserfsprogs-%{version}.tar.xz
Patch0001: parse_time_build_fix.patch
License: GPLv2 with exceptions
BuildRequires: e2fsprogs-devel libuuid-devel libacl-devel
BuildRequires: e2fsprogs-devel libuuid-devel libacl-devel gcc
%description
The reiserfs-utils package contains a number of utilities for creating, checking, modifying,
@ -53,7 +53,8 @@ install -m644 mkreiserfs/mkreiserfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
%{_mandir}/*/*
%changelog
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 3.6.27-3
- Completing build dependencies to fix gcc compiler missing error
* Mon Feb 24 2020 chenli <chenli147@huawei.com> - 3.6.27-2
- Init Package