Remove non-ASCII characters from texts
This commit is contained in:
parent
32280c1880
commit
ad1da77a0b
4
git.spec
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user