Correct indentation in test plan

Related: RHEL-52103
This commit is contained in:
Jacek Migacz 2024-08-19 17:08:25 +02:00
parent aba498419f
commit a5e59b888a
2 changed files with 16 additions and 13 deletions

View File

@ -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)

View File

@ -9,14 +9,14 @@
enabled: false
when: distro == centos-stream or distro == fedora
/libcurl:
/libcurl:
summary: internal test plan - libcurl
prepare:
how: install
exclude:
- libcurl-minimal
/libcurl-minimal:
/libcurl-minimal:
summary: internal test plan - libcurl-minimal
prepare:
how: install