Replace whole repo with latest content from branch rhel-8.8.0
Content corresponds with RHEL dist-git commit c744991
This commit is contained in:
parent
f6bb0e048e
commit
cf024298f5
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,2 +1,13 @@
|
||||
SOURCES/nose-1.3.7.tar.gz
|
||||
nose-0.11.3.tar.gz
|
||||
nose-0.11.4.tar.gz
|
||||
/nose-1.0.0.tar.gz
|
||||
/nose-1.1.1.tar.gz
|
||||
/nose-1.1.2.tar.gz
|
||||
/nose-1.2.0.tar.gz
|
||||
/nose-1.2.1.tar.gz
|
||||
/nose-1.3.0.tar.gz
|
||||
/nose-1.3.1.tar.gz
|
||||
/nose-1.3.2.tar.gz
|
||||
/nose-1.3.4.tar.gz
|
||||
/nose-1.3.6.tar.gz
|
||||
/nose-1.3.7.tar.gz
|
||||
|
@ -21,7 +21,7 @@ output capture and more.\
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.3.7
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: LGPLv2+ and Public Domain
|
||||
@ -73,7 +73,11 @@ Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-coverage >= 3.4-1
|
||||
%if 0%{?rhel} && 0%{?rhel} >= 8
|
||||
Requires: platform-python-setuptools
|
||||
%else
|
||||
Requires: python3-setuptools
|
||||
%endif
|
||||
%{?python_provide:%python_provide python3-%{modname}}
|
||||
Obsoletes: platform-python-%{modname} < %{version}-%{release}
|
||||
|
||||
@ -172,6 +176,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 28 2018 Lumír Balhar <lbalhar@redhat.com> - 1.3.7-23
|
||||
- Require platform-python-setuptools instead of python3-setuptools
|
||||
- Resolves: rhbz#1654302
|
||||
|
||||
* Mon Aug 06 2018 Petr Viktorin <pviktori@redhat.com> - 1.3.7-22
|
||||
- Remove unversioned executables (only *-3.6 should be provided)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user