Comment # 8 on bug 1134289 from
I accepted
https://build.opensuse.org/request/show/967447
"as is"
i.e. it only removes "Requires: apparmor-abstractions"
from ghostscript.spec because it "just builds" this way.

Regarding whether or not Ghostscript
has to package the /etc/apparmor.d/ directory
there is already in ghostscript.spec
----------------------------------------------------
%if 0%{?suse_version} < 1500
%dir %{_sysconfdir}/apparmor.d
%endif
%{_sysconfdir}/apparmor.d/ghostscript
----------------------------------------------------
so the ghostscript RPM for SLE12 contains
----------------------------------------------------
drwxr-xr-x root root /etc/apparmor.d
-rw-r--r-- root root /etc/apparmor.d/ghostscript
----------------------------------------------------
while the ghostscript RPM for SLE15 contains only
----------------------------------------------------
-rw-r--r-- root root /etc/apparmor.d/ghostscript
----------------------------------------------------
which seems to be OK.
If /etc/apparmor.d/ was missing I would expect the build fails
(I remember build failures if there are missing directories).


You are receiving this mail because: