]> git.pld-linux.org Git - packages/criu.git/commitdiff
- disable x32 again, misdetected as x8664, rel 6
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Apr 2022 23:18:52 +0000 (01:18 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Apr 2022 23:18:52 +0000 (01:18 +0200)
criu.spec

index 3c9f5564b4b2120af4c4e974b318196529897e36..83bb1dafb05b97a491ce67a239dae3ff35df3737 100644 (file)
--- a/criu.spec
+++ b/criu.spec
@@ -13,7 +13,7 @@ Summary:      Checkpoint/restore functionality for Linux in userspace
 Summary(pl.UTF-8):     Funkcja checkpoint/restore w przestrzeni użytkownika dla Linuksa
 Name:          criu
 Version:       3.16
-Release:       5
+Release:       6
 License:       GPL v2 (tools), LGPL v2.1 (library)
 Group:         Applications/System
 Source0:       http://download.openvz.org/criu/%{name}-%{version}.tar.bz2
@@ -42,7 +42,7 @@ BuildRequires:        sed >= 4.0
 Requires:      %{name}-libs = %{version}-%{release}
 Requires:      iproute2 >= 3.5
 Requires:      uname(release) >= 3.11
-ExclusiveArch: %{x8664} %{armv7} %{armv8} aarch64 ppc64 x32
+ExclusiveArch: %{x8664} %{armv7} %{armv8} aarch64 ppc64
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     %{_prefix}/lib
This page took 0.115089 seconds and 4 git commands to generate.