Fix double packaging of python3-py in python-py (#2241)

This commit is contained in:
Thomas Crain 2022-02-16 16:34:24 -08:00 коммит произвёл GitHub
Родитель c7228cd53d
Коммит e8db90ebce
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

@ -1,7 +1,7 @@
Summary: Python development support library
Name: python-py
Version: 1.10.0
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
@ -43,17 +43,15 @@ py.code: dynamic code generation and introspection
#python-py and python-pytest have circular dependency. Hence not adding tests
%make_build -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
%files
%defattr(-,root,root,-)
%{python2_sitelib}/*
%files -n python3-py
%defattr(-,root,root,-)
%license LICENSE
%{python3_sitelib}/*
%changelog
* Wed Feb 16 2022 Thomas Crain <thcrian@microsoft.com> - 1.10.0-3
- Fix accidental double-packaging of python3 subpackage in main package
* Wed Oct 20 2021 Thomas Crain <thcrain@microsoft.com> - 1.10.0-2
- Add license to python3 package
- Remove python2 package