Author: gb
Date: Thu Feb 15 23:07:17 2007
New Revision: 121545

Modified:
   packages/cooker/setup/current/SPECS/setup.spec

Log:
- fix requires


Modified: packages/cooker/setup/current/SPECS/setup.spec
==============================================================================
--- packages/cooker/setup/current/SPECS/setup.spec      (original)
+++ packages/cooker/setup/current/SPECS/setup.spec      Thu Feb 15 23:07:17 2007
@@ -1,6 +1,6 @@
 %define name    setup
 %define version 2.7.5
-%define release %mkrel 1
+%define release %mkrel 2
 
 Name:       %{name}
 Version:    %{version}
@@ -16,7 +16,7 @@
 Conflicts:  proftpd < 1.2.5-0.rc1.3mdk
 Conflicts:  DansGuardian < 2.2.3-4mdk
 Requires:   shadow-utils
-Requires(post): shadow-utils
+Requires(posttrans): shadow-utils
 # prevent the shell to fail running post script:
 Requires(posttrans): glibc
 BuildRoot:  %{_tmppath}/%{name}-%{version}

Reply via email to