add BuildRequires: make

This commit is contained in:
guoxiaoqi 2020-02-13 17:06:15 +08:00
parent bba7e45178
commit ff4ac3954a

View File

@ -1,13 +1,13 @@
Name: mcstrans Name: mcstrans
Version: 0.3.4 Version: 0.3.4
Release: 16 Release: 17
Summary: SELinux Translation Daemon Summary: SELinux Translation Daemon
License: GPL2 License: GPL2
URL: https://src.fedoraproject.org/rpms/mcstrans URL: https://src.fedoraproject.org/rpms/mcstrans
Source0: https://src.fedoraproject.org/repo/pkgs/mcstrans/%{name}-%{version}.tgz Source0: https://src.fedoraproject.org/repo/pkgs/mcstrans/%{name}-%{version}.tgz
Source1: mcstransd.service Source1: mcstransd.service
BuildRequires: gcc systemd-units BuildRequires: gcc systemd-units make
BuildRequires: libselinux-devel >= 1.30.3-1 BuildRequires: libselinux-devel >= 1.30.3-1
BuildRequires: libcap-devel pcre-devel libsepol-devel libsepol-static BuildRequires: libcap-devel pcre-devel libsepol-devel libsepol-static
Requires: pcre Requires: pcre
@ -91,6 +91,9 @@ fi
%{_mandir}/man8/*.8.gz %{_mandir}/man8/*.8.gz
%changelog %changelog
* Thu Feb 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.3.4-17
- add BuildRequires: make
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.4-16 * Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.4-16
- Add missing URL - Add missing URL