Update to 2.0.0
This commit is contained in:
parent
8500413885
commit
d0f8d8d1b7
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sscg-2.0.0.tar.gz) = ec6ac0ce0d4c6df80416299e3d15bc75eb5bd09b30f24a9693426ba276cbd9f7481559185fd303b741cb47a20199a3ffd9d1b7cc44a696b2dd1e4aac0566bda8
|
SHA512 (sscg-2.0.0.tar.gz) = fd3d425cd737a4cb13cd4ac73fb006dfebe44462ac715888164d792c4c34d3f0d8d5ff9062ce5af3850ab3933659d23011b1f447f8a7b5183ceb28778c9a0f32
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
%global provider github
|
||||||
%global provider_tld com
|
%global provider_tld com
|
||||||
%global project sgallagher
|
%global project sgallagher
|
||||||
%global repo sscg
|
%global repo sscg
|
||||||
@ -11,12 +12,12 @@
|
|||||||
|
|
||||||
Name: sscg
|
Name: sscg
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1.rc1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{version}.tar.gz
|
Source0: https://%{provider_prefix}/releases/download/%{repo}-%{version}/%{repo}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
@ -45,10 +46,11 @@ false signatures from the service certificate.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-1.rc1
|
* Thu Feb 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.0.0-1
|
||||||
- Update to 2.0.0
|
- Update to 2.0.0
|
||||||
|
|
||||||
* Thu Feb 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-6
|
* Thu Feb 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-6
|
||||||
|
Loading…
Reference in New Issue
Block a user