import CS container-selinux-2.240.0-1.el9

This commit is contained in:
eabdullin 2025-09-15 11:50:26 +00:00
parent 588a72e100
commit cbfe99cf71
3 changed files with 32 additions and 5 deletions

View File

@ -1 +1 @@
09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz
bb8157f7ea50a7da2f9f404f22f10f11a8b1b4b0 SOURCES/v2.240.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v2.235.0.tar.gz
SOURCES/v2.240.0.tar.gz

View File

@ -30,12 +30,12 @@ Name: container-selinux
%if %{defined copr_build}
Epoch: 102
%else
Epoch: 3
Epoch: 4
%endif
# 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
Version: 2.240.0
Release: 1%{?dist}
License: GPL-2.0-only
URL: https://github.com/containers/%{name}
@ -111,6 +111,9 @@ fi
%posttrans
%selinux_relabel_post
# Empty placeholder check to silence rpmlint
%check
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
@ -119,8 +122,8 @@ fi
%{_datadir}/selinux/*
%dir %{_datadir}/containers/selinux
%{_datadir}/containers/selinux/contexts
%dir %{_datadir}/udica/templates/
%dir %{_datadir}/udica
%dir %{_datadir}/udica/templates/
%{_datadir}/udica/templates/*
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120
%{_mandir}/man8/container_selinux.8.gz
@ -135,6 +138,30 @@ if %{_sbindir}/selinuxenabled ; then
fi
%changelog
* Mon Aug 11 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.240.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.240.0
- Related: RHEL-80816
* Mon Jul 14 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.239.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.239.0
- Related: RHEL-80816
* Mon Jun 02 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.238.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.238.0
- Related: RHEL-80816
* Wed Apr 30 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.237.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.237.0
- Related: RHEL-80816
* Fri Mar 14 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.236.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.236.0
- Resolves: RHEL-80473
* Tue Mar 04 2025 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.235.0-2
- sync TMT tests and plan from upstream
- Resolves: RHEL-80816
* Mon Feb 24 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.235.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.235.0
- Resolves: RHEL-80473