From 905425e59dc9237854491af25de07d8df3c10f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marciniak?= Date: Sat, 7 Nov 2020 10:06:54 +0100 Subject: [PATCH] Make will no longer be in BuildRoot by default --- mt-st.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mt-st.spec b/mt-st.spec index e27ee02..7fac2cf 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -1,12 +1,13 @@ Summary: Tool for controlling tape drives Name: mt-st Version: 1.4 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL+ URL: https://github.com/iustin/mt-st Source0: https://github.com/iustin/mt-st/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: stinit.service BuildRequires: gcc +BuildRequires: make BuildRequires: systemd BuildRequires: bash-completion Requires(post): systemd @@ -58,6 +59,9 @@ mv mt-st mt %changelog +* Sat Nov 07 2020 Paweł Marciniak - 1.4-4 +- Make will no longer be in BuildRoot by default + * Mon Oct 12 2020 Paweł Marciniak - 1.4-3 - Fix not working autocompletion