From ca0a067e9c418dc6abdbfb3f01f97f2166dbaa37 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Thu, 12 Mar 2026 22:25:13 +0100 Subject: [PATCH] Fix broken tests/tests submodule mapping by adding missing .gitmodules file Resolves: RHEL-154993 Signed-off-by: Pavel Reichl --- .gitmodules | 3 +++ nfs4-acl-tools.spec | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..957fb63 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tests/tests"] + path = tests/tests + url = https://pkgs.devel.redhat.com/git/tests/nfs-utils diff --git a/nfs4-acl-tools.spec b/nfs4-acl-tools.spec index 7c7396e..eb8a3e7 100644 --- a/nfs4-acl-tools.spec +++ b/nfs4-acl-tools.spec @@ -1,6 +1,6 @@ Name: nfs4-acl-tools Version: 0.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The nfs4 ACL tools License: BSD URL: http://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git;a=summary @@ -39,6 +39,10 @@ make DESTDIR=%{buildroot} install %{_mandir}/man5/* %changelog +* Thu Mar 12 2026 Pavel Reichl - 0.4.2-4 +- Fix broken tests/tests submodule mapping by adding missing .gitmodules file + Related: RHEL-154993 + * Wed Feb 21 2024 Pavel Reichl - 0.4.2-3 - Prepare gating tests (rhel-26256)