summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Domsch <matt@domsch.com>2021-06-02 22:50:00 -0500
committerMatt Domsch <matt@domsch.com>2021-06-02 22:50:00 -0500
commitf6f710f1ff5cb9aebae84ff6f9f013114cd5e72b (patch)
tree461f2283160423d8b821ef166177c31f10a9bb88
parentca1c8b6a33563b07c63cfd4ad7ea1e78a5d259b5 (diff)
downloadopendkim_EL6-f6f710f1ff5cb9aebae84ff6f9f013114cd5e72b.tar.gz
minor fixes suggested by rpmlint
-tools description name was too long for one line. Do not install the INSTALL file in doc. It's not needed by end users.
-rw-r--r--opendkim.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/opendkim.spec b/opendkim.spec
index dc4fdc1..f8ef700 100644
--- a/opendkim.spec
+++ b/opendkim.spec
@@ -44,7 +44,8 @@ Postfix, or any other MTA that supports the milter protocol.
Summary: An open source DKIM library
%description -n %{name}-tools
-This package contains the tools necessary to create artifacts needed by opendkim.
+This package contains the tools necessary to create artifacts needed
+by opendkim.
%package -n lib%{name}
Summary: An open source DKIM library
@@ -148,7 +149,7 @@ exit 0
%files
%license LICENSE LICENSE.Sendmail
-%doc FEATURES KNOWNBUGS RELEASE_NOTES RELEASE_NOTES.Sendmail INSTALL
+%doc FEATURES KNOWNBUGS RELEASE_NOTES RELEASE_NOTES.Sendmail
%doc contrib/convert/convert_keylist.sh %{name}/*.sample
%doc %{name}/%{name}.conf.simple-verify %{name}/%{name}.conf.simple
%doc %{name}/README contrib/lua/*.lua
@@ -200,6 +201,7 @@ exit 0
%changelog
* Wed May 19 2021 W. Michael Petullo <mike@flyn.org> - 2.11.0-0.21
- Move management utilities to opendkim-tools
+- remove useless INSTALL doc
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.11.0-0.20
- Rebuilt for updated systemd-rpm-macros