Only sign certificates after all extensions have been added

This commit is contained in:
Stephen Gallagher 2016-05-24 08:36:45 -04:00
parent 25364bc235
commit dab1241d90
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/sscg-1.0.0-a3fe426.tar.gz
/sscg-1.0.1-6858b79.tar.gz
/sscg-1.0.2-897a89a.tar.gz
/sscg-1.0.3-ecdee74.tar.gz

View File

@ -1 +1 @@
e125a4ce218f10811b1e05045f4cb949 sscg-1.0.2-897a89a.tar.gz
99ac75f5a3de6f4eec099d6410f35b42 sscg-1.0.3-ecdee74.tar.gz

View File

@ -5,13 +5,13 @@
# https://github.com/sgallagher/sscg
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global commit 897a89ad8a332fa5b5cd6e3bf2eaa91681fcc9ee
%global commit ecdee74991116be7222526174fc7e10696985e92
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: %{repo}
Version: 1.0.2
Version: 1.0.3
Release: 1%{?dist}
Summary: Self-signed certificate generator
@ -53,6 +53,9 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir}
%{_bindir}/%{repo}
%changelog
* Tue May 24 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.3-1
- Only sign certificates after all extensions have been added
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
- Generate x509v3 certificates