!154 [sync] PR-152: fix output expected information when install bing-sdborbind-sdb-chroot
From: @openeuler-sync-bot Reviewed-by: @kircher Signed-off-by: @kircher
This commit is contained in:
commit
5dccc01fce
10
bind.spec
10
bind.spec
@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
|||||||
Name: bind
|
Name: bind
|
||||||
License: MPLv2.0
|
License: MPLv2.0
|
||||||
Version: 9.16.23
|
Version: 9.16.23
|
||||||
Release: 14
|
Release: 15
|
||||||
Epoch: 32
|
Epoch: 32
|
||||||
Url: https://www.isc.org/downloads/bind/
|
Url: https://www.isc.org/downloads/bind/
|
||||||
#
|
#
|
||||||
@ -915,7 +915,7 @@ fi
|
|||||||
%define chroot_fix_devices() \
|
%define chroot_fix_devices() \
|
||||||
if [ $1 -gt 1 ]; then \
|
if [ $1 -gt 1 ]; then \
|
||||||
for DEV in "%{1}/dev"/{null,random,zero}; do \
|
for DEV in "%{1}/dev"/{null,random,zero}; do \
|
||||||
if [ -e "$DEV" -a "$(/bin/stat --printf="%G %a" "$DEV")" = "root 644" ]; \
|
if [ -e "$DEV" ] && [ "$(/bin/stat --printf="%G %a" "$DEV")" = "root 644" ]; \
|
||||||
then \
|
then \
|
||||||
/bin/chmod 0664 "$DEV" \
|
/bin/chmod 0664 "$DEV" \
|
||||||
/bin/chgrp named "$DEV" \
|
/bin/chgrp named "$DEV" \
|
||||||
@ -1188,6 +1188,12 @@ fi;
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 09 2023 zhanghao<zhanghao383@huawei.com> - 32:9.16.23-15
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix output expected information when install bing-sdborbind-sdb-chroot
|
||||||
|
|
||||||
* Fri Feb 03 2023 zhanghao<zhanghao383@huawei.com> - 32:9.16.23-14
|
* Fri Feb 03 2023 zhanghao<zhanghao383@huawei.com> - 32:9.16.23-14
|
||||||
- Type:CVE
|
- Type:CVE
|
||||||
- CVE:CVE-2022-3736 CVE-2022-3924 CVE-2022-3094
|
- CVE:CVE-2022-3736 CVE-2022-3924 CVE-2022-3094
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user