From ebbd9b2529898ead74e6745a67c1d27f8e4211bc Mon Sep 17 00:00:00 2001 From: Accessac Date: Wed, 17 Apr 2024 20:28:20 +0800 Subject: [PATCH] Remove packaging for non-existent files (cherry picked from commit ea68c24b7547590e3f5607bfa21c48403af2c561) --- python-psycopg2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 293a6a5..2559a4f 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -9,7 +9,7 @@ %endif Name: python-psycopg2 Version: 2.8.6 -Release: 1 +Release: 2 Summary: PostgreSQL database adapter for the Python programming language License: GPL-3.0-only and LGPL-3.0-only URL: http://www.psycopg.org/psycopg/ @@ -128,13 +128,15 @@ done %files -n python3-psycopg2-debug %license LICENSE -%{python3_sitearch}/psycopg2/_psycopg.cpython-3?d*.so %files doc %license LICENSE %doc doc %changelog +* Wed Apr 17 2024 OpenStack_SIG - 2.8.6-2 +- Remove packaging for non-existent files + * Wed Jul 28 2021 liksh -2.8.6-1 - update to 2.8.6 -- Gitee