add buildrequire gcc

This commit is contained in:
zhouwenpei 2021-06-29 16:49:59 +08:00
parent b50b0cdf00
commit 4b3f712a7a

View File

@ -1,12 +1,12 @@
Name: sanlock Name: sanlock
Version: 3.8.2 Version: 3.8.2
Release: 1 Release: 2
Summary: A shared storage lock manager Summary: A shared storage lock manager
License: GPLv2 and GPLv2+ and LGPLv2+ License: GPLv2 and GPLv2+ and LGPLv2+
URL: https://pagure.io/sanlock/ URL: https://pagure.io/sanlock/
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
BuildRequires: libblkid-devel libaio-devel python3 python3-devel systemd-units BuildRequires: libblkid-devel libaio-devel python3 python3-devel systemd-units gcc
Requires(pre): shadow Requires(pre): shadow
Requires(post): systemd-units systemd-sysv Requires(post): systemd-units systemd-sysv
Requires(preun): systemd-units Requires(preun): systemd-units
@ -150,6 +150,9 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \
%changelog %changelog
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 3.8.2-2
- add buildrequire gcc.
* Thu Jan 14 2020 yanglongkang <yanglongkang@huawei.com> - 3.8.2-1 * Thu Jan 14 2020 yanglongkang <yanglongkang@huawei.com> - 3.8.2-1
- update package to 3.8.2 - update package to 3.8.2