Compare commits

..

2 Commits

Author SHA1 Message Date
cvsdist 7403fbcc67 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
2004-09-09 14:00:33 +00:00
cvsdist d45f30fb84 auto-import changelog data from usermode-1.69-5.src.rpm
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
2004-09-09 13:59:36 +00:00
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.69-4.tar.gz
usermode-1.70-2.tar.gz
+1 -1
View File
@@ -1 +1 @@
6d2ad6152aec78365dcc85f678d538d0 usermode-1.69-4.tar.gz
d289fe1ec50202c27fbe95adcf617fa6 usermode-1.70-2.tar.gz
+15 -2
View File
@@ -5,8 +5,8 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.69
Release: 4
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,16 @@ 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
* Tue Jan 27 2004 Dan Walsh <dwalsh@redhat.com> 1.69-4
- fix call to is_selinux_enabled