Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package apparmor-rpm-macros for
openSUSE:Factory checked in at 2023-06-14 16:28:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apparmor-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor-rpm-macros"
Wed Jun 14 16:28:42 2023 rev:7 rq:1092694 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/apparmor-rpm-macros/apparmor-rpm-macros.changes
2019-08-27 15:21:21.948841484 +0200
+++
/work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new.15902/apparmor-rpm-macros.changes
2023-06-14 16:28:53.846305227 +0200
@@ -1,0 +2,5 @@
+Sat Jun 3 14:30:51 UTC 2023 - Georg Pfuetzenreuter
<[email protected]>
+
+- No longer suppress stderr
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apparmor-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.N6eJyH/_old 2023-06-14 16:28:54.514309333 +0200
+++ /var/tmp/diff_new_pack.N6eJyH/_new 2023-06-14 16:28:54.518309358 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apparmor-rpm-macros
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
Summary: RPM macros used to setup apparmor profiles
License: LGPL-2.1-or-later
Group: Development/Tools/Other
-Url: https://bugs.launchpad.net/apparmor
+URL: https://bugs.launchpad.net/apparmor
Source: macros.apparmor
Requires: coreutils
BuildArch: noarch
++++++ macros.apparmor ++++++
--- /var/tmp/diff_new_pack.N6eJyH/_old 2023-06-14 16:28:54.562309628 +0200
+++ /var/tmp/diff_new_pack.N6eJyH/_new 2023-06-14 16:28:54.566309653 +0200
@@ -1,7 +1,7 @@
%apparmor_reload()\
if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then\
if /usr/bin/systemctl is-active --quiet apparmor.service; then\
- /sbin/apparmor_parser -r -T -W %{?*} &> /dev/null || :\
+ /sbin/apparmor_parser -r -T -W %{?*} > /dev/null || :\
fi\
fi\
%{nil}