Debundle spacelog
This commit is contained in:
parent
bd3d64b8df
commit
ea7a34014e
11
sscg.spec
11
sscg.spec
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple SSL certificate generator
|
Summary: Simple SSL certificate generator
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -22,9 +22,10 @@ ExclusiveArch: %{go_arches}
|
|||||||
|
|
||||||
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: golang(github.com/spacemonkeygo/spacelog)
|
||||||
|
|
||||||
Provides: bundled(golang(github.com/spacemonkeygo/openssl))
|
Provides: bundled(golang(github.com/spacemonkeygo/openssl))
|
||||||
Provides: bundled(golang(github.com/spacemonkeygo/spacelog))
|
#Provides: bundled(golang(github.com/spacemonkeygo/spacelog))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A utility to aid in the creation of more secure "self-signed"
|
A utility to aid in the creation of more secure "self-signed"
|
||||||
@ -37,6 +38,9 @@ false signatures from the service certificate.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{repo}-%{commit}
|
%setup -q -n %{repo}-%{commit}
|
||||||
|
|
||||||
|
# Remove debundled spacelog
|
||||||
|
rm -rf vendor/github.com/spacemonkeygo/spacelog
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p src/%{provider}.%{provider_tld}/%{project}/
|
mkdir -p src/%{provider}.%{provider_tld}/%{project}/
|
||||||
ln -s ../../../ src/%{provider}.%{provider_tld}/%{project}/%{repo}
|
ln -s ../../../ src/%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
@ -54,6 +58,9 @@ install -p -m 755 bin/%{name} %{buildroot}%{_bindir}
|
|||||||
%{_bindir}/%{repo}
|
%{_bindir}/%{repo}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 31 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-2
|
||||||
|
- Debundle spacelog
|
||||||
|
|
||||||
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
* Wed May 25 2016 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1
|
||||||
- Update to 1.1.0
|
- Update to 1.1.0
|
||||||
- Add support for signing service keys with an existing CA
|
- Add support for signing service keys with an existing CA
|
||||||
|
Loading…
Reference in New Issue
Block a user