Only sign certificates after all extensions have been added
This commit is contained in:
parent
25364bc235
commit
dab1241d90
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/sscg-1.0.0-a3fe426.tar.gz
|
/sscg-1.0.0-a3fe426.tar.gz
|
||||||
/sscg-1.0.1-6858b79.tar.gz
|
/sscg-1.0.1-6858b79.tar.gz
|
||||||
/sscg-1.0.2-897a89a.tar.gz
|
/sscg-1.0.2-897a89a.tar.gz
|
||||||
|
/sscg-1.0.3-ecdee74.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e125a4ce218f10811b1e05045f4cb949 sscg-1.0.2-897a89a.tar.gz
|
99ac75f5a3de6f4eec099d6410f35b42 sscg-1.0.3-ecdee74.tar.gz
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
# https://github.com/sgallagher/sscg
|
# https://github.com/sgallagher/sscg
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit 897a89ad8a332fa5b5cd6e3bf2eaa91681fcc9ee
|
%global commit ecdee74991116be7222526174fc7e10696985e92
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Self-signed certificate generator
|
Summary: Self-signed certificate generator
|
||||||
|
|
||||||
@ -53,6 +53,9 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir}
|
|||||||
%{_bindir}/%{repo}
|
%{_bindir}/%{repo}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
|
||||||
- Generate x509v3 certificates
|
- Generate x509v3 certificates
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user