Fix mixed-use-of-spaces-and-tabs warning (in this spec file)
This commit is contained in:
parent
b7d6ab3005
commit
dbfdbf0711
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.10
|
Version: 1.10
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -41,10 +41,10 @@ Patch1: rpmlint-1.10-flake-cleanups.patch
|
|||||||
# https://github.com/rpm-software-management/rpmlint/commit/d59bc2a
|
# https://github.com/rpm-software-management/rpmlint/commit/d59bc2a
|
||||||
Patch2: rpmlint-1.10-missing-files-exception.patch
|
Patch2: rpmlint-1.10-missing-files-exception.patch
|
||||||
# https://github.com/rpm-software-management/rpmlint/commit/e52dcc73bab5c4310e9bb773e6aedea020e340ff
|
# https://github.com/rpm-software-management/rpmlint/commit/e52dcc73bab5c4310e9bb773e6aedea020e340ff
|
||||||
Patch3: rpmlint-1.10-py37mtime.patch
|
Patch3: rpmlint-1.10-py37mtime.patch
|
||||||
# https://github.com/rpm-software-management/rpmlint/commit/52b715763217bbc1cfcad9bba8e6a446e820690e
|
# https://github.com/rpm-software-management/rpmlint/commit/52b715763217bbc1cfcad9bba8e6a446e820690e
|
||||||
# https://github.com/rpm-software-management/rpmlint/commit/78e073e2a5a09bbd8206b52578fd29bd53ff1065
|
# https://github.com/rpm-software-management/rpmlint/commit/78e073e2a5a09bbd8206b52578fd29bd53ff1065
|
||||||
Patch4: rpmlint-1.10-py37magic.patch
|
Patch4: rpmlint-1.10-py37magic.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -149,6 +149,9 @@ make check PYTHON=%{python} PYTEST=%{pytest} FLAKE8=%{flake8}
|
|||||||
%{_mandir}/man1/rpmlint.1*
|
%{_mandir}/man1/rpmlint.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 17 2018 Todd Zullinger <tmz@pobox.com> - 1.10-15
|
||||||
|
- Fix mixed-use-of-spaces-and-tabs warning (in this spec file)
|
||||||
|
|
||||||
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10-14
|
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10-14
|
||||||
- apply upstream fix for python 3.7 new magic numbers
|
- apply upstream fix for python 3.7 new magic numbers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user