From ad1da77a0bf030883eb40db2af25d0f06f3200c6 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 27 Jan 2017 16:30:54 +0100 Subject: [PATCH] Remove non-ASCII characters from texts --- git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git.spec b/git.spec index 44dc421..1d05651 100644 --- a/git.spec +++ b/git.spec @@ -208,7 +208,7 @@ Requires: git-core = %{version}-%{release} Documentation files for git-core package including man pages. %package daemon -Summary: Git protocol dæmon +Summary: Git protocol daemon Group: Development/Tools Requires: git = %{version}-%{release} %if %{use_systemd} @@ -220,7 +220,7 @@ Requires(postun): systemd Requires: xinetd %endif %description daemon -The git dæmon for supporting git:// access to git repositories +The git daemon for supporting git:// access to git repositories %package -n gitweb Summary: Simple web interface to git repositories