- add dependency on passwd (bz #125010)
- make sure the Release: isn't part of the path name and tarball name
This commit is contained in:
parent
9e32e323ec
commit
b37d1ca3be
@ -1,5 +1 @@
|
||||
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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a7f65656f662ceb7e115b68289e90e6d usermode-1.72-1.tar.gz
|
||||
161606361a4b2dd08b368d0535a7356a usermode-1.72.tar.gz
|
||||
|
@ -9,7 +9,7 @@ Version: 1.72
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: usermode-%{version}-%{release}.tar.gz
|
||||
Source: usermode-%{version}.tar.gz
|
||||
%if %{build6x}
|
||||
Requires: util-linux, pam >= 0.66-5
|
||||
%else
|
||||
@ -44,7 +44,7 @@ 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
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -116,6 +116,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user