Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package selinux-policy for openSUSE:Factory checked in at 2021-01-15 19:44:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old) and /work/SRC/openSUSE:Factory/.selinux-policy.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "selinux-policy" Fri Jan 15 19:44:19 2021 rev:6 rq:862277 version:20210111 Changes: -------- --- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes 2020-11-13 18:55:07.725846201 +0100 +++ /work/SRC/openSUSE:Factory/.selinux-policy.new.28504/selinux-policy.changes 2021-01-15 19:44:36.169875998 +0100 @@ -1,0 +2,8 @@ +Mon Jan 11 09:29:18 UTC 2021 - Thorsten Kukuk <[email protected]> + +- Update to version 20210111 + - Drop fix_policykit.patch (integrated upstream) + - Adjust fix_iptables.patch + - update container policy + +------------------------------------------------------------------- Old: ---- fedora-policy.20201029.tar.bz2 fix_policykit.patch New: ---- fedora-policy.20210111.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ selinux-policy.spec ++++++ --- /var/tmp/diff_new_pack.e41NSS/_old 2021-01-15 19:44:37.409878030 +0100 +++ /var/tmp/diff_new_pack.e41NSS/_new 2021-01-15 19:44:37.409878030 +0100 @@ -1,7 +1,7 @@ # # spec file for package selinux-policy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ License: GPL-2.0-or-later Group: System/Management Name: selinux-policy -Version: 20201029 +Version: 20210111 Release: 0 Source: fedora-policy.%{version}.tar.bz2 Source1: selinux-policy-rpmlintrc @@ -96,7 +96,6 @@ Patch012: fix_miscfiles.patch Patch013: fix_init.patch Patch014: fix_locallogin.patch -Patch015: fix_policykit.patch Patch016: fix_iptables.patch Patch017: fix_irqbalance.patch Patch018: fix_ntp.patch @@ -400,7 +399,6 @@ %patch012 -p1 %patch013 -p1 %patch014 -p1 -%patch015 -p1 %patch016 -p1 %patch017 -p1 %patch018 -p1 ++++++ fedora-policy.20201029.tar.bz2 -> fedora-policy.20210111.tar.bz2 ++++++ ++++ 1781 lines of diff (skipped) ++++++ fix_iptables.patch ++++++ --- /var/tmp/diff_new_pack.e41NSS/_old 2021-01-15 19:44:38.421879688 +0100 +++ /var/tmp/diff_new_pack.e41NSS/_new 2021-01-15 19:44:38.421879688 +0100 @@ -2,8 +2,8 @@ =================================================================== --- fedora-policy.orig/policy/modules/system/iptables.te 2020-02-19 09:36:25.440182406 +0000 +++ fedora-policy/policy/modules/system/iptables.te 2020-02-21 12:19:23.060595602 +0000 -@@ -76,6 +76,7 @@ kernel_read_kernel_sysctls(iptables_t) - kernel_read_usermodehelper_state(iptables_t) +@@ -76,6 +76,7 @@ kernel_read_network_state(iptables_t) + kernel_read_kernel_sysctls(iptables_t) kernel_use_fds(iptables_t) kernel_rw_net_sysctls(iptables_t) +kernel_rw_pipes(iptables_t) ++++++ update.sh ++++++ --- /var/tmp/diff_new_pack.e41NSS/_old 2021-01-15 19:44:38.797880304 +0100 +++ /var/tmp/diff_new_pack.e41NSS/_new 2021-01-15 19:44:38.801880310 +0100 @@ -4,21 +4,19 @@ echo Update to $date -rm -rf fedora-policy container-selinux selinux-policy-contrib +rm -rf fedora-policy container-selinux git clone --depth 1 https://github.com/fedora-selinux/selinux-policy.git -git clone --depth 1 https://github.com/fedora-selinux/selinux-policy-contrib.git git clone --depth 1 https://github.com/containers/container-selinux.git mv selinux-policy fedora-policy rm -rf fedora-policy/.git* -mv selinux-policy-contrib/* fedora-policy/policy/modules/contrib/ mv container-selinux/container.* fedora-policy/policy/modules/contrib/ rm -f fedora-policy.$date.tar* tar cf fedora-policy.$date.tar fedora-policy bzip2 fedora-policy.$date.tar -rm -rf fedora-policy container-selinux selinux-policy-contrib +rm -rf fedora-policy container-selinux sed -i -e "s/^Version:.*/Version: $date/" selinux-policy.spec
