- 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:
parent
8565a36bd7
commit
aa76db94a8
@ -1 +1,2 @@
|
||||
passwd-0.68-10.tar.bz2
|
||||
passwd-0.69.tar.bz2
|
||||
|
||||
20
passwd.spec
20
passwd.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user