diff --git a/.gitignore b/.gitignore index 386749b..5afa112 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sscg-0.4.1.tar.gz /sscg-1.0.0-a3fe426.tar.gz /sscg-1.0.1-6858b79.tar.gz +/sscg-1.0.2-897a89a.tar.gz diff --git a/sources b/sources index b4c9146..2c3b247 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ebd06253bf78198b62b3bae28458c13 sscg-1.0.1-6858b79.tar.gz +e125a4ce218f10811b1e05045f4cb949 sscg-1.0.2-897a89a.tar.gz diff --git a/sscg.spec b/sscg.spec index 0e4ca25..17ec045 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 6858b790a1ff90e77fe5fc5f01a67332a4f06755 +%global commit 897a89ad8a332fa5b5cd6e3bf2eaa91681fcc9ee %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Self-signed certificate generator @@ -53,6 +53,9 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir} %{_bindir}/%{repo} %changelog +* Mon May 23 2016 Stephen Gallagher - 1.0.2-1 +- Generate x509v3 certificates + * Mon May 23 2016 Stephen Gallagher - 1.0.1-1 - Fix issue with temporary file creation