diff options
| author | Nicholas Tay <nick@windblume.net> | 2021-12-01 15:35:01 +1100 |
|---|---|---|
| committer | Nicholas Tay <nick@windblume.net> | 2021-12-01 15:35:01 +1100 |
| commit | abd9257f3dda913c598df3ce3dd455a1237fe9f9 (patch) | |
| tree | 56549b0dae5dd7166f78a5504c7178d54b62a643 | |
| parent | b10c247bf36009ab9009485cc3c6ac075f014806 (diff) | |
| download | passgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.tar.gz passgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.tar.bz2 passgen-abd9257f3dda913c598df3ce3dd455a1237fe9f9.zip | |
RPM spec: add gcc, make to BuildRequires
| -rw-r--r-- | passgen.spec | 3 |
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. |
