Add gcc to BuildRequires

This commit is contained in:
panxiaohe 2021-05-27 16:12:14 +08:00
parent fb75fab481
commit 4436993904

View File

@ -1,6 +1,6 @@
Name: usermode Name: usermode
Version: 1.113 Version: 1.113
Release: 2 Release: 3
Summary: Tools for certain user account management tasks Summary: Tools for certain user account management tasks
License: GPLv2+ License: GPLv2+
URL: https://pagure.io/usermode/ URL: https://pagure.io/usermode/
@ -10,6 +10,7 @@ Source1: config-util
Patch0: Do-not-use-deprecated-flask.h-and-av_permissions.patch Patch0: Do-not-use-deprecated-flask.h-and-av_permissions.patch
Requires: pam passwd util-linux Requires: pam passwd util-linux
BuildRequires: gcc
BuildRequires: desktop-file-utils gettext intltool perl-XML-Parser util-linux BuildRequires: desktop-file-utils gettext intltool perl-XML-Parser util-linux
BuildRequires: glib2-devel gtk2-devel libblkid-devel libSM-devel libselinux-devel libuser-devel BuildRequires: glib2-devel gtk2-devel libblkid-devel libSM-devel libselinux-devel libuser-devel
BuildRequires: pam-devel startup-notification-devel BuildRequires: pam-devel startup-notification-devel
@ -72,6 +73,9 @@ done
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Thu May 27 2021 panxiaohe <panxiaohe@huawei.com> - 1.113-3
- Add gcc to BuildRequires
* Thu Jul 30 2020 shenyangyang <shenyangyang4@huawei.com> - 1.113-2 * Thu Jul 30 2020 shenyangyang <shenyangyang4@huawei.com> - 1.113-2
- Do not use deprecated flask.h and av_permissions - Do not use deprecated flask.h and av_permissions