import UBI container-selinux-2.237.0-1.el9_6
This commit is contained in:
parent
01132a18bf
commit
6299765edf
@ -1 +1 @@
|
||||
09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz
|
||||
75de51da8ad54abacd3e5b4da2d6df5510560f04 SOURCES/v2.237.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v2.235.0.tar.gz
|
||||
SOURCES/v2.237.0.tar.gz
|
||||
|
@ -35,8 +35,8 @@ Epoch: 4
|
||||
# Keep Version in upstream specfile at 0. It will be automatically set
|
||||
# to the correct value by Packit for copr and koji builds.
|
||||
# IGNORE this comment if you're looking at it in dist-git.
|
||||
Version: 2.235.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.237.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-only
|
||||
URL: https://github.com/containers/%{name}
|
||||
Summary: SELinux policies for container runtimes
|
||||
@ -114,6 +114,9 @@ fi
|
||||
#define license tag if not already defined
|
||||
%{!?_licensedir:%global license %doc}
|
||||
|
||||
# Empty placeholder check to silence rpmlint
|
||||
%check
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%{_datadir}/selinux/*
|
||||
@ -135,6 +138,10 @@ if %{_sbindir}/selinuxenabled ; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Wed May 28 2025 Lokesh Mandvekar <lsm5@redhat.com> - 4:2.237.0-1
|
||||
- bump to v2.237.0
|
||||
- Related: RHEL-85434
|
||||
|
||||
* Mon Apr 07 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.235.0-2
|
||||
- rebuild
|
||||
- Related: RHEL-85434
|
||||
|
Loading…
Reference in New Issue
Block a user