Skip to content

Commit

Permalink
Upstream some spec file changes to reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ckelleyRH committed Jun 5, 2023
1 parent eda90d5 commit d7656b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ BuildRequires: tomcat >= 1:9.0.31
%endif

# Python build dependencies
BuildRequires: python3 >= 3.6
BuildRequires: python3 >= 3.9
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cryptography
Expand Down Expand Up @@ -338,7 +338,7 @@ Provides: pki-base-python3 = %{version}-%{release}
%{?python_provide:%python_provide python3-pki}

Requires: %{product_id}-base = %{version}-%{release}
Requires: python3 >= 3.6
Requires: python3 >= 3.9
Requires: python3-cryptography
Requires: python3-ldap
Requires: python3-lxml
Expand Down Expand Up @@ -718,12 +718,12 @@ This package provides %{product_name} API documentation.
Summary: %{product_name} Console Package
BuildArch: noarch

BuildRequires: idm-console-framework = 2.0
BuildRequires: idm-console-framework >= 2.0

Obsoletes: pki-console < %{version}-%{release}
Provides: pki-console = %{version}-%{release}

Requires: idm-console-framework = 2.0
Requires: idm-console-framework >= 2.0
Requires: %{product_id}-java = %{version}-%{release}
Requires: %{product_id}-console-theme = %{version}-%{release}

Expand Down

0 comments on commit d7656b8

Please sign in to comment.