From d2aa140ea6c550b888b2497d2fb72d9028464961 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Fri, 26 May 2006 22:20:14 +0000 Subject: [PATCH] fix triggerpostun workaround --- util-vserver.spec | 2 +- util-vserver.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util-vserver.spec b/util-vserver.spec index b26c255..92bf914 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -399,7 +399,7 @@ install -D -m 755 *.so "$python_sitelib"/ popd -%triggerpostun -- %{name} +%triggerpostun python -- util-vserver-python, util-vserver-py23 # RPMs get upgraded by installing the new one, then uninstalling the # old one. Since we no longer own the byte-compiled modules, they may # be removed right after we create them in %post if we are upgraded diff --git a/util-vserver.spec.in b/util-vserver.spec.in index 14d75ae..3b188eb 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -399,7 +399,7 @@ install -D -m 755 *.so "$python_sitelib"/ popd -%triggerpostun -- %{name} +%triggerpostun python -- util-vserver-python, util-vserver-py23 # RPMs get upgraded by installing the new one, then uninstalling the # old one. Since we no longer own the byte-compiled modules, they may # be removed right after we create them in %post if we are upgraded -- 2.43.0