Accepting request 1142851 from home:dirkmueller:Factory
- avoid the cycle rpm/cmake/crypto-policies/python-rpm-macros: we only need python3-base here, we don't need the python macros as no module is being built OBS-URL: https://build.opensuse.org/request/show/1142851 OBS-URL: https://build.opensuse.org/package/show/security:tls/crypto-policies?expand=0&rev=27
This commit is contained in:
parent
cfa2543a59
commit
eb61541c87
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 18:36:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- avoid the cycle rpm/cmake/crypto-policies/python-rpm-macros:
|
||||||
|
we only need python3-base here, we don't need the python
|
||||||
|
macros as no module is being built
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 5 12:35:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
Thu Oct 5 12:35:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package crypto-policies
|
# spec file for package crypto-policies
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -82,6 +82,9 @@ BuildRequires: perl(File::Copy)
|
|||||||
BuildRequires: perl(File::Temp)
|
BuildRequires: perl(File::Temp)
|
||||||
BuildRequires: perl(File::Which)
|
BuildRequires: perl(File::Which)
|
||||||
BuildRequires: perl(File::pushd)
|
BuildRequires: perl(File::pushd)
|
||||||
|
%else
|
||||||
|
# Avoid cycle with python-rpm-macros
|
||||||
|
#!BuildIgnore: python-rpm-packaging python-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?primary_python:1}
|
%if 0%{?primary_python:1}
|
||||||
Recommends: crypto-policies-scripts
|
Recommends: crypto-policies-scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user