]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- release 3 - half-security update (new database updates are now
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 19 Oct 2004 10:07:37 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  half-functional)

Changed files:
    clamav.spec -> 1.131.2.1

clamav.spec

index 7b99a3b767c40832dd78623c854aa8f87531a7c5..1d4fae8433556fc8a850d8f2c9527d3387c6a733 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An anti-virus utility for Unix
 Summary(pl):   Antywirusowe narzêdzie dla Uniksów
 Name:          clamav
 Version:       0.80
-Release:       4
+Release:       3
 License:       GPL
 Group:         Applications
 Source0:       http://heanet.dl.sourceforge.net/clamav/%{name}-%{version}.tar.gz
@@ -40,7 +40,7 @@ BuildRequires:        automake
 BuildRequires: gmp-devel
 %{?with_milter:BuildRequires:  libwrap-devel}
 BuildRequires: libtool
-BuildRequires: rpmbuild(macros) >= 1.159
+#BuildRequires:        rpmbuild(macros) >= 1.159
 %{?with_milter:BuildRequires:  sendmail-devel >= 8.11}
 BuildRequires: zlib-devel
 Requires(pre): /bin/id
@@ -269,8 +269,10 @@ fi
 
 %postun
 if [ "$1" = "0" ]; then
-       %userremove clamav
-       %groupremove clamav
+       echo "Removing user clamav"
+       /usr/sbin/userdel clamav
+       echo "Removing group clamav"
+       /usr/sbin/groupdel clamav
 fi
 
 %triggerpostun -- %{name} <= 0.75.1
This page took 0.034685 seconds and 4 git commands to generate.