Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 618c2731a3 | |||
| b37d1ca3be | |||
| 9e32e323ec |
+2
-5
@@ -1,5 +1,2 @@
|
||||
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-1.tar.gz
|
||||
usermode-1.72.tar.gz
|
||||
usermode-1.73.tar.bz2
|
||||
|
||||
@@ -1 +1 @@
|
||||
a7f65656f662ceb7e115b68289e90e6d usermode-1.72-1.tar.gz
|
||||
ea84c89460354c9c814a545975f83d39 usermode-1.73.tar.bz2
|
||||
|
||||
+14
-4
@@ -5,15 +5,15 @@
|
||||
%define build6x 0
|
||||
Summary: Tools for certain user account management tasks.
|
||||
Name: usermode
|
||||
Version: 1.72
|
||||
Version: 1.73
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}-%{release}.tar.gz
|
||||
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
|
||||
@@ -44,7 +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}
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@@ -114,6 +115,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%changelog
|
||||
* 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'
|
||||
|
||||
Reference in New Issue
Block a user