Disable debug packages to get rawhide composing.
This commit is contained in:
parent
e7ac48e4a1
commit
4944e1d848
@ -4,7 +4,7 @@
|
||||
%global with_unit_test 1
|
||||
|
||||
%if 0%{?fedora}
|
||||
%global with_debug 1
|
||||
%global with_debug 0
|
||||
%else
|
||||
%global with_debug 0
|
||||
%endif
|
||||
@ -37,7 +37,7 @@
|
||||
|
||||
Name: %{project}-%{repo}
|
||||
Version: 1.0.0
|
||||
Release: 15.1.git%{shortcommit0}%{?dist}
|
||||
Release: 16.1.git%{shortcommit0}%{?dist}
|
||||
Summary: Libraries for writing CNI plugin
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -293,6 +293,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Jun 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.0.0-16.1.git5238c13
|
||||
- Disable debug packages to get rawhide composing.
|
||||
|
||||
* Mon Jun 07 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-15.1.git5238c13
|
||||
- Resolves: #1962008 - use correct plugin path in unitfile
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user