From 2158b3385862de6f91c583556a2e7f6c50224011 Mon Sep 17 00:00:00 2001 From: houyingchao <1348375921@qq.com> Date: Wed, 11 May 2022 15:24:15 +0800 Subject: [PATCH] License compliance rectification --- python-pydicom.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pydicom.spec b/python-pydicom.spec index 1a07c4e..25fe417 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -7,10 +7,10 @@ modifications can be written again to a new file. Name: python-%{modname} Version: 2.1.2 -Release: 1 +Release: 2 Summary: Read, modify and write DICOM files with python code -License: MIT and BSD +License: MIT URL: https://github.com/darcymason/%{modname} Source0: %{modname}-%{version}.tar.gz @@ -49,5 +49,8 @@ Recommends: python3-pillow %{python3_sitelib}/__pycache__/dicom.* %changelog +* Wed May 11 2022 houyingchao - 2.1.2-2 +- License compliance rectification + * Wed Jul 7 2021 Lianguo Wang - 2.1.2-1 - Initial package for openEuler, version is 2.1.2 -- Gitee