## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # 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 sequential/v0.5.0 %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: %autorelease 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 * Sun Apr 23 2023 Sérgio M. Basto - 0.6.2-3 - update to sequential/v0.5.0 * Thu Jan 19 2023 Fedora Release Engineering - 0.6.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Sep 25 2022 Robert-André Mauchin - 0.6.2-1 - Update to 0.6.2 * Thu Jul 21 2022 Fedora Release Engineering - 0.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jan 30 2022 Robert-André Mauchin - 0.3.0-1 - Bump to commit 03b9f8d59a07f5206a2264105f4903a222aea964 * Thu Jan 20 2022 Fedora Release Engineering - 0.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sun Jan 31 2021 Olivier Lemasle - 0.2.0-4.git5a29239 - Fix license * Wed Jan 27 2021 Olivier Lemasle - 0.2.0-3.git5a29239 - Update to latest upstream commit * Tue Jan 26 2021 Fedora Release Engineering - 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 - 0.2.0-1 - Initial package