Fix issue with temporary file creation
This commit is contained in:
parent
8cba442b31
commit
92e580c817
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/sscg-0.4.1.tar.gz
|
||||
/sscg-1.0.0-a3fe426.tar.gz
|
||||
/sscg-1.0.1-6858b79.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
56420d1095dc08e9fa57d382a6d35966 sscg-1.0.0-a3fe426.tar.gz
|
||||
7ebd06253bf78198b62b3bae28458c13 sscg-1.0.1-6858b79.tar.gz
|
||||
|
@ -5,13 +5,13 @@
|
||||
# https://github.com/sgallagher/sscg
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit a3fe426d3cd1c3c65375bda774f631e9ed20e9c0
|
||||
%global commit 6858b790a1ff90e77fe5fc5f01a67332a4f06755
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
|
||||
Name: %{repo}
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
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 <sgallagh@redhat.com> - 1.0.1-1
|
||||
- Fix issue with temporary file creation
|
||||
|
||||
* Mon May 23 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.0.0-1
|
||||
- New upstream release 1.0.0
|
||||
- Rewritten in Go
|
||||
|
Loading…
Reference in New Issue
Block a user