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