From 4940ab8619028900692480bbff2d466c0e24df89 Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Thu, 14 Dec 2006 11:23:51 +0000 Subject: [PATCH] fix rpmlint issue --- sudo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sudo.spec b/sudo.spec index 71cddf7..4ddaf7f 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ -Summary: Allows restricted root access for specified users. +Summary: Allows restricted root access for specified users Name: sudo Version: 1.6.8p12 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: Applications/System URL: http://www.courtesan.com/sudo/ @@ -126,6 +126,9 @@ rm -rf $RPM_BUILD_ROOT /bin/chmod 0440 /etc/sudoers || : %changelog +* Thu Dec 14 2006 Peter Vrabec 1.6.8p12-12 +- fix rpmlint issue + * Thu Oct 26 2006 Peter Vrabec 1.6.8p12-11 - fix typo in sudoers file (#212308)