From abd9257f3dda913c598df3ce3dd455a1237fe9f9 Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Wed, 1 Dec 2021 15:35:01 +1100 Subject: RPM spec: add gcc, make to BuildRequires --- passgen.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/passgen.spec b/passgen.spec index 16d7635..adbad67 100644 --- a/passgen.spec +++ b/passgen.spec @@ -10,6 +10,9 @@ Url: https://gitlab.com/nicholastay/passgen # tito build --tgz Source0: %{name}-%{version}.tar.gz +BuildRequires: gcc +BuildRequires: make + %description Just a password generator that makes passwds.ninja-style passwords. -- cgit