Compare commits

...

6 Commits

Author SHA1 Message Date
Jindrich Novy fc2a5cf9ce - added .mkfs patch 2004-09-21 08:16:07 +00:00
cvsdist 29053aed89 auto-import changelog data from usermode-1.71-1.src.rpm
Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 1.71-1
- consolehelper: work if root is readonly
2004-09-09 14:02:40 +00:00
cvsdist bd0a47d2d6 auto-import changelog data from usermode-1.70-8.src.rpm
Mon Jul 12 2004 Dan Walsh <dwalsh@redhat.com> 1.70-8
- Additional diffs from NSA
- Clean up comments
2004-09-09 14:02:14 +00:00
cvsdist 8158713524 auto-import changelog data from usermode-1.70-7.src.rpm
Thu Jul 08 2004 Dan Walsh <dwalsh@redhat.com> 1.70-7
- More fixes for SELinux. roll back to only use root for auth.
- Add getenforce checks
- Add root_passwd check
2004-09-09 14:01:36 +00:00
cvsdist 1b7e004d7f auto-import usermode-1.70-6 from usermode-1.70-6.src.rpm 2004-09-09 14:01:25 +00:00
cvsdist 19708d230b auto-import changelog data from usermode-1.70-5.src.rpm
Thu Jul 01 2004 Dan Walsh <dwalsh@redhat.com> 1.70-5
- Fix to use root if user not defined
2004-09-09 14:01:21 +00:00
3 changed files with 30 additions and 5 deletions
+2 -1
View File
@@ -1 +1,2 @@
usermode-1.70-4.tar.gz
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz
+1 -1
View File
@@ -1 +1 @@
76a594da8d08ff0f4d750257213b8f85 usermode-1.70-4.tar.gz
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz
+27 -3
View File
@@ -1,15 +1,16 @@
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%define WITH_SELINUX 0
%endif
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.70
Release: 4
Version: 1.71
Release: 2
License: GPL
Group: Applications/System
Source: usermode-%{version}-%{release}.tar.gz
Patch0: usermode-mkfs.patch
%if %{build6x}
Requires: util-linux, pam >= 0.66-5
%else
@@ -46,6 +47,8 @@ graphical tools for certain account management tasks.
%prep
%setup -q -n %{name}-%{version}-%{release}
%patch0 -p1 -b .mkfs
%build
%configure \
%if %{WITH_SELINUX}
@@ -114,6 +117,27 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
- added "-I" option to mkfs in the .mkfs patch (#117793)
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 1.71-1
- consolehelper: work if root is readonly
* Mon Jul 12 2004 Dan Walsh <dwalsh@redhat.com> 1.70-8
- Additional diffs from NSA
- Clean up comments
* Thu Jul 8 2004 Dan Walsh <dwalsh@redhat.com> 1.70-7
- More fixes for SELinux. roll back to only use root for auth.
- Add getenforce checks
- Add root_passwd check
* Tue Jul 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-6
- More fixes to make targeted policy work correctly
* Tue Jul 1 2004 Dan Walsh <dwalsh@redhat.com> 1.70-5
- Fix to use root if user not defined
* Tue May 25 2004 Dan Walsh <dwalsh@redhat.com> 1.70-4
- Support new policy files