Correct indentation in test plan
Related: RHEL-52103
This commit is contained in:
parent
aba498419f
commit
a5e59b888a
@ -1,7 +1,7 @@
|
||||
Summary: A utility for getting files from remote servers (FTP, HTTP, and others)
|
||||
Name: curl
|
||||
Version: 8.9.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: curl
|
||||
Source0: https://curl.se/download/%{name}-%{version}.tar.xz
|
||||
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
|
||||
|
||||
%changelog
|
||||
* Mon Aug 19 2024 Jacek Migacz <jmigacz@redhat.com> - 8.9.1-4
|
||||
- correct indentation in test plan
|
||||
|
||||
* Fri Aug 02 2024 Jacek Migacz <jmigacz@redhat.com> - 8.9.1-3
|
||||
- fix libcurl and libcurl-minimal conflict in test plan (RHEL-52103)
|
||||
|
||||
|
24
plans.fmf
24
plans.fmf
@ -9,16 +9,16 @@
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
||||
|
||||
/libcurl:
|
||||
summary: internal test plan - libcurl
|
||||
prepare:
|
||||
how: install
|
||||
exclude:
|
||||
- libcurl-minimal
|
||||
/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
|
||||
/libcurl-minimal:
|
||||
summary: internal test plan - libcurl-minimal
|
||||
prepare:
|
||||
how: install
|
||||
exclude:
|
||||
- libcurl
|
||||
|
Loading…
Reference in New Issue
Block a user