Hello community, here is the log from the commit of package selinux-policy for openSUSE:Factory checked in at 2017-12-12 21:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/selinux-policy (Old) and /work/SRC/openSUSE:Factory/.selinux-policy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "selinux-policy" Tue Dec 12 21:23:44 2017 rev:29 rq:556433 version:20140730 Changes: -------- --- /work/SRC/openSUSE:Factory/selinux-policy/selinux-policy.changes 2017-03-31 15:08:35.455989842 +0200 +++ /work/SRC/openSUSE:Factory/.selinux-policy.new/selinux-policy.changes 2017-12-12 21:23:50.531900062 +0100 @@ -1,0 +2,20 @@ +Tue Dec 12 09:07:31 UTC 2017 - [email protected] + +- Added + * suse_modifications_glusterfs.patch + * suse_modifications_passenger.patch + * suse_modifications_stapserver.patch + to modify module name to make the current tools happy + +------------------------------------------------------------------- +Wed Nov 29 13:20:22 UTC 2017 - [email protected] + +- Repair erroneous changes introduced with %_fillupdir macro + +------------------------------------------------------------------- +Thu Nov 23 13:53:09 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- New: ---- suse_modifications_glusterfs.patch suse_modifications_passenger.patch suse_modifications_stapserver.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ selinux-policy.spec ++++++ --- /var/tmp/diff_new_pack.Vk3bPt/_old 2017-12-12 21:23:52.363811628 +0100 +++ /var/tmp/diff_new_pack.Vk3bPt/_new 2017-12-12 21:23:52.367811435 +0100 @@ -16,6 +16,11 @@ # +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + # TODO: This turns on distro-specific policies. # There are almost no SUSE specific modifications available in the policy, so we utilize the # ones used by redhat and include also the SUSE specific ones (see sed statement below) @@ -200,6 +205,9 @@ Patch1009: suse_modifications_cron.patch Patch1010: suse_additions_sslh.patch Patch1011: suse_additions_obs.patch +Patch1012: suse_modifications_glusterfs.patch +Patch1013: suse_modifications_passenger.patch +Patch1014: suse_modifications_stapserver.patch Url: http://oss.tresys.com/repos/refpolicy/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -397,7 +405,7 @@ %dir %{_usr}/share/selinux %dir %{_sysconfdir}/selinux %ghost %config(noreplace) %{_sysconfdir}/selinux/config -%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +%{_fillupdir}/sysconfig.%{name} %{_usr}/lib/tmpfiles.d/selinux-policy.conf %description @@ -419,6 +427,9 @@ %patch1009 -p1 %patch1010 -p1 %patch1011 -p1 +%patch1012 -p1 +%patch1013 -p1 +%patch1014 -p1 # base policy contrib_path=`pwd` @@ -511,8 +522,8 @@ rm -rf selinux_config # fillup sysconfig -mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates -cp %{SOURCE61} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name} +mkdir -p %{buildroot}%{_fillupdir} +cp %{SOURCE61} %{buildroot}%{_fillupdir}/sysconfig.%{name} %clean ++++++ suse_modifications_glusterfs.patch ++++++ Index: serefpolicy-contrib-20140730/glusterd.te =================================================================== --- serefpolicy-contrib-20140730.orig/glusterd.te 2017-12-11 17:38:13.448089663 +0100 +++ serefpolicy-contrib-20140730/glusterd.te 2017-12-11 17:38:52.960730655 +0100 @@ -1,4 +1,4 @@ -policy_module(glusterfs, 1.1.2) +policy_module(glusterd, 1.1.2) ## <desc> ## <p> ++++++ suse_modifications_passenger.patch ++++++ Index: serefpolicy-contrib-20140730/passenger.te =================================================================== --- serefpolicy-contrib-20140730.orig/passenger.te 2017-12-11 17:38:13.276086872 +0100 +++ serefpolicy-contrib-20140730/passenger.te 2017-12-11 17:42:24.592161419 +0100 @@ -1,4 +1,4 @@ -policy_module(passanger, 1.1.1) +policy_module(passenger, 1.1.1) ######################################## # ++++++ suse_modifications_stapserver.patch ++++++ Index: serefpolicy-contrib-20140730/stapserver.te =================================================================== --- serefpolicy-contrib-20140730.orig/stapserver.te 2017-12-11 17:38:13.312087456 +0100 +++ serefpolicy-contrib-20140730/stapserver.te 2017-12-11 17:46:03.915729618 +0100 @@ -1,4 +1,4 @@ -policy_module(systemtap, 1.1.0) +policy_module(stapserver, 1.1.0) ######################################## #
