Fix broken tests/tests submodule mapping by adding missing .gitmodules file

Resolves: RHEL-154993
Signed-off-by: Pavel Reichl <preichl@redhat.com>
This commit is contained in:
Pavel Reichl 2026-03-12 22:25:13 +01:00
parent d9cb708363
commit ca0a067e9c
2 changed files with 8 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "tests/tests"]
path = tests/tests
url = https://pkgs.devel.redhat.com/git/tests/nfs-utils

View File

@ -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 <preichl@redhat.com> - 0.4.2-4
- Fix broken tests/tests submodule mapping by adding missing .gitmodules file
Related: RHEL-154993
* Wed Feb 21 2024 Pavel Reichl <preichl@redhat.com> - 0.4.2-3
- Prepare gating tests (rhel-26256)