fix spec
This commit is contained in:
parent
17ee29acf4
commit
e151de4fd1
@ -6,13 +6,13 @@
|
|||||||
%define BUILD_MINIMUM 1
|
%define BUILD_MINIMUM 1
|
||||||
%define BUILD_MLS 1
|
%define BUILD_MLS 1
|
||||||
%define POLICYVER 32
|
%define POLICYVER 32
|
||||||
%define POLICYCOREUTILSVER 3.0
|
%define POLICYCOREUTILSVER 3.1-5
|
||||||
%define CHECKPOLICYVER 3.0
|
%define CHECKPOLICYVER 3.0
|
||||||
|
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.14.2
|
Version: 3.14.2
|
||||||
Release: 60
|
Release: 61
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/fedora-selinux/selinux-policy/
|
URL: https://github.com/fedora-selinux/selinux-policy/
|
||||||
|
|
||||||
@ -398,8 +398,6 @@ if [ $1 = 0 ]; then
|
|||||||
else
|
else
|
||||||
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' %{_sysconfdir}/selinux/config
|
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' %{_sysconfdir}/selinux/config
|
||||||
fi
|
fi
|
||||||
else
|
|
||||||
touch /.autorelabel
|
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
@ -731,6 +729,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 1 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-61
|
||||||
|
- remove autorelabel creating action
|
||||||
|
- rebuild with policycoreutils-3.1-5
|
||||||
|
|
||||||
* Tue Nov 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-60
|
* Tue Nov 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.14.2-60
|
||||||
- move autorelabel creating to postun
|
- move autorelabel creating to postun
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user