Fix typo in testparm output
related: rhbz#2044231
This commit is contained in:
parent
09588de2f5
commit
b7b707322c
@ -149,7 +149,7 @@ index 98bcc219b1e..58ba46bc15f 100644
|
|||||||
+ if (maxranges < 2) {
|
+ if (maxranges < 2) {
|
||||||
+ fprintf(stderr,
|
+ fprintf(stderr,
|
||||||
+ "ERROR: The idmap autorid range "
|
+ "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]!"
|
+ "big as the rangesize [%u]!"
|
||||||
+ "\n\n",
|
+ "\n\n",
|
||||||
+ c->low,
|
+ c->low,
|
||||||
|
@ -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")
|
%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 samba_version 4.15.5
|
||||||
%global talloc_version 2.3.3
|
%global talloc_version 2.3.3
|
||||||
@ -4108,6 +4108,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 17 2022 Andreas Schneider <asn@redhat.com> - 4.15.5-102
|
||||||
- resolves: rhbz#2044231 - Improve idmap autorid sanity checks and documentation
|
- resolves: rhbz#2044231 - Improve idmap autorid sanity checks and documentation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user