Blame golang-github-opencontainers-selinux.spec

0029ac5
# Generated by go2rpm
0029ac5
%bcond_without check
0029ac5
0029ac5
# https://github.com/opencontainers/selinux
0029ac5
%global goipath         github.com/opencontainers/selinux
0029ac5
Version:                1.2.2
0029ac5
0029ac5
%gometa
0029ac5
0029ac5
%global common_description %{expand:
0029ac5
Common SELinux package used across the container ecosystem.}
0029ac5
0029ac5
%global golicenses      LICENSE
0029ac5
%global godocs          CONTRIBUTING.md README.md
0029ac5
0029ac5
%global gosupfiles      ${selinux[@]}
0029ac5
0029ac5
Name:           %{goname}
68170da
Release:        4%{?dist}
0029ac5
Summary:        Common SELinux implementation
0029ac5
0029ac5
# Upstream license specification: Apache-2.0
0029ac5
License:        ASL 2.0
0029ac5
URL:            %{gourl}
0029ac5
Source0:        %{gosource}
0029ac5
0029ac5
%description
0029ac5
%{common_description}
0029ac5
0029ac5
%gopkg
0029ac5
0029ac5
%prep
0029ac5
%goprep
0029ac5
0029ac5
%install
0029ac5
mapfile -t selinux <<< $(find . -name "*.go" -type f)
0029ac5
%gopkginstall
0029ac5
0029ac5
%if %{with check}
0029ac5
%check
0029ac5
%gocheck
0029ac5
%endif
0029ac5
0029ac5
%gopkgfiles
0029ac5
0029ac5
%changelog
68170da
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-4
68170da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
68170da
4150ef5
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
4150ef5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4150ef5
db1fc71
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
db1fc71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
db1fc71
0029ac5
* Sat May 04 17:43:15 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.2-1
0029ac5
- Initial package