diff --git a/.container-selinux.metadata b/.container-selinux.metadata index 9cb12a0..cafef2f 100644 --- a/.container-selinux.metadata +++ b/.container-selinux.metadata @@ -1 +1 @@ -b1b7c2f65716bc8e5a7911494ea19c0792cc13ad SOURCES/container-selinux-f958d0c.tar.gz +3087df617c4f378460e3be448d73390c0bbdb830 SOURCES/container-selinux-fd55ae0.tar.gz diff --git a/.gitignore b/.gitignore index 44da998..ae6dc27 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/container-selinux-f958d0c.tar.gz +SOURCES/container-selinux-fd55ae0.tar.gz diff --git a/SPECS/container-selinux.spec b/SPECS/container-selinux.spec index eb1b6e5..0df734c 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -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 - 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 - 2:2.124.0-1 - update to 2.124.0 - Related: RHELPLAN-25139 * Mon Dec 09 2019 Jindrich Novy - 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