import container-selinux-2.130.0-1.module+el8.4.0+9935+d4945f3f

This commit is contained in:
CentOS Sources 2021-03-30 13:41:39 -04:00 committed by Stepan Oksanichenko
parent f8dd145fab
commit db17838ddd
3 changed files with 15 additions and 10 deletions

View File

@ -1 +1 @@
b1b7c2f65716bc8e5a7911494ea19c0792cc13ad SOURCES/container-selinux-f958d0c.tar.gz
3087df617c4f378460e3be448d73390c0bbdb830 SOURCES/container-selinux-fd55ae0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/container-selinux-f958d0c.tar.gz
SOURCES/container-selinux-fd55ae0.tar.gz

View File

@ -2,7 +2,7 @@
# container-selinux
%global git0 https://github.com/containers/container-selinux
%global commit0 f958d0cee4099f79890247ec64b57502b3acdb9f
%global commit0 fd55ae0a6a4e879573f9251de2dd6113e842ac0c
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# container-selinux stuff (prefix with ds_ for version/release etc.)
@ -21,7 +21,7 @@
Epoch: 2
Name: container-selinux
Version: 2.124.0
Version: 2.130.0
Release: 1%{?dist}
License: GPLv2
URL: %{git0}
@ -104,20 +104,25 @@ fi
%{_datadir}/selinux/*
%changelog
* Tue Apr 07 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.130.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.130.0
- don't use macros in changelog
- Related: #1821193
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.124.0-1
- update to 2.124.0
- Related: RHELPLAN-25139
* Mon Dec 09 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.123.0-2
- implement spec file refactoring by Zdenek Pytela, namely:
Change the uninstall command in the %postun section of the specfile
to use the %selinux_modules_uninstall macro which uses priority 200.
Change the uninstall command in the %%postun section of the specfile
to use the %%selinux_modules_uninstall macro which uses priority 200.
Change the install command in the %post section if the specfile
to use the %selinux_modules_install macro.
Replace relabel commands with using the %selinux_relabel_pre and
%selinux_relabel_post macros.
to use the %%selinux_modules_install macro.
Replace relabel commands with using the %%selinux_relabel_pre and
%%selinux_relabel_post macros.
Change formatting so that the lines are vertically aligned
in the %postun section.
in the %%postun section.
(https://github.com/containers/container-selinux/pull/85)
- Related: RHELPLAN-25139