Fix libcurl and libcurl-minimal conflict in test plan
Related: RHEL-52103
This commit is contained in:
parent
5178d7ce56
commit
aba498419f
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 8.9.1
|
Version: 8.9.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: curl
|
License: curl
|
||||||
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
|
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
|
||||||
Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc
|
Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc
|
||||||
@ -401,6 +401,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mk-ca-bundle.1*
|
|||||||
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
|
%{_libdir}/libcurl.so.4.[0-9].[0-9].minimal
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 02 2024 Jacek Migacz <jmigacz@redhat.com> - 8.9.1-3
|
||||||
|
- fix libcurl and libcurl-minimal conflict in test plan (RHEL-52103)
|
||||||
|
|
||||||
* Fri Aug 02 2024 Jacek Migacz <jmigacz@redhat.com> - 8.9.1-2
|
* Fri Aug 02 2024 Jacek Migacz <jmigacz@redhat.com> - 8.9.1-2
|
||||||
- add gating configuration (RHEL-52103)
|
- add gating configuration (RHEL-52103)
|
||||||
- sigpipe: init the struct so that first apply ignores (RHEL-53327)
|
- sigpipe: init the struct so that first apply ignores (RHEL-53327)
|
||||||
|
16
plans.fmf
16
plans.fmf
@ -1,10 +1,24 @@
|
|||||||
/tier1-internal:
|
/tier1-internal:
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
|
filter: 'tag: Tier1 | tag: Tier2 | tag: Tier3 | tag: ExplicitCI'
|
||||||
url: https://gitlab.com/redhat/rhel/tests/curl.git
|
url: https://gitlab.com/redhat/rhel/tests/curl.git
|
||||||
filter: 'tier: 1'
|
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
adjust:
|
adjust:
|
||||||
enabled: false
|
enabled: false
|
||||||
when: distro == centos-stream or distro == fedora
|
when: distro == centos-stream or distro == fedora
|
||||||
|
|
||||||
|
/libcurl:
|
||||||
|
summary: internal test plan - libcurl
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
exclude:
|
||||||
|
- libcurl-minimal
|
||||||
|
|
||||||
|
/libcurl-minimal:
|
||||||
|
summary: internal test plan - libcurl-minimal
|
||||||
|
prepare:
|
||||||
|
how: install
|
||||||
|
exclude:
|
||||||
|
- libcurl
|
||||||
|
Loading…
Reference in New Issue
Block a user