Fix typo in testparm output

related: rhbz#2044231
This commit is contained in:
Andreas Schneider 2022-02-21 14:42:06 +01:00
parent 09588de2f5
commit b7b707322c
2 changed files with 5 additions and 2 deletions

View File

@ -149,7 +149,7 @@ index 98bcc219b1e..58ba46bc15f 100644
+ if (maxranges < 2) {
+ fprintf(stderr,
+ "ERROR: The idmap autorid range "
+ "[%u-%u] needs to be at least twice as"
+ "[%u-%u] needs to be at least twice as "
+ "big as the rangesize [%u]!"
+ "\n\n",
+ c->low,

View File

@ -132,7 +132,7 @@
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
%global baserelease 102
%global baserelease 103
%global samba_version 4.15.5
%global talloc_version 2.3.3
@ -4108,6 +4108,9 @@ fi
%endif
%changelog
* Mon Feb 21 2022 Andreas Schneider <asn@redhat.com> - 4.15.5-103
- related: rhbz#2044231 - Fix typo in testparm output
* Thu Feb 17 2022 Andreas Schneider <asn@redhat.com> - 4.15.5-102
- resolves: rhbz#2044231 - Improve idmap autorid sanity checks and documentation