diff --git a/SPECS/crun.spec b/SPECS/crun.spec
index 5fd7a85..f763d15 100644
--- a/SPECS/crun.spec
+++ b/SPECS/crun.spec
@@ -1,7 +1,7 @@
 Summary: OCI runtime written in C
 Name: crun
 Version: 0.21
-Release: 1%{?dist}
+Release: 3%{?dist}
 Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 License: GPLv2+
 URL: https://github.com/containers/crun
@@ -21,7 +21,7 @@ BuildRequires: libselinux-devel
 BuildRequires: python3-libmount
 BuildRequires: libtool
 BuildRequires: go-md2man
-Provides: oci-runtime = 2
+Provides: oci-runtime
 
 %description
 crun is a runtime for running OCI containers
@@ -38,7 +38,7 @@ export CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFF
 
 %install
 %make_install
-rm -rf $RPM_BUILD_ROOT/usr/lib*
+rm -rf %{buildroot}%{_prefix}/lib*
 
 %files
 %license COPYING
@@ -46,6 +46,15 @@ rm -rf $RPM_BUILD_ROOT/usr/lib*
 %{_mandir}/man1/*
 
 %changelog
+* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-3
+- remove BR: criu-devel and leave it just for RHEL9
+- Related: #1934415
+
+* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-2
+- do not use versioned provide
+- BR: criu-devel
+- Related: #1934415
+
 * Tue Jul 27 2021 Jindrich Novy <jnovy@redhat.com> - 0.21-1
 - update to https://github.com/containers/crun/releases/tag/0.21
 - Related: #1934415