|
|
|
@ -1,5 +1,3 @@
|
|
|
|
|
%global _without_docs 1
|
|
|
|
|
%global _without_tests 1
|
|
|
|
|
%global srcname filelock
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
@ -11,7 +9,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 3.3.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: A platform independent file lock
|
|
|
|
|
|
|
|
|
|
License: Unlicense
|
|
|
|
@ -113,6 +111,9 @@ install -p -m0644 -D docs/man/%{srcname}.1 %{buildroot}%{_mandir}/man1/%{srcname
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.3.1-4
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.3.1-3
|
|
|
|
|
- Bootstrap for Python 3.11
|
|
|
|
|
|
|
|
|
|