auto-import changelog data from usermode-1.70-2.src.rpm

Thu Apr 01 2004 Dan Walsh <dwalsh@redhat.com> 1.70-1
- Change user context to "root" if username context "user_t" not in passwd
    file
Wed Mar 31 2004 Nalin Dahyabhai <nalin@redhat.com> 1.70-1
- fix accidental mixup of role and type setting up new selinux context
- log the new selinux context if we're running an app in a new selinux
    context
This commit is contained in:
cvsdist 2004-09-09 14:00:33 +00:00
parent d45f30fb84
commit 7403fbcc67
3 changed files with 14 additions and 4 deletions

View File

@ -1 +1 @@
usermode-1.69-5.tar.gz
usermode-1.70-2.tar.gz

View File

@ -1 +1 @@
99b01e20e4e9ed28c3a411be02334fda usermode-1.69-5.tar.gz
d289fe1ec50202c27fbe95adcf617fa6 usermode-1.70-2.tar.gz

View File

@ -5,8 +5,8 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.69
Release: 5
Version: 1.70
Release: 2
License: GPL
Group: Applications/System
Source: usermode-%{version}-%{release}.tar.gz
@ -18,6 +18,9 @@ Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth
Conflicts: SysVinit < 2.74-14
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
%if %{WITH_SELINUX}
BuildPrereq: libselinux-devel
%endif
BuildRoot: %{_tmppath}/%{name}-root
%package gtk
@ -117,6 +120,13 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Thu Apr 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-1
- Change user context to "root" if username context "user_t" not in passwd file
* Wed Mar 31 2004 Nalin Dahyabhai <nalin@redhat.com> 1.70-1
- fix accidental mixup of role and type setting up new selinux context
- log the new selinux context if we're running an app in a new selinux context
* Sat Feb 21 2004 Dan Walsh <dwalsh@redhat.com> 1.69-5
- Change to fall back to root auth if selinux user does not exist