Compare commits

..

6 Commits

Author SHA1 Message Date
Jindrich Novy 2a0b3c48b6 - commiting the new source 2004-09-24 09:30:59 +00:00
Jindrich Novy 447e3e827a - forgot to increase the release number 2004-09-24 09:18:18 +00:00
Jindrich Novy 2bc1093b62 - updated dependencies to SELinux 2004-09-24 09:16:36 +00:00
Jindrich Novy 6feccc4f24 - userpasswd belongs to Preferences, this is minor fix so I'll not bump up
the release number - usermode 1.71-3 was not built yet.
2004-09-23 13:18:53 +00:00
Jindrich Novy a93647191f - installation moved from Preferences to More Preferences menu 2004-09-23 13:09:07 +00:00
Jindrich Novy fc2a5cf9ce - added .mkfs patch 2004-09-21 08:16:07 +00:00
3 changed files with 19 additions and 3 deletions
+3
View File
@@ -1 +1,4 @@
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz
usermode-1.71-3.tar.gz
usermode-1.71-4.tar.gz
+1 -1
View File
@@ -1 +1 @@
aa344285916b82ca704cc853c32247a2 usermode-1.71-1.tar.gz
8726395c4e6b1ec40690f1cb9ea99c31 usermode-1.71-4.tar.gz
+15 -2
View File
@@ -6,10 +6,11 @@
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.71
Release: 1
Release: 4
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
@@ -19,7 +20,7 @@ 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
BuildPrereq: libselinux-devel >= 1.17.13-2
%endif
BuildRoot: %{_tmppath}/%{name}-root
@@ -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,16 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Fri Sep 24 2004 Jindrich Novy <jnovy@redhat.com> 1.71-4
- updated dependencies to SELinux
* 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)
* Thu Aug 26 2004 Alexander Larsson <alexl@redhat.com> - 1.71-1
- consolehelper: work if root is readonly