container-selinux: 2.234.2 + man page
OBS-URL: https://build.opensuse.org/package/show/security:SELinux/container-selinux?expand=0&rev=39
This commit is contained in:
parent
b846d75346
commit
0e19467c12
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/container-selinux.git</param>
|
||||
<param name="changesrevision">3f06c141bebc00a07eec4c0ded038aac4f2ae3f0</param></service></servicedata>
|
||||
<param name="changesrevision">7fdbd0e8c428c335406969878f28e14f335f2e7e</param></service></servicedata>
|
BIN
container-selinux-2.233.0.tar.xz
(Stored with Git LFS)
BIN
container-selinux-2.233.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
container-selinux-2.234.2.tar.xz
Normal file
3
container-selinux-2.234.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e4f618e58b1bcf3b65b87d334a98d5383f9ec6915668766abb7189542bbb4b8
|
||||
size 28276
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 10:08:37 UTC 2025 - rfrohl@suse.com
|
||||
|
||||
- Update to version 2.234.2:
|
||||
* TMT: enable epel idomatically
|
||||
* Packit: switch back to fedora-all
|
||||
* RPM: Bump Epoch to 4
|
||||
* rpm: ship manpage
|
||||
* Add proper labeling for RamaLama
|
||||
* Packit: remove rhel / epel jobs
|
||||
* packit: remove unused file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 14:16:15 UTC 2025 - Cathy Hu <cathy.hu@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
# Version of SELinux we were using
|
||||
%define selinux_policyver %(rpm -q selinux-policy --qf '%%{version}')
|
||||
Name: container-selinux
|
||||
Version: 2.233.0
|
||||
Version: 2.234.2
|
||||
Release: 0
|
||||
Summary: SELinux policies for container runtimes
|
||||
License: GPL-2.0-only
|
||||
@ -63,6 +63,8 @@ install -d %{buildroot}/%{_datadir}/containers/selinux
|
||||
install -m 644 container_contexts %{buildroot}/%{_datadir}/containers/selinux/contexts
|
||||
install -d %{buildroot}%{_datadir}/udica/templates
|
||||
install -m 0644 udica-templates/*.cil %{buildroot}%{_datadir}/udica/templates
|
||||
install -d %{buildroot}%{_mandir}/man8/
|
||||
install -pm 0644 container_selinux.8 %{buildroot}%{_mandir}/man8/
|
||||
|
||||
%check
|
||||
|
||||
@ -99,5 +101,6 @@ matchpathcon -qV %{_sharedstatedir}/containers || restorecon -R %{_sharedstatedi
|
||||
%dir %{_datadir}/udica
|
||||
%dir %{_datadir}/udica/templates
|
||||
%{_datadir}/udica/templates/*
|
||||
%{_mandir}/man8/container_selinux.8*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user