Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
snort292
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
snort.spec
@@ -102,7 +102,7 @@ Name: %{realname}%{inlinetext} %{?_with_inline:%define Name: %{realname}-inline } -Version: 2.9.2 +Version: 2.9.2.1 Epoch: 1 Release: %{release} Summary: An open source Network Intrusion Detection System (NIDS) @@ -532,28 +532,35 @@ fi %postun mysql +if [ $1 == 0 ] ; then if [ -L %{_sbindir}/snort ]; then %__rm -f %{_sbindir}/snort %__ln_s -f %{_sbindir}/%{name}-plain %{_sbindir}/snort fi +fi %postun postgresql +if [ $1 == 0 ] ; then if [ -L %{_sbindir}/snort ]; then %__rm -f %{_sbindir}/snort %__ln_s -f %{_sbindir}/%{name}-plain %{_sbindir}/snort fi +fi %postun unixODBC +if [ $1 == 0 ] ; then if [ -L %{_sbindir}/snort ]; then %__rm -f %{_sbindir}/snort %__ln_s -f %{_sbindir}/%{name}-plain %{_sbindir}/snort fi - +fi %postun oracle +if [ $1 == 0 ] ; then if [ -L %{_sbindir}/snort ]; then %__rm -f %{_sbindir}/snort %__ln_s -f %{_sbindir}/%{name}-plain %{_sbindir}/snort fi +fi %files %defattr(-,root,root)
Changed
snort-2.9.2.1.tar.bz2
^