Mass letter "q" and "r" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
82d47535e4
commit
85118ac37e
@ -1,7 +1,6 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 0.67
|
Version: 0.67
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 0
|
|
||||||
Summary: RPM correctness checker
|
Summary: RPM correctness checker
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,8 +12,8 @@ Patch0: %{name}-siteperl.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python >= 0:1.5.2, rpm-python, make, %{__perl}
|
BuildRequires: python >= 1.5.2, rpm-python, make, %{__perl}
|
||||||
Requires: rpm-python, python >= 0:1.5.2, cpio
|
Requires: rpm-python, python >= 1.5.2, cpio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
rpmlint is a tool for checking common errors in RPM packages. Binary
|
rpmlint is a tool for checking common errors in RPM packages. Binary
|
||||||
|
Loading…
Reference in New Issue
Block a user