diff --git a/.cvsignore b/.cvsignore index a8c720d..57506e7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -passwd-0.73.tar.bz2 +passwd-0.74.tar.bz2 diff --git a/passwd.spec b/passwd.spec index 2275c4d..e313834 100644 --- a/passwd.spec +++ b/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 0.74-1 +- minor fixes in error reporting +- localize messages (#204022) + * Mon Jul 17 2006 Tomas Mraz 0.73-1 - fixed broken logic from the last change (#196851) diff --git a/sources b/sources index 8f5307d..8c20fac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10e0164430a11f0982b9d24dc39394fc passwd-0.73.tar.bz2 +c3ffda4a7183d641fc5cb792b5b52b42 passwd-0.74.tar.bz2