parent
f7d9f674ed
commit
319c5854c5
@ -1 +1 @@
|
||||
passwd-0.73.tar.bz2
|
||||
passwd-0.74.tar.bz2
|
||||
|
||||
18
passwd.spec
18
passwd.spec
@ -6,19 +6,18 @@
|
||||
%endif
|
||||
Summary: The passwd utility for setting/changing passwords using PAM
|
||||
Name: passwd
|
||||
Version: 0.73
|
||||
Version: 0.74
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: System Environment/Base
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Buildroot: %{_tmppath}/passwd-root
|
||||
Requires: pam >= 0.78, /etc/pam.d/system-auth,
|
||||
Requires: pam >= 0.78, /etc/pam.d/system-auth
|
||||
%if %{WITH_SELINUX}
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libselinux-devel
|
||||
BuildRequires: libuser >= 0.53-1
|
||||
%else
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
BuildRequires: libselinux-devel
|
||||
%endif
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
BuildRequires: gettext
|
||||
%if %{WITH_AUDIT}
|
||||
BuildRequires: audit-libs-devel >= 1.0.14
|
||||
Requires: audit-libs >= 1.0.14
|
||||
@ -46,17 +45,22 @@ make install DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} mandir=%{_mandir}
|
||||
strip $RPM_BUILD_ROOT%{_bindir}/passwd
|
||||
install -m 755 -d $RPM_BUILD_ROOT/etc/pam.d/
|
||||
install -m 644 passwd.pamd $RPM_BUILD_ROOT/etc/pam.d/passwd
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) /etc/pam.d/passwd
|
||||
%attr(4755,root,root) %{_bindir}/passwd
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 12 2006 Tomas Mraz <tmraz@redhat.com> 0.74-1
|
||||
- minor fixes in error reporting
|
||||
- localize messages (#204022)
|
||||
|
||||
* Mon Jul 17 2006 Tomas Mraz <tmraz@redhat.com> 0.73-1
|
||||
- fixed broken logic from the last change (#196851)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user