fix patch error
This commit is contained in:
parent
24c0586c80
commit
8fdd7f5363
@ -135,6 +135,9 @@ fi
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 26 2020 chenbo pan <panchenbo@uniontech.com> - 8.32-2
|
||||||
|
- fix patch error
|
||||||
|
|
||||||
* Wed Jul 29 2020 Liquor <lirui130@hauwei.com> - 8.32-1
|
* Wed Jul 29 2020 Liquor <lirui130@hauwei.com> - 8.32-1
|
||||||
- update to 8.32
|
- update to 8.32
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@ index 739ba33..d536dec 100644
|
|||||||
|| skip_ "this system lacks SELinux support"
|
|| skip_ "this system lacks SELinux support"
|
||||||
|
|
||||||
+ # Judge the selinux is enabled or not
|
+ # Judge the selinux is enabled or not
|
||||||
+ selinuxenabled; [ $? = 1] && skip_ "SELinux is disabled"
|
+ selinuxenabled; [ $? = 1 ] && skip_ "SELinux is disabled"
|
||||||
+
|
+
|
||||||
# Independent of whether SELinux is enabled system-wide,
|
# Independent of whether SELinux is enabled system-wide,
|
||||||
# the current file system may lack SELinux support.
|
# the current file system may lack SELinux support.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user