From a1ef2d13cf3117fee28f0f2c15a63de5bc6ceef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Fri, 12 Feb 2010 21:30:02 -0800 Subject: [PATCH] Fix rpmlint errors; correct License field to 'MIT' --- packaging/rpm/qpsmtpd.spec.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packaging/rpm/qpsmtpd.spec.in b/packaging/rpm/qpsmtpd.spec.in index 0ad7647..f591ed6 100644 --- a/packaging/rpm/qpsmtpd.spec.in +++ b/packaging/rpm/qpsmtpd.spec.in @@ -2,9 +2,8 @@ Name: %{_package} Version: %{_version} Release: %{_release} -Packager: rpmbuild@yo61.net Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async -License: distributable +License: MIT Group: System Environment/Daemons URL: http://smtpd.develooper.com/ BuildRoot: %{_builddir}/%{name}-%{version}-%{release}-root @@ -238,8 +237,8 @@ fi * Sat Jan 28 2006 0.31.1-3 - Use ${SOURCE*} macros to refer to source files -- Avoid invoking rpm and other cleanup in %pre section -- Invoke chkconfig in %post. +- Avoid invoking rpm and other cleanup in pre section +- Invoke chkconfig in post. - (Thanks to Josko Plazonic for the reporting these problems and suggesting fixes)