#401 Fix rpmlint error
Merged 3 years ago by lholecek. Opened 3 years ago by lholecek.
lholecek/waiverdb fix-spec  into  master

Fix rpmlint error
Lukas Holecek • 3 years ago  
file modified
+2 -1
@@ -20,7 +20,8 @@ 

  %if 0%{?fedora} || 0%{?rhel} > 7

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

- %else # EPEL7 uses Python 2 and python- package naming convention

+ %else

+ # EPEL7 uses Python 2 and python- package naming convention

  BuildRequires:  python2-devel

  BuildRequires:  python-setuptools

  %endif

Fixes:

waiverdb.spec: E: specfile-error warning: extra tokens at the end of %else directive in line 21:
%else  # EPEL7 uses Python 2 and python- package naming convention
0 packages and 1 specfiles checked; 1 errors, 0 warnings.

Pull-Request has been merged by lholecek

3 years ago
Metadata