From 4a96e915c1bc866751c9074bb3874cb65ce1a502 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Oct 25 2019 11:06:13 +0000 Subject: Require main package from the python subpackage It provides configuration for the server. This is a workaround for people incorrectly installing only the python library. Signed-off-by: Lubomír Sedlář --- diff --git a/pdc-client.spec b/pdc-client.spec index 227530e..b16d179 100644 --- a/pdc-client.spec +++ b/pdc-client.spec @@ -13,7 +13,7 @@ Name: pdc-client Version: 1.8.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Console client for interacting with Product Definition Center License: MIT URL: https://github.com/product-definition-center/pdc-client @@ -67,6 +67,7 @@ Summary: Python 3 client library for Product Definition Center %{?python_provide:%python_provide python%{python3_pkgversion}-pdc-client} Requires: python3-beanbag Requires: python3-requests-kerberos +Requires: pdc-client %description -n python%{python3_pkgversion}-pdc-client This is a python module for interacting with Product Definition Center @@ -140,6 +141,9 @@ EOF %changelog +* Fri Oct 25 2019 Lubomír Sedlář - 1.8.0-16 +- Require pdc-client from python subpackage + * Mon Sep 02 2019 Lubomír Sedlář - 1.8.0-15 - Remove python2 subpackage