Remove non-ASCII characters from texts

This commit is contained in:
Petr Stodulka 2017-01-27 16:30:54 +01:00
parent 32280c1880
commit ad1da77a0b

View File

@ -208,7 +208,7 @@ Requires: git-core = %{version}-%{release}
Documentation files for git-core package including man pages. Documentation files for git-core package including man pages.
%package daemon %package daemon
Summary: Git protocol dæmon Summary: Git protocol daemon
Group: Development/Tools Group: Development/Tools
Requires: git = %{version}-%{release} Requires: git = %{version}-%{release}
%if %{use_systemd} %if %{use_systemd}
@ -220,7 +220,7 @@ Requires(postun): systemd
Requires: xinetd Requires: xinetd
%endif %endif
%description daemon %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 %package -n gitweb
Summary: Simple web interface to git repositories Summary: Simple web interface to git repositories