## 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_with check %bcond_without bootstrap %if %{with bootstrap} %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ %else # Avoid noarch package built differently on different architectures %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(github.com/tonistiigi/go-archvariant\\)$ %endif # https://github.com/moby/buildkit %global goipath github.com/moby/buildkit Version: 0.10.5 %gometa -f %global godevelheader %{expand: Requires: golang(github.com/tonistiigi/go-archvariant)} %global common_description %{expand: BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner.} %global golicenses LICENSE %global godocs docs examples AUTHORS README.md Name: %{goname} Release: %autorelease Summary: Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit License: Apache-2.0 URL: %{gourl} Source: %{gosource} Patch0: 0001-Remove-dependency-on-InstrumentationLibrary.patch # https://github.com/moby/buildkit/pull/3144 Patch1: 3144.patch %description %{common_description} %gopkg %prep %goprep # Remove in next release sed -i "s|github.com/containerd/stargz-snapshotter/snapshot/overlayutils|github.com/containerd/containerd/snapshots/overlay/overlayutils|" $(find . -iname "*.go" -type f) %patch0 -p1 %patch1 -p1 %if %{without bootstrap} %generate_buildrequires %go_generate_buildrequires %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %endif %install %gopkginstall %if %{without bootstrap} install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %endif %if %{with check} %check for test in "TestMergeOp" \ "TestSnapshotExtract" \ "TestGetRemotes" \ "TestExtractOnMutable" \ "TestDiffOp" \ "TestChecksumHardlinks" \ "TestChecksumBasicFile" \ "TestSymlinkAbsDirSuffix" \ "TestChecksumIncludeDoubleStar" \ "TestChecksumSymlinkNoParentScan" \ "TestSymlinksNoFollow" \ "TestSymlinkNeedsScan" \ "TestPersistence" \ "TestChecksumIncludeSymlink" \ "TestChecksumWildcardOrFilter" \ "TestSymlinkThroughParent" \ "TestSymlinkInPathScan" \ "TestChecksumIncludeExclude" \ "TestClientGatewayIntegration" \ "TestIntegration" \ "TestCLIIntegration" \ "TestFrontendIntegration" \ "TestTargetBuildInfo" \ "TestMerge" \ "TestHardlinks" \ "TestUsage" \ "TestJobsIntegration" \ "TestSubdir" \ "TestMultipleReposKeepGitDir" \ "TestFetchByTagKeepGitDir" \ "TestRepeatedFetchKeepGitDir" \ "TestFetchByAnnotatedTagKeepGitDir" \ "TestFetchBySHAKeepGitDir" \ "TestSubdirKeepGitDir" \ "TestMultipleRepos" \ "TestFetchByAnnotatedTag" \ "TestFetchByTag" \ "TestRepeatedFetch" \ "TestFetchBySHA" \ "TestHTTPDefaultName" \ "TestHTTPSource" \ "TestHTTPChecksum" \ "TestSimpleDiff" \ "TestRenameDiff" \ "TestEmptyFileDiff" \ "TestNestedDeletion" \ "TestDirectoryReplace" \ "TestRemoveDirectoryTree" \ "TestRemoveDirectoryTreeWithDash" \ "TestFileReplace" \ "TestParentDirectoryPermission" \ "TestUpdateWithSameTime" \ "TestLchtimes" \ ; do awk -i inplace '/^func.*'"$test"'\(/ { print; print "\tt.Skip(\"disabled failing test\")"; next}1' $(grep -rl $test) done %gocheck %endif %files %license LICENSE %doc docs examples AUTHORS README.md %if %{without bootstrap} %{_bindir}/* %endif %gopkgfiles %changelog * Wed Apr 26 2023 Sérgio M. Basto - 0.10.5-3 - Boostrap * Thu Jan 19 2023 Fedora Release Engineering - 0.10.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Oct 26 2022 Robert-André Mauchin - 0.10.5-1 - Add patch to work with latest tonistiigi/fsutil * Sat Oct 22 2022 Robert-André Mauchin - 0.10.4-2 - Use gometa -f * Sat Oct 22 2022 Robert-André Mauchin - 0.10.4-1 - Update tp 0.10.4 * Sat Oct 22 2022 Robert-André Mauchin - 0.9.0-6 - Update tp 0.10.4 * Thu Jul 21 2022 Fedora Release Engineering - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Feb 05 2022 Robert-André Mauchin - 0.9.0-4 - Unbootstrap * Sat Feb 05 2022 Robert-André Mauchin - 0.9.0-3 - Bootstrap * Thu Jan 20 2022 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Aug 03 2021 Robert-André Mauchin - 0.9.0-1 - Update to 0.9.0 Close: rhbz#1742419, rhbz#1987535 * Fri Jun 11 20:28:24 CEST 2021 Robert-André Mauchin - 0.8.2-3 - Use new github.com/containerd/fuse-overlayfs-snapshotter import path * Fri Mar 19 2021 Olivier Lemasle - 0.8.2-2 - Adapt to new version of containerd * Sun Mar 07 2021 Olivier Lemasle - 0.8.2-1 - Update to 0.8.2 * Fri Jan 29 2021 Olivier Lemasle - 0.8.1-2 - Unbootstrap * Fri Jan 29 2021 Olivier Lemasle - 0.8.1-1 - Update to 0.8.1 - bootstrap * Tue Jan 26 2021 Fedora Release Engineering - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 23:14:10 CEST 2020 Robert-André Mauchin - 0.7.2-1 - Update to 0.7.2 * Sat Aug 01 2020 Fedora Release Engineering - 0.6.4-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 0.6.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Apr 01 2020 Olivier Lemasle - 0.6.4-1 - Update to upstream 0.6.4 * Wed Jan 29 2020 Fedora Release Engineering - 0.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 0.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jul 04 15:43:01 CEST 2019 Robert-André Mauchin - 0.5.1-1.20190704git21034f4 - Release 0.5.1, commit 21034f4234c5fdbdd7f25d3373e12bd0b950e4db * Sun May 05 18:43:46 CEST 2019 Robert-André Mauchin - 0.5.0-1 - Initial package