diff options
author | Nicholas Tay <nick@windblume.net> | 2021-12-01 15:37:23 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2021-12-01 15:37:23 +1100 |
commit | 9251761290fc3b521b18ef64a1e0b3d1ebe7cd08 (patch) | |
tree | 9a700d1c13ae036eaa4b3d70ee52932ae8a83eb4 /passgen.spec | |
parent | abd9257f3dda913c598df3ce3dd455a1237fe9f9 (diff) | |
download | passgen-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
Diffstat (limited to 'passgen.spec')
-rw-r--r-- | passgen.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 |