From 721c0d65393680ffb4926c516d13bc60a2eb50426dd793f0531a667e06a503cd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 30 Jul 2023 06:55:14 +0000 Subject: [PATCH] - Add Provides for python-PIL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=142 --- python-Pillow.changes | 5 +++++ python-Pillow.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-Pillow.changes b/python-Pillow.changes index 1df2bc0..bde9027 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 30 06:54:47 UTC 2023 - Matej Cepl + +- Add Provides for python-PIL + ------------------------------------------------------------------- Fri Apr 21 12:20:55 UTC 2023 - Dirk Müller diff --git a/python-Pillow.spec b/python-Pillow.spec index 92ef26f..f327f19 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -49,6 +49,8 @@ BuildRequires: pkgconfig(zlib) Requires: python-olefile Obsoletes: python-imaging < %{version} Provides: python-imaging = %{version} +Obsoletes: python-PIL < %{version} +Provides: python-PIL = %{version} %if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(libopenjp2) %endif