aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2021-12-01 15:37:23 +1100
committerNicholas Tay <nick@windblume.net>2021-12-01 15:37:23 +1100
commit9251761290fc3b521b18ef64a1e0b3d1ebe7cd08 (patch)
tree9a700d1c13ae036eaa4b3d70ee52932ae8a83eb4
parentabd9257f3dda913c598df3ce3dd455a1237fe9f9 (diff)
downloadpassgen-9251761290fc3b521b18ef64a1e0b3d1ebe7cd08.tar.gz
passgen-9251761290fc3b521b18ef64a1e0b3d1ebe7cd08.tar.bz2
passgen-9251761290fc3b521b18ef64a1e0b3d1ebe7cd08.zip
Automatic commit of package [passgen] release [0.1.0-2].
Created by command: /usr/bin/tito tag --keep-version
-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