From 44e565d70789c9436cdba4a4f1a193706cc00436 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Wed, 17 Dec 2025 10:33:43 +0100 Subject: [PATCH] Rebuild to test with proper configuration Related: RHEL-134160 --- .fmf/version | 1 + ci.fmf | 2 ++ vsftpd.spec | 6 +++++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 ci.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..da04079 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,2 @@ +resultsdb-testcase: separate + diff --git a/vsftpd.spec b/vsftpd.spec index 344a7c5..6ed880d 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -2,7 +2,7 @@ Name: vsftpd Version: 3.0.3 -Release: 36%{?dist}.2 +Release: 36%{?dist}.3 Summary: Very Secure Ftp Daemon Group: System Environment/Daemons @@ -165,6 +165,10 @@ mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub %{_var}/ftp %changelog +* Wed Dec 17 2025 Tomas Korbar - 3.0.3-36.3 +- Rebuild to test with proper configuration +- Related: RHEL-134160 + * Wed Dec 17 2025 Tomas Korbar - 3.0.3-36.2 - Rebuild to test with proper configuration - Related: RHEL-134160