Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package galene for openSUSE:Factory checked 
in at 2021-02-25 18:27:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galene (Old)
 and      /work/SRC/openSUSE:Factory/.galene.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galene"

Thu Feb 25 18:27:17 2021 rev:3 rq:874701 version:0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/galene/galene.changes    2021-02-19 
23:45:17.147364597 +0100
+++ /work/SRC/openSUSE:Factory/.galene.new.2378/galene.changes  2021-02-25 
18:27:21.494177397 +0100
@@ -1,0 +2,6 @@
+Tue Feb 23 19:43:48 UTC 2021 - Michael Str??der <mich...@stroeder.com>
+
+- installation of AppArmor profile truly optional
+- dropped version check for AppArmor dependencies
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ galene.spec ++++++
--- /var/tmp/diff_new_pack.5Sfj0c/_old  2021-02-25 18:27:22.166177833 +0100
+++ /var/tmp/diff_new_pack.5Sfj0c/_new  2021-02-25 18:27:22.170177836 +0100
@@ -22,11 +22,6 @@
 # Project name when using go tooling.
 %define project github.com/jech/galene
 
-%if 0%{?suse_version} > 1320
-%bcond_without  apparmor_reload
-%else
-%bcond_with     apparmor_reload
-%endif
 %bcond_without  apparmor
 
 Name:           galene
@@ -51,16 +46,9 @@
 Requires:       filesystem
 Requires(pre): %fillup_prereq
 %if %{with apparmor}
-%if 0%{?suse_version} <= 1315
-BuildRequires:  apparmor-profiles
-Recommends:     apparmor-profiles
-%else
 BuildRequires:  apparmor-abstractions
-Recommends:     apparmor-abstractions
-%endif
-%if %{with apparmor_reload}
 BuildRequires:  apparmor-rpm-macros
-%endif
+Recommends:     apparmor-abstractions
 %endif
 
 %description
@@ -114,7 +102,7 @@
 %post
 %service_add_post %{name}.service
 %{fillup_only galene}
-%if %{with apparmor} && %{with apparmor_reload}
+%if %{with apparmor}
 %apparmor_reload %{_sysconfdir}/apparmor.d/usr.sbin.galene
 %endif
 
@@ -148,7 +136,10 @@
 %{_unitdir}/%{name}.service
 %dir %attr(0750, root, %{name}) %{_sysconfdir}/%{name}
 %config %attr(0640, root, %{name}) 
%{_sysconfdir}/%{name}/ice-servers.json.example
+%if %{with apparmor}
+%dir %{_sysconfdir}/apparmor.d
 %config %{_sysconfdir}/apparmor.d/usr.sbin.galene
+%endif
 %dir %attr(0750, root, %{name}) %{_sharedstatedir}/%{name}
 %dir %attr(0570, %{name}, root) %{_sharedstatedir}/%{name}/groups
 %dir %attr(0750, %{name}, %{name}) %{_sharedstatedir}/%{name}/recordings

Reply via email to