- installation moved from Preferences to More Preferences menu

This commit is contained in:
Jindrich Novy 2004-09-23 13:09:07 +00:00
parent fc2a5cf9ce
commit a93647191f
3 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,3 @@
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz
usermode-1.71-3.tar.gz

View File

@ -1 +1 @@
5d67635450424c583e9770d50ec808cd usermode-1.71-2.tar.gz
74fef60b94f30aeee4554c965dce2d26 usermode-1.71-3.tar.gz

View File

@ -1,12 +1,12 @@
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 0
%define WITH_SELINUX 1
%endif
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.71
Release: 2
Release: 3
License: GPL
Group: Applications/System
Source: usermode-%{version}-%{release}.tar.gz
@ -117,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Wed Sep 22 2004 Jindrich Novy <jnovy@redhat.com> 1.71-3
- installation to Preferences/More Preferences as a request
of Ray Strode (rstrode@redhat.com) and #131605
* Mon Sep 20 2004 Jindrich Novy <jnovy@redhat.com> 1.71-2
- added "-I" option to mkfs in the .mkfs patch (#117793)