From 18548f2e30fadad3e61aeebfe30cee7961df3f53 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Fri, 16 Dec 2011 22:34:35 +0100 Subject: [PATCH] templates/standard: devel package does not exist: fix calls of the rpm scriplets --- ChangeLog | 4 ++++ templates/standard | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5aa13bb..c59254e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -35,6 +35,10 @@ Changes in version 1.8.1 if the devel package is not provided by the template. (Pointed out by Silvan Calarco) ++ bugfix + * templates/standard - Davide Madrisan: + Devel package does not exist: fix calls of the rpm scriplets. + -------------------------------------------------------------------------------- Changes in version 1.8.0 diff --git a/templates/standard b/templates/standard index bb697e9..fb517c8 100644 --- a/templates/standard +++ b/templates/standard @@ -56,12 +56,12 @@ This package includes the %{name} API documentation. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @if:infopages -%post devel +%post ## modify the infopage name as required %install_info %{name}.info exit 0 -%preun devel +%preun ## modify the infopage name as required %uninstall_info %{name}.info exit 0