From ff4ac3954afaeb5b4af16736cd6ea8aa24120115 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Thu, 13 Feb 2020 17:06:15 +0800 Subject: [PATCH] add BuildRequires: make --- mcstrans.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mcstrans.spec b/mcstrans.spec index 6fb769e..c0a8bd7 100644 --- a/mcstrans.spec +++ b/mcstrans.spec @@ -1,13 +1,13 @@ Name: mcstrans Version: 0.3.4 -Release: 16 +Release: 17 Summary: SELinux Translation Daemon License: GPL2 URL: https://src.fedoraproject.org/rpms/mcstrans Source0: https://src.fedoraproject.org/repo/pkgs/mcstrans/%{name}-%{version}.tgz Source1: mcstransd.service -BuildRequires: gcc systemd-units +BuildRequires: gcc systemd-units make BuildRequires: libselinux-devel >= 1.30.3-1 BuildRequires: libcap-devel pcre-devel libsepol-devel libsepol-static Requires: pcre @@ -91,6 +91,9 @@ fi %{_mandir}/man8/*.8.gz %changelog +* Thu Feb 13 2020 openEuler Buildteam - 0.3.4-17 +- add BuildRequires: make + * Wed Dec 25 2019 openEuler Buildteam - 0.3.4-16 - Add missing URL -- Gitee