From 9b0a430d725e992fd17c706b3a22eab0c234242f Mon Sep 17 00:00:00 2001 From: Marcel Cornu Date: Thu, 8 Mar 2018 15:25:40 +0000 Subject: [PATCH] Updated spec file with BuildRequires tag --- intel-cmt-cat.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/intel-cmt-cat.spec b/intel-cmt-cat.spec index a53deb4..88ebada 100644 --- a/intel-cmt-cat.spec +++ b/intel-cmt-cat.spec @@ -38,17 +38,18 @@ Summary: Provides command line interface to CMT, MBM, CAT, CDP and MBA technologies Name: %{githubname} -Release: 2%{?dist} +Release: 3%{?dist} Version: %{githubver} License: BSD Group: Development/Tools ExclusiveArch: x86_64 i686 i586 %if %{defined githubsubver} -Source0: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz +Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.%{githubsubver}.tar.gz %else -Source0: https://github.com/01org/%{githubname}/archive/v%{githubver}.tar.gz +Source: https://github.com/01org/%{githubname}/archive/v%{githubver}.tar.gz %endif URL: https://github.com/01org/%{githubname} +BuildRequires: gcc, make %description This software package provides basic support for @@ -168,6 +169,9 @@ install -m 0644 %{_builddir}/%{githubfull}/examples/c/CMT_MBM/monitor_app.c %{bu %doc %{_usrsrc}/%{githubfull}/LICENSE %changelog +* Thu Mar 08 2018 Marcel cornu , Michal Aleksinski - 1.2.0-3 +- Updated spec file with BuildRequires tag + * Wed Feb 07 2018 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild