aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2021-12-01 15:35:01 +1100
committerNicholas Tay <nick@windblume.net>2021-12-01 15:35:01 +1100
commitabd9257f3dda913c598df3ce3dd455a1237fe9f9 (patch)
tree56549b0dae5dd7166f78a5504c7178d54b62a643
parentb10c247bf36009ab9009485cc3c6ac075f014806 (diff)
downloadpassgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.tar.gz
passgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.tar.bz2
passgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.zip
RPM spec: add gcc, make to BuildRequires
-rw-r--r--passgen.spec3
1 files changed, 3 insertions, 0 deletions
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.