From 7403fbcc6750b0d68609f2951d47f4d4bfea9c65 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 14:00:33 +0000 Subject: [PATCH] auto-import changelog data from usermode-1.70-2.src.rpm Thu Apr 01 2004 Dan Walsh 1.70-1 - Change user context to "root" if username context "user_t" not in passwd file Wed Mar 31 2004 Nalin Dahyabhai 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 --- .cvsignore | 2 +- sources | 2 +- usermode.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0e5a38a..6a10bc5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usermode-1.69-5.tar.gz +usermode-1.70-2.tar.gz diff --git a/sources b/sources index a4392ee..773da84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99b01e20e4e9ed28c3a411be02334fda usermode-1.69-5.tar.gz +d289fe1ec50202c27fbe95adcf617fa6 usermode-1.70-2.tar.gz diff --git a/usermode.spec b/usermode.spec index 786f8b6..ce2e6a3 100644 --- a/usermode.spec +++ b/usermode.spec @@ -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 1.70-1 +- Change user context to "root" if username context "user_t" not in passwd file + +* Wed Mar 31 2004 Nalin Dahyabhai 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 1.69-5 - Change to fall back to root auth if selinux user does not exist