- spec file fixes

- add libuser >= 0.53-1 BuildPrereq (#139331)
Tue Jan 25 2005 Dan Walsh <dwalsh@redhat.com>
- improve SELinux priv checking
This commit is contained in:
Jindrich Novy 2005-01-28 11:54:14 +00:00
parent 8565a36bd7
commit aa76db94a8
3 changed files with 16 additions and 7 deletions

View File

@ -1 +1,2 @@
passwd-0.68-10.tar.bz2
passwd-0.69.tar.bz2

View File

@ -3,17 +3,18 @@
%endif
Summary: The passwd utility for setting/changing passwords using PAM.
Name: passwd
Version: 0.68
Release: 10
Version: 0.69
Release: 1
License: BSD
Group: System Environment/Base
Source: passwd-%{version}-%{release}.tar.bz2
Source: %{name}-%{version}.tar.bz2
Buildroot: %{_tmppath}/passwd-root
Requires: pam >= 0.59, /etc/pam.d/system-auth
Requires: pam >= 0.59, /etc/pam.d/system-auth,
%if %{WITH_SELINUX}
BuildPrereq: glib2-devel, libuser-devel, pam-devel, libselinux-devel
BuildPrereq: libuser >= 0.53-1
%else
BuildPrereq: glib2-devel, libuser-devel, pam-devel
BuildPrereq: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
%endif
%description
@ -24,7 +25,7 @@ Modules).
To use passwd, you should have PAM installed on your system.
%prep
%setup -q
%setup -q -n %{name}-%{version}
%build
%configure
@ -49,6 +50,13 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/passwd.1*
%changelog
* Fri Jan 28 2005 Jindrich Novy <jnovy@redhat.com> 0.69-1
- spec file fixes
- add libuser >= 0.53-1 BuildPrereq (#139331)
* Tue Jan 25 2005 Dan Walsh <dwalsh@redhat.com>
- improve SELinux priv checking
* Mon Aug 23 2004 Jindrich Novy <jnovy@redhat.com>
- applied cleanup patch from Steve Grubb #120060
- fixed man page #115380

View File

@ -1 +1 @@
7a292ddf2b819014d4ce2b31736c34a6 passwd-0.68-10.tar.bz2
99b34a5f5a831261bfedade236f7ba7f passwd-0.69.tar.bz2