Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2021-10-25 15:17:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit" Mon Oct 25 15:17:08 2021 rev:78 rq:926578 version:0.118 Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2021-07-21 19:06:40.951323020 +0200 +++ /work/SRC/openSUSE:Factory/.polkit.new.1890/polkit.changes 2021-10-25 15:17:43.217686395 +0200 @@ -1,0 +2,6 @@ +Wed Oct 20 15:12:07 UTC 2021 - Marcus Meissner <[email protected]> + +- fork libpolkit0 package into libpolkit-agent-1-0 and libpolkit-gobject-1-0 + as mandated. bsc#1191781 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.ydJlZd/_old 2021-10-25 15:17:43.877686807 +0200 +++ /var/tmp/diff_new_pack.ydJlZd/_new 2021-10-25 15:17:43.881686810 +0200 @@ -60,7 +60,8 @@ # gtk-doc drags indirectyly ruby in for one of the helpers. This in turn causes a build cycle. #!BuildIgnore: ruby Requires: dbus-1 -Requires: libpolkit0 = %{version}-%{release} +Requires: libpolkit-agent-1-0 = %{version}-%{release} +Requires: libpolkit-gobject-1-0 = %{version}-%{release} %sysusers_requires Requires(post): permissions %systemd_ordering @@ -79,7 +80,8 @@ Summary: Development files for PolicyKit Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} -Requires: libpolkit0 = %{version} +Requires: libpolkit-agent-1-0 = %{version} +Requires: libpolkit-gobject-1-0 = %{version} Requires: pkgconfig Requires: typelib-1_0-Polkit-1_0 = %{version} @@ -96,17 +98,31 @@ %description doc Development documentation for PolicyKit Authorization Framework. -%package -n libpolkit0 -Summary: PolicyKit Authorization Framework -- Libraries +%package -n libpolkit-agent-1-0 +Summary: PolicyKit Authorization Framework -- Agent Library Group: System/Libraries Requires: %{name} >= %{version} +Obsoletes: libpolkit0 < %version-%release -%description -n libpolkit0 +%description -n libpolkit-agent-1-0 PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes. -This package contains the libraries only. +This package contains the agent library only. + +%package -n libpolkit-gobject-1-0 +Summary: PolicyKit Authorization Framework -- GObject Library +Group: System/Libraries +Requires: %{name} >= %{version} +Obsoletes: libpolkit0 < %version-%release + +%description -n libpolkit-gobject-1-0 +PolicyKit is a toolkit for defining and handling authorizations. +It is used for allowing unprivileged processes to speak to privileged +processes. + +This package contains the gobject library only. %package -n typelib-1_0-Polkit-1_0 Summary: PolicyKit Authorization Framework -- Introspection bindings @@ -175,11 +191,15 @@ %verify_permissions -e %{_bindir}/pkexec %verify_permissions -e %{_libexecdir}/polkit-1/polkit-agent-helper-1 -%post -n libpolkit0 -p /sbin/ldconfig -%postun -n libpolkit0 -p /sbin/ldconfig +%post -n libpolkit-agent-1-0 -p /sbin/ldconfig +%postun -n libpolkit-agent-1-0 -p /sbin/ldconfig +%post -n libpolkit-gobject-1-0 -p /sbin/ldconfig +%postun -n libpolkit-gobject-1-0 -p /sbin/ldconfig -%files -n libpolkit0 +%files -n libpolkit-agent-1-0 %{_libdir}/libpolkit-agent-1.so.* + +%files -n libpolkit-gobject-1-0 %{_libdir}/libpolkit-gobject-1.so.* %files -n typelib-1_0-Polkit-1_0 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.ydJlZd/_old 2021-10-25 15:17:43.937686845 +0200 +++ /var/tmp/diff_new_pack.ydJlZd/_new 2021-10-25 15:17:43.937686845 +0200 @@ -1 +1,2 @@ -libpolkit0 +libpolkit-agent-1-0 +libpolkit-gobject-1-0
