Skip to content

Commit 397e8d5

Browse files
ppisarkontura
authored andcommitted
spec: Remove a trailing dot from python3-libdnf summary
RPM summaries are titles and they are not suppossed to end with a full stop. rpmlint complains: python3-libdnf.x86_64: W: summary-ended-with-dot Python 3 bindings for the libdnf library.
1 parent d395731 commit 397e8d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdnf.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Python 2 bindings for the libdnf library.
144144
%if %{with python3}
145145
%package -n python3-%{name}
146146
%{?python_provide:%python_provide python3-%{name}}
147-
Summary: Python 3 bindings for the libdnf library.
147+
Summary: Python 3 bindings for the libdnf library
148148
Requires: %{name}%{?_isa} = %{version}-%{release}
149149
BuildRequires: python3-devel
150150
BuildRequires: %{requires_python3_sphinx}

0 commit comments

Comments
 (0)