- Set SELinux file contexts when creating home directories, preserve them

when moving home directories Resolves: #351201
This commit is contained in:
Miloslav Trmac 2007-10-25 07:20:41 +00:00
parent d0e5685f1a
commit 1d7024ad8e
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
libuser-0.56.5.tar.bz2
libuser-0.56.6.tar.bz2

View File

@ -4,8 +4,8 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libuser
Version: 0.56.5
Release: 1
Version: 0.56.6
Release: 1%{?dist}
Group: System Environment/Base
License: LGPLv2+
Source: libuser-%{version}.tar.bz2
@ -108,6 +108,11 @@ popd
%{_datadir}/gtk-doc/html/*
%changelog
* Thu Oct 25 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.6-1
- Set SELinux file contexts when creating home directories, preserve them when
moving home directories
Resolves: #351201
* Thu Oct 11 2007 Miloslav Trmač <mitr@redhat.com> - 0.56.5-1
- Work around spurious error messages when run against the Fedora Directory
server

View File

@ -1 +1 @@
18a2210ab325d897123779ea12389530 libuser-0.56.5.tar.bz2
74bd4ad52d81ccf67a8f6cd110add809 libuser-0.56.6.tar.bz2