Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc2a5cf9ce | |||
| 29053aed89 | |||
| bd0a47d2d6 | |||
| 8158713524 | |||
| 1b7e004d7f | |||
| 19708d230b |
+2
-1
@@ -1 +1,2 @@
|
||||
usermode-1.70-4.tar.gz
|
||||
usermode-1.71-1.tar.gz
|
||||
usermode-1.71-2.tar.gz
|
||||
|
||||
@@ -1 +1 @@
|
||||
76a594da8d08ff0f4d750257213b8f85 usermode-1.70-4.tar.gz
|
||||
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz
|
||||
|
||||
+27
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user