diff --git a/buildah.spec b/buildah.spec index 1641c76d921e585be5933e9693c98663af801313..9cfb8df9a743be3183d93d3b8535938a7ab91874 100644 --- a/buildah.spec +++ b/buildah.spec @@ -11,13 +11,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %endif %global import_path github.com/containers/buildah -%global branch release-1.22 -%global commit0 4d2022278696ad2f39b5c95029d8c699db404f37 +#%%global branch main +%global commit0 19159983d3ecdb16df97eb4c887902363066b474 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) +Epoch: 1 Name: buildah -Version: 1.22.3 -Release: 2%{?dist} +Version: 1.26.2 +Release: 1%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -26,15 +27,15 @@ ExclusiveArch: %{go_arches} %if 0%{?branch:1} Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz %else -Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%%{shortcommit0}.tar.gz +Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz %endif -BuildRequires: golang >= 1.16.6 +BuildRequires: golang >= 1.17.7 BuildRequires: git BuildRequires: glib2-devel BuildRequires: libseccomp-devel BuildRequires: ostree-devel BuildRequires: glibc-static -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: libassuan-devel @@ -43,6 +44,10 @@ Requires: runc >= 1.0.0-26 Requires: containers-common >= 2:1-2 Recommends: container-selinux Requires: slirp4netns >= 0.3-0 +Requires: containernetworking-plugins >= 0.9.1-1 +Suggests: netavark +Requires: iptables +Requires: nftables %description The %{name} package provides a command line tool which can be used to @@ -55,7 +60,7 @@ or %package tests Summary: Tests for %{name} -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Requires: bzip2 Requires: podman Requires: golang @@ -73,7 +78,7 @@ This package contains system tests for %{name} %if 0%{?branch:1} %autosetup -Sgit -n containers-%{name}-%{shortcommit0} %else -%autosetup -Sgit -n %%{name}-%{commit0} +%autosetup -Sgit -n %{name}-%{commit0} %endif sed -i 's/GOMD2MAN =/GOMD2MAN ?=/' docs/Makefile sed -i '/docs install/d' Makefile @@ -115,7 +120,7 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %license LICENSE %doc README.md %{_bindir}/%{name} -%{_mandir}/man1/%{name}* +%{_mandir}/man[15]/* %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/%{name} @@ -127,6 +132,151 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Thu Jul 07 2022 Jindrich Novy - 1:1.26.2-1 +- update to https://github.com/containers/buildah/releases/tag/v1.26.2 +- Related: #2061390 + +* Tue Jun 07 2022 Jindrich Novy - 1:1.26.1-2 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061390 + +* Fri May 06 2022 Jindrich Novy - 1:1.26.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.26.1 +- Related: #2061390 + +* Wed Apr 20 2022 Jindrich Novy - 1:1.25.1-2 +- bump golang BR to 1.17.7 +- Related: #2061390 + +* Thu Mar 31 2022 Jindrich Novy - 1:1.25.1-1 +- update to https://github.com/containers/buildah/releases/tag/v1.25.1 + +* Wed Mar 30 2022 Jindrich Novy - 1:1.25.0-1 +- update to https://github.com/containers/buildah/releases/tag/v1.25.0 +- Related: #2061390 + +* Mon Mar 07 2022 Jindrich Novy - 1:1.24.2-1 +- Add patch to fix bash symtax for gating tests +- Upstream PR: https://github.com/containers/buildah/pull/3792 +- Related: #2001445 + +* Mon Nov 22 2021 Jindrich Novy - 1:1.23.1-3 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.23 + (https://github.com/containers/buildah/commit/867c1bc) +- Related: #2001445 + +* Mon Oct 18 2021 Jindrich Novy - 1:1.23.1-2 +- respect Epoch in subpackage dependencies +- Related: #2001445 + +* Fri Oct 15 2021 Jindrich Novy - 1:1.23.1-1 +- bump Epoch to preserve upgrade path +- Related: #2001445 + +* Wed Oct 13 2021 Jindrich Novy - 1.23.1-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/release-1.23 + (https://github.com/containers/buildah/commit/87a0565) +- Related: #2001445 + +* Wed Oct 13 2021 Jindrich Novy - 1.24.0-0.18 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/982717a) +- Related: #2001445 + +* Mon Oct 11 2021 Jindrich Novy - 1.24.0-0.17 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/50869a7) +- Related: #2001445 + +* Fri Oct 08 2021 Jindrich Novy - 1.24.0-0.16 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/211972a) +- Related: #2001445 + +* Thu Oct 07 2021 Jindrich Novy - 1.24.0-0.15 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/c044ad6) +- Related: #2001445 + +* Wed Oct 06 2021 Jindrich Novy - 1.24.0-0.14 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/7807a0e) +- Related: #2001445 + +* Mon Oct 04 2021 Jindrich Novy - 1.24.0-0.13 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/0cd9445) +- Related: #2001445 + +* Fri Oct 01 2021 Jindrich Novy - 1.24.0-0.12 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/954c481) +- Related: #2001445 + +* Thu Sep 30 2021 Jindrich Novy - 1.24.0-0.11 +- include all man pages +- Related: #2001445 + +* Thu Sep 30 2021 Jindrich Novy - 1.24.0-0.10 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/d2ef199) +- Related: #2001445 + +* Wed Sep 29 2021 Jindrich Novy - 1.24.0-0.9 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/455f2f1) +- Related: #2001445 + +* Mon Sep 27 2021 Jindrich Novy - 1.24.0-0.8 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/8548885) +- Related: #2001445 + +* Fri Sep 24 2021 Jindrich Novy - 1.24.0-0.7 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/9a49348) +- Related: #2001445 + +* Thu Sep 23 2021 Jindrich Novy - 1.24.0-0.6 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/a72aad4) +- Related: #2001445 + +* Wed Sep 22 2021 Jindrich Novy - 1.24.0-0.5 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/b8757e9) +- Related: #2001445 + +* Tue Sep 21 2021 Jindrich Novy - 1.24.0-0.4 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/fb84638) +- Related: #2001445 + +* Mon Sep 20 2021 Jindrich Novy - 1.24.0-0.3 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/f3f3c55) +- Related: #2001445 + +* Fri Sep 17 2021 Jindrich Novy - 1.24.0-0.2 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/753716a) +- Related: #2001445 + +* Wed Sep 15 2021 Jindrich Novy - 1.24.0-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/69b3e56) +- Related: #2001445 + +* Mon Sep 13 2021 Jindrich Novy - 1.23.0-0.2 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/e9bc224) +- Related: #2001445 + +* Fri Sep 10 2021 Jindrich Novy - 1.23.0-0.1 +- update to the latest content of https://github.com/containers/buildah/tree/main + (https://github.com/containers/buildah/commit/a5aba5c) +- Related: #2001445 + * Wed Aug 25 2021 Jindrich Novy - 1.22.3-2 - update to the latest content of https://github.com/containers/buildah/tree/release-1.22 (https://github.com/containers/buildah/commit/4d20222) diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..1b6e232a694db822d5d916101625fc8913eafdb2 --- /dev/null +++ b/download @@ -0,0 +1 @@ +a9d54edc39b1e27c531dd8ee6662981c buildah-1.26.2-1915998.tar.gz diff --git a/release-1.22-4d20222.tar.gz b/release-1.22-4d20222.tar.gz deleted file mode 100644 index 65a7f767de4f14f087103c758096f96db14af66a..0000000000000000000000000000000000000000 Binary files a/release-1.22-4d20222.tar.gz and /dev/null differ