aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.tito/packages/passgen2
-rw-r--r--passgen.spec5
2 files changed, 5 insertions, 2 deletions
diff --git a/.tito/packages/passgen b/.tito/packages/passgen
index 7674acb..41fab56 100644
--- a/.tito/packages/passgen
+++ b/.tito/packages/passgen
@@ -1 +1 @@
-0.1.0-1 ./
+0.1.0-2 ./
diff --git a/passgen.spec b/passgen.spec
index adbad67..4ea323a 100644
--- a/passgen.spec
+++ b/passgen.spec
@@ -1,6 +1,6 @@
Name: passgen
Version: 0.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Zlib
Summary: A simple memorable and customisable password generator
Url: https://gitlab.com/nicholastay/passgen
@@ -33,6 +33,9 @@ CFLAGS='-g' %make_build
%{_bindir}/%{name}
%changelog
+* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-2
+- RPM spec: add gcc, make to BuildRequires
+
* Wed Dec 01 2021 Nicholas Tay <nick@windblume.net> 0.1.0-1
- New package built with tito