diff --git a/packaging/rpm/python3-aioquic.spec b/packaging/rpm/python3-aioquic.spec index 0ad5717580..faf8bda7cc 100644 --- a/packaging/rpm/python3-aioquic.spec +++ b/packaging/rpm/python3-aioquic.spec @@ -1,8 +1,11 @@ %define _disable_source_fetch 0 +%define __python_requires %{nil} +%define __pythondist_requires %{nil} +Autoreq: 0 Name: python3-aioquic Version: 0.9.25 -Release: 1%{?dist} +Release: 2%{?dist} Summary: aioquic is a library for the QUIC network protocol in Python Group: Development/Languages License: MIT @@ -61,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 18 2024 Antoine Martin - 0.9.25-2 +- rebuild without auto-dependencies + * Wed Jan 10 2024 Antoine Martin - 0.9.25-1 - new upstream release diff --git a/packaging/rpm/python3-pylsqpack.spec b/packaging/rpm/python3-pylsqpack.spec index e231ef16d8..49bbd960df 100644 --- a/packaging/rpm/python3-pylsqpack.spec +++ b/packaging/rpm/python3-pylsqpack.spec @@ -1,8 +1,11 @@ %define _disable_source_fetch 0 +%define __python_requires %{nil} +%define __pythondist_requires %{nil} +Autoreq: 0 Name: python3-pylsqpack Version: 0.3.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: pylsqpack is a wrapper around the ls-qpack library Group: Development/Languages License: MIT @@ -51,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 18 2024 Antoine Martin - 0.3.18-2 +- rebuild without auto-dependencies + * Sun Nov 12 2023 Antoine Martin - 0.3.18-1 - new upstream release