Update to 1.1.0
- Add support for signing service keys with an existing CA
This commit is contained in:
parent
ddf3bd01b8
commit
bd3d64b8df
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/sscg-1.0.2-897a89a.tar.gz
|
/sscg-1.0.2-897a89a.tar.gz
|
||||||
/sscg-1.0.3-ecdee74.tar.gz
|
/sscg-1.0.3-ecdee74.tar.gz
|
||||||
/sscg-1.0.4-024d20e.tar.gz
|
/sscg-1.0.4-024d20e.tar.gz
|
||||||
|
/sscg-1.1.0-4f90b27.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
272d6ffa59b4d7d51f07d4e89227bace sscg-1.0.4-024d20e.tar.gz
|
c2c75a200120b680f6ea7437e0944e5b sscg-1.1.0-4f90b27.tar.gz
|
||||||
|
10
sscg.spec
10
sscg.spec
@ -5,15 +5,15 @@
|
|||||||
# 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 024d20e2f7b375fa8ba9bf5c94d179161b3fe5bd
|
%global commit 4f90b27b548cbf457314b8586dc26bfd4f234155
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.0.4
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Self-signed certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -54,6 +54,10 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir}
|
|||||||
%{_bindir}/%{repo}
|
%{_bindir}/%{repo}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
||||||
|
- Update to 1.1.0
|
||||||
|
- Add support for signing service keys with an existing CA
|
||||||
|
|
||||||
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
|
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.4-1
|
||||||
- Add support for exporting the CA private key
|
- Add support for exporting the CA private key
|
||||||
- Fix incorrect output from -version
|
- Fix incorrect output from -version
|
||||||
|
Loading…
Reference in New Issue
Block a user