From ddf3bd01b8916cd1021b1cb46c3fedc756b68591 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 25 2016 18:49:51 +0000 Subject: Add support for exporting the CA private key - Fix incorrect output from -version - Add README.md --- diff --git a/.gitignore b/.gitignore index 4b18dea..9e935b6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /sscg-1.0.1-6858b79.tar.gz /sscg-1.0.2-897a89a.tar.gz /sscg-1.0.3-ecdee74.tar.gz +/sscg-1.0.4-024d20e.tar.gz diff --git a/sources b/sources index 23f8bca..480f1c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99ac75f5a3de6f4eec099d6410f35b42 sscg-1.0.3-ecdee74.tar.gz +272d6ffa59b4d7d51f07d4e89227bace sscg-1.0.4-024d20e.tar.gz diff --git a/sscg.spec b/sscg.spec index d4fd96c..db7d1b3 100644 --- a/sscg.spec +++ b/sscg.spec @@ -5,13 +5,13 @@ # https://github.com/sgallagher/sscg %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit ecdee74991116be7222526174fc7e10696985e92 +%global commit 024d20e2f7b375fa8ba9bf5c94d179161b3fe5bd %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Self-signed certificate generator @@ -50,9 +50,15 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir} %files %license LICENSE +%doc README.md %{_bindir}/%{repo} %changelog +* Wed May 25 2016 Stephen Gallagher - 1.0.4-1 +- Add support for exporting the CA private key +- Fix incorrect output from -version +- Add README.md + * Tue May 24 2016 Stephen Gallagher - 1.0.3-1 - Only sign certificates after all extensions have been added