Accepting request 135294 from home:cboltz

- remove %stop_on_removal for no longer existing aaeventd (bnc#781564)
- don't hide TeX output when building the parser and techdoc

OBS-URL: https://build.opensuse.org/request/show/135294
OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=22
This commit is contained in:
2012-09-21 20:10:44 +00:00
committed by Git OBS Bridge
parent af841ad5b9
commit 323716627e
2 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 21 19:58:32 UTC 2012 - opensuse@cboltz.de
- remove %stop_on_removal for no longer existing aaeventd (bnc#781564)
- don't hide TeX output when building the parser and techdoc
-------------------------------------------------------------------
Thu Aug 9 23:31:26 UTC 2012 - opensuse@cboltz.de

View File

@@ -458,9 +458,9 @@ make -C utils
# make -C utils check
# parser:
make -C parser
make -C parser V=1
# techdoc.txt depends on techdoc.pdf and techdoc/index.html, so make techdoc.txt should be enough
make -C parser techdoc.txt
make -C parser V=1 techdoc.txt
# make -C parser check
# Apache mod_apparmor:
@@ -787,13 +787,9 @@ fi
%preun parser
if [ "$1" = 0 ] ; then
%if %{distro} == "suse"
# TODO: aaeventd no longer exists - how to handle it?
%{stop_on_removal aaeventd}
%{stop_on_removal boot.apparmor}
%endif
%if %{distro} == "redhat" || %{distro} == "rhel4"
# TODO: aaeventd no longer exists - how to handle it?
chkconfig --del aaeventd
chkconfig --del apparmor
%endif
fi