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:
parent
d9cb708363
commit
ca0a067e9c
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "tests/tests"]
|
||||
path = tests/tests
|
||||
url = https://pkgs.devel.redhat.com/git/tests/nfs-utils
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user