containernetworking-plugins-1.0.0-17.1.git5238c13

- BR: go-rpm-macros to re-enable debuginfo

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-06-14 10:22:00 -04:00
parent 4944e1d848
commit 29fc7fbd66

View File

@ -4,7 +4,7 @@
%global with_unit_test 1
%if 0%{?fedora}
%global with_debug 0
%global with_debug 1
%else
%global with_debug 0
%endif
@ -37,7 +37,7 @@
Name: %{project}-%{repo}
Version: 1.0.0
Release: 16.1.git%{shortcommit0}%{?dist}
Release: 17.1.git%{shortcommit0}%{?dist}
Summary: Libraries for writing CNI plugin
License: ASL 2.0
URL: %{git0}
@ -46,6 +46,7 @@ Source0: %{git0}/archive/%{commit0}.tar.gz
BuildRequires: golang
BuildRequires: git
BuildRequires: go-md2man
BuildRequires: go-rpm-macros
BuildRequires: systemd-devel
Requires: systemd
@ -293,6 +294,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%endif
%changelog
* Mon Jun 14 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0-17.1.git5238c13
- BR: go-rpm-macros to re-enable debuginfo
* Sat Jun 12 2021 Kevin Fenzi <kevin@scrye.com> - 1.0.0-16.1.git5238c13
- Disable debug packages to get rawhide composing.