diff --git a/patterns-server.changes b/patterns-server.changes index 78d5567..d07ae8c 100644 --- a/patterns-server.changes +++ b/patterns-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 11:19:08 UTC 2017 - dimstar@opensuse.org + +- Fix spelling: e-mail -> email (boo#1040006). + ------------------------------------------------------------------- Fri Apr 28 16:03:43 UTC 2017 - jengelh@inai.de diff --git a/patterns-server.spec b/patterns-server.spec index 58b9831..47fd7e3 100644 --- a/patterns-server.spec +++ b/patterns-server.spec @@ -1,5 +1,5 @@ # -# spec file for package patterns-openSUSE +# spec file for package patterns-server # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -29,7 +29,6 @@ Source0: %{name}-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: patterns-rpm-macros - %description This is an internal package that is used to create the patterns as part of the installation source setup. Installation of this package does @@ -277,7 +276,7 @@ Suggests: bogofilter-db Suggests: postfix %description mail_server -Software to set up electronic mail and message services to handle e-mail, mailing, and news lists, including a virus scanner to scan messages at the server level. +Software to set up electronic mail and message services to handle email, mailing, and news lists, including a virus scanner to scan messages at the server level. %files mail_server %dir /usr/share/doc/packages/patterns @@ -370,3 +369,5 @@ for i in dhcp_dns_server directory_server file_server gateway_server \ echo "This file marks the pattern $i to be installed." \ >"%{buildroot}/usr/share/doc/packages/patterns/$i.txt" done + +%changelog