Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 7405f896bf625b4dffbffc3ff1b456af > files > 1

golang-github-moby-sys-0.6.2-1.mga9.src.rpm

# Generated by go2rpm 1.8.1
%bcond_without check
%global debug_package %{nil}

# https://github.com/moby/sys
%global goipath         github.com/moby/sys
Version:                0.6.2
%global tag             mountinfo/v0.6.2

%gometa

%global common_description %{expand:
Moby sys package for Go.}

%global golicenses      LICENSE symlink/LICENSE.APACHE symlink/LICENSE.BSD
%global godocs          symlink/README.md

Name:           %{goname}
Release:        %mkrel 1
Group:		Development/Other
Summary:        None

License:        BSD-3-Clause and Apache-2.0
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
for test in "TestMountedByOpenat2VsMountinfo" \
; do
awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test)
done
%gocheck
%endif

%gopkgfiles



%changelog
* Fri May 12 2023 neoclust <neoclust> 0.6.2-1.mga9
+ Revision: 1956610
- imported package golang-github-moby-sys


* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Sun Sep 25 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-1
- Update to 0.6.2

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sun Jan 30 2022 Robert-André Mauchin <zebob.m@gmail.com> - 0.3.0-1
- Bump to commit 03b9f8d59a07f5206a2264105f4903a222aea964

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Sun Jan 31 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.2.0-4.git5a29239
- Fix license

* Wed Jan 27 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.2.0-3.git5a29239
- Update to latest upstream commit

* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Thu Jul 30 17:45:36 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.0-1
- Initial package