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:
parent
d45f30fb84
commit
7403fbcc67
@ -1 +1 @@
|
|||||||
usermode-1.69-5.tar.gz
|
usermode-1.70-2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
99b01e20e4e9ed28c3a411be02334fda usermode-1.69-5.tar.gz
|
d289fe1ec50202c27fbe95adcf617fa6 usermode-1.70-2.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%define build6x 0
|
%define build6x 0
|
||||||
Summary: Tools for certain user account management tasks.
|
Summary: Tools for certain user account management tasks.
|
||||||
Name: usermode
|
Name: usermode
|
||||||
Version: 1.69
|
Version: 1.70
|
||||||
Release: 5
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: usermode-%{version}-%{release}.tar.gz
|
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
|
Conflicts: SysVinit < 2.74-14
|
||||||
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
||||||
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
||||||
|
%if %{WITH_SELINUX}
|
||||||
|
BuildPrereq: libselinux-devel
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%package gtk
|
%package gtk
|
||||||
@ -117,6 +120,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Change to fall back to root auth if selinux user does not exist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user