Generate x509v3 certificates
This commit is contained in:
parent
92e580c817
commit
25364bc235
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/sscg-0.4.1.tar.gz
|
/sscg-0.4.1.tar.gz
|
||||||
/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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7ebd06253bf78198b62b3bae28458c13 sscg-1.0.1-6858b79.tar.gz
|
e125a4ce218f10811b1e05045f4cb949 sscg-1.0.2-897a89a.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 6858b790a1ff90e77fe5fc5f01a67332a4f06755
|
%global commit 897a89ad8a332fa5b5cd6e3bf2eaa91681fcc9ee
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
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
|
||||||
|
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.2-1
|
||||||
|
- Generate x509v3 certificates
|
||||||
|
|
||||||
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.1-1
|
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.1-1
|
||||||
- Fix issue with temporary file creation
|
- Fix issue with temporary file creation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user