From dab1241d90c81754d1c2b02689712195e91d6404 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 May 2016 08:36:45 -0400 Subject: [PATCH] Only sign certificates after all extensions have been added --- .gitignore | 1 + sources | 2 +- sscg.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5afa112..4b18dea 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 2c3b247..23f8bca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e125a4ce218f10811b1e05045f4cb949 sscg-1.0.2-897a89a.tar.gz +99ac75f5a3de6f4eec099d6410f35b42 sscg-1.0.3-ecdee74.tar.gz diff --git a/sscg.spec b/sscg.spec index 17ec045..d4fd96c 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 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 - 1.0.3-1 +- Only sign certificates after all extensions have been added + * Mon May 23 2016 Stephen Gallagher - 1.0.2-1 - Generate x509v3 certificates