Compare commits

..

6 Commits

Author SHA1 Message Date
Jindrich Novy 90b7e28bd4 - 1.74 - patch from Mathew Miller 2004-10-20 09:08:46 +00:00
Jindrich Novy 618c2731a3 - added languages from upstream
- changed build policy
2004-10-04 08:26:07 +00:00
riel b37d1ca3be - add dependency on passwd (bz #125010)
- make sure the Release: isn't part of the path name and tarball name
2004-09-28 19:48:48 +00:00
riel 9e32e323ec add dependency on passwd (bz #125010) 2004-09-28 19:31:05 +00:00
Ray Strode 3fd9ba787f - Remove Patch0 line 2004-09-27 21:02:49 +00:00
Ray Strode 2b2e6b9b22 - remove X-Red-Hat-Base category from userinfo.desktop
- fix `make distcheck'
- use proper value types for Terminal keys in desktop entries
- remove upstreamed mkfs patch
2004-09-27 20:59:58 +00:00
3 changed files with 30 additions and 13 deletions
+3 -4
View File
@@ -1,4 +1,3 @@
usermode-1.71-1.tar.gz
usermode-1.71-2.tar.gz
usermode-1.71-3.tar.gz
usermode-1.71-4.tar.gz
usermode-1.72.tar.gz
usermode-1.73.tar.bz2
usermode-1.74.tar.bz2
+1 -1
View File
@@ -1 +1 @@
8726395c4e6b1ec40690f1cb9ea99c31 usermode-1.71-4.tar.gz
1c78136b3274e6d85f10343c075a8494 usermode-1.74.tar.bz2
+26 -8
View File
@@ -5,16 +5,15 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.71
Release: 4
Version: 1.74
Release: 1
License: GPL
Group: Applications/System
Source: usermode-%{version}-%{release}.tar.gz
Patch0: usermode-mkfs.patch
Source: usermode-%{version}.tar.bz2
%if %{build6x}
Requires: util-linux, pam >= 0.66-5
%else
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
%endif
Conflicts: SysVinit < 2.74-14
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
@@ -45,9 +44,8 @@ Install the usermode-gtk package if you would like to provide users with
graphical tools for certain account management tasks.
%prep
%setup -q -n %{name}-%{version}-%{release}
%patch0 -p1 -b .mkfs
%setup -q
./autogen.sh
%build
%configure \
@@ -117,6 +115,26 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.con> 1.74-1
- add patch from Mathew Miller (mattdm@mattdm.org) to use
own user's password instead of root's in authentization
(the user must be a member of specific group to enable it)
* Mon Oct 04 2004 Jindrich Novy <jnovy@redhat.com> 1.73-1
- add support to configure.in for more languages
- update translations from upstream
- generate build scripts by autogen.sh
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 1.72-2
- add dependency on passwd (bz #125010)
- make sure the Release: isn't part of the path name and tarball name
* Mon Sep 27 2004 Ray Strode <rstrode@redhat.com> 1.72-1
- remove X-Red-Hat-Base category from userinfo.desktop
- fix `make distcheck'
- use proper value types for Terminal keys in desktop entries
- remove upstreamed mkfs patch
* Fri Sep 24 2004 Jindrich Novy <jnovy@redhat.com> 1.71-4
- updated dependencies to SELinux