diff --git a/golang-github-abbot-go-http-auth.spec b/golang-github-abbot-go-http-auth.spec index 10a49ef..ea6ed86 100644 --- a/golang-github-abbot-go-http-auth.spec +++ b/golang-github-abbot-go-http-auth.spec @@ -37,7 +37,7 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: Basic and Digest HTTP Authentication for golang http License: ASL 2.0 URL: https://%{provider_prefix} @@ -70,7 +70,6 @@ BuildArch: noarch %endif Provides: golang(%{import_path}) = %{version}-%{release} -Provides: golang(%{import_path}/examples) = %{version}-%{release} %description devel %{summary} @@ -174,6 +173,10 @@ gotest %{import_path} %endif %changelog +* Mon Aug 17 2015 jchaloup - 0-0.4.gitc0ef453 +- Don't provide examples + related: #1248477 + * Thu Jul 30 2015 Fridolin Pokorny - 0-0.3.gitc0ef453 - Move test.htpasswd and test.htdigest to test unit related: #1248477