diff --git a/python-pynetdicom.spec b/python-pynetdicom.spec index 747a813..f9722eb 100644 --- a/python-pynetdicom.spec +++ b/python-pynetdicom.spec @@ -7,12 +7,15 @@ DICOM Service Class Users (SCUs) and Service Class Providers (SCPs).} Name: python-%{modname} Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python implementation of the DICOM networking protocol License: MIT and (BSD or ASL 2.0) URL: https://github.com/pydicom/%{modname} Source0: https://github.com/pydicom/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz +# Release 1.5.0 requires pydicom >= 2.0.0 +# https://github.com/pydicom/pynetdicom/issues/493 +Patch0: requiresv2.patch BuildArch: noarch @@ -30,7 +33,6 @@ BuildRequires: %{py3_dist sphinx} %{py3_dist sphinx-rtd-theme} %{py3_dist sphin BuildRequires: %{py3_dist pydicom} >= 2 BuildRequires: %{py3_dist sqlalchemy} BuildRequires: %{py3_dist pyfakefs} -Requires: python3-pydicom >= 2.0.0 %{?python_provide:%python_provide python3-%{modname}} %description -n python3-%{modname} %_description @@ -75,6 +77,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} %{__python3} -m pytest -k "not apps" %doc docs/_build/html %changelog +* Fri Jun 05 2020 Alessio - 1.5.0-2 +- Fixed dependecy with pydicom + * Mon Jun 01 2020 Alessio - 1.5.0-1 - 1.5.0 release