Remove Python 2 subpackage (#1635604)
This commit is contained in:
parent
26e9c21712
commit
ed228b6f91
15
tracer.spec
15
tracer.spec
@ -1,6 +1,4 @@
|
||||
%if 0%{?rhel}
|
||||
|
||||
%if 0%{?rhel} <= 7
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
%bcond_without python2
|
||||
%bcond_with python3
|
||||
%bcond_with suggest
|
||||
@ -10,15 +8,9 @@
|
||||
%bcond_without suggest
|
||||
%endif
|
||||
|
||||
%else
|
||||
%bcond_without python2
|
||||
%bcond_without python3
|
||||
%bcond_without suggest
|
||||
%endif
|
||||
|
||||
Name: tracer
|
||||
Version: 0.7.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Finds outdated running applications in your system
|
||||
|
||||
BuildArch: noarch
|
||||
@ -178,6 +170,9 @@ make DESTDIR=%{buildroot}%{_datadir} mo
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.1-3
|
||||
- Remove Python 2 subpackage (#1635604)
|
||||
|
||||
* Wed Jan 09 2019 Jakub Kadlčík <frostyx@email.cz> 0.7.1-1
|
||||
- Fix #116 - Support currrent versions of DNF (elyscape@gmail.com)
|
||||
- Fix #112 - handle PIDs that have no unit_path (seanokeeffe797@gmail.com)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user