Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2021-04-14 10:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostscript (Old)
 and      /work/SRC/openSUSE:Factory/.ghostscript.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostscript"

Wed Apr 14 10:10:12 2021 rev:49 rq:881824 version:9.53.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript-mini.changes     
2021-03-16 15:44:12.677018640 +0100
+++ /work/SRC/openSUSE:Factory/.ghostscript.new.2401/ghostscript-mini.changes   
2021-04-14 10:10:27.341440665 +0200
@@ -1,0 +2,16 @@
+Fri Mar 26 13:42:05 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Do not rely on apparmor at all for the -mini flavor:
+  + Drop apparmor-abstraction and apparmor-rpm-macros
+    BuildRequires.
+  + Do not package apparmor files.
+
+-------------------------------------------------------------------
+Tue Mar  9 12:34:30 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Do not require apparmor-abstractions: with the mini package being
+  used only during build (and never on end user workstations),
+  apparmor is not going to be enabled (build is in chroot/vm).
+  Keeping the dep-chain of the -mini flavor as small as possible.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghostscript-mini.spec ++++++
--- /var/tmp/diff_new_pack.T2JnMl/_old  2021-04-14 10:10:28.133442002 +0200
+++ /var/tmp/diff_new_pack.T2JnMl/_new  2021-04-14 10:10:28.137442009 +0200
@@ -26,13 +26,8 @@
 BuildRequires:  pkg-config
 BuildRequires:  update-alternatives
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} >= 1500
-BuildRequires:  apparmor-abstractions
-BuildRequires:  apparmor-rpm-macros
-Requires:       apparmor-abstractions
-%endif
 Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
 Summary:        Minimal Ghostscript for minimal build requirements
 License:        AGPL-3.0-only
 Group:          Productivity/Office/Other
@@ -104,9 +99,9 @@
 # in openSUSE products, cf. https://build.opensuse.org/request/show/877083
 Provides:       ghostscript_any = %{version}
 Conflicts:      ghostscript
-Conflicts:      ghostscript-x11
 Conflicts:      ghostscript-devel
 Conflicts:      ghostscript-library
+Conflicts:      ghostscript-x11
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -149,9 +144,9 @@
 Group:          Development/Libraries/C and C++
 Requires:       ghostscript-mini = %{version}
 Conflicts:      ghostscript
-Conflicts:      ghostscript-x11
 Conflicts:      ghostscript-devel
 Conflicts:      ghostscript-library
+Conflicts:      ghostscript-x11
 
 %description devel
 This package contains the development files for Minimal Ghostscript.
@@ -349,7 +344,6 @@
 # Switch back to the usual build log messages:
 set -x
 install -m 644 catalog.devices $DOCDIR
-install -D -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/apparmor.d/ghostscript
 
 # Move /usr/bin/gs to /usr/bin/gs.bin to be able to use update-alternatives
 install -d %buildroot%{_sysconfdir}/alternatives
@@ -359,9 +353,6 @@
 
 %post
 /sbin/ldconfig
-%if 0%{?suse_version} >= 1500
-%apparmor_reload /etc/apparmor.d/ghostscript
-%endif
 %{_sbindir}/update-alternatives \
   --install %{_bindir}/gs gs %{_bindir}/gs.bin 15
 
@@ -449,10 +440,6 @@
 %{_libdir}/libgs.so.*
 %{_libdir}/ghostscript/
 %{_libdir}/libijs-0.35.so
-%if 0%{?suse_version} < 1500
-%dir %{_sysconfdir}/apparmor.d
-%endif
-%{_sysconfdir}/apparmor.d/ghostscript
 
 %files devel
 %defattr(-,root,root)

++++++ ghostscript.spec ++++++
--- /var/tmp/diff_new_pack.T2JnMl/_old  2021-04-14 10:10:28.161442050 +0200
+++ /var/tmp/diff_new_pack.T2JnMl/_new  2021-04-14 10:10:28.165442056 +0200
@@ -56,7 +56,7 @@
 Requires:       apparmor-abstractions
 %endif
 Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
 Summary:        The Ghostscript interpreter for PostScript and PDF
 License:        AGPL-3.0-only
 Group:          Productivity/Office/Other

Reply via email to