[packit] 1.9.2 upstream release
Upstream tag: 1.9.2 Upstream commit: 35274d34
This commit is contained in:
parent
612a96918e
commit
fae9f7633f
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@ crun-0.1.1.tar.gz
|
|||||||
/crun-1.8.7.tar.xz
|
/crun-1.8.7.tar.xz
|
||||||
/crun-1.9.tar.xz
|
/crun-1.9.tar.xz
|
||||||
/crun-1.9.1.tar.xz
|
/crun-1.9.1.tar.xz
|
||||||
|
/crun-1.9.2.tar.xz
|
||||||
|
@ -15,7 +15,9 @@ actions:
|
|||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: pull_request
|
trigger: pull_request
|
||||||
# keep in sync with https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "Ephemeral COPR build failed. @containers/packit-build please check."
|
||||||
targets:
|
targets:
|
||||||
- fedora-all-x86_64
|
- fedora-all-x86_64
|
||||||
- fedora-all-aarch64
|
- fedora-all-aarch64
|
||||||
@ -31,6 +33,9 @@ jobs:
|
|||||||
# Run on commit to main branch
|
# Run on commit to main branch
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
trigger: commit
|
trigger: commit
|
||||||
|
notifications:
|
||||||
|
failure_comment:
|
||||||
|
message: "podman-next COPR build failed. @containers/packit-build please check."
|
||||||
branch: main
|
branch: main
|
||||||
owner: rhcontainerbot
|
owner: rhcontainerbot
|
||||||
project: podman-next
|
project: podman-next
|
||||||
|
@ -37,7 +37,7 @@ Epoch: 102
|
|||||||
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
# If that's what you're reading, Version must be 0, and will be updated by Packit for
|
||||||
# copr and koji builds.
|
# copr and koji builds.
|
||||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
URL: https://github.com/containers/%{name}
|
URL: https://github.com/containers/%{name}
|
||||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
@ -117,8 +117,6 @@ rm -rf %{buildroot}%{_prefix}/lib*
|
|||||||
|
|
||||||
%if %{defined krun_support}
|
%if %{defined krun_support}
|
||||||
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/krun
|
ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/krun
|
||||||
%else
|
|
||||||
rm -f %{buildroot}%{_mandir}/man1/krun.1
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{defined wasm_support}
|
%if %{defined wasm_support}
|
||||||
@ -128,7 +126,7 @@ ln -s %{_bindir}/%{name} %{buildroot}%{_bindir}/%{name}-wasm
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/crun.1.gz
|
%{_mandir}/man1/%{name}.1.gz
|
||||||
|
|
||||||
%if %{defined krun_support}
|
%if %{defined krun_support}
|
||||||
%files krun
|
%files krun
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (crun-1.9.1.tar.xz) = 5de6d16b2db3aaa5ec6fe9afc0df72eae5936fec2289fd31159ed81f39c73b8c61834ae587348ab76736394094333fdc0d7ecfa2002dd50f7430bf57627998f8
|
SHA512 (crun-1.9.2.tar.xz) = 277010c1057f5be2d75870685e539868f7289171ee607b15aab928ad9aeb176b17e6ab5a830495990307314b09791b7d2b93c2e731fd33dfd4cd9b5342db29f1
|
||||||
|
Loading…
Reference in New Issue
Block a user