rpms/passwd/devel .cvsignore, 1.16, 1.17 passwd.spec, 1.27, 1.28 sources, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 12 21:54:15 UTC 2006


Author: tmraz

Update of /cvs/dist/rpms/passwd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21201

Modified Files:
	.cvsignore passwd.spec sources 
Log Message:
* Tue Dec 12 2006 Tomas Mraz <tmraz at redhat.com> 0.74-1
- minor fixes in error reporting
- localize messages (#204022)



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/passwd/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	17 Jul 2006 08:12:08 -0000	1.16
+++ .cvsignore	12 Dec 2006 21:54:13 -0000	1.17
@@ -1 +1 @@
-passwd-0.73.tar.bz2
+passwd-0.74.tar.bz2


Index: passwd.spec
===================================================================
RCS file: /cvs/dist/rpms/passwd/devel/passwd.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- passwd.spec	17 Jul 2006 08:12:08 -0000	1.27
+++ passwd.spec	12 Dec 2006 21:54:13 -0000	1.28
@@ -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 @@
 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 at redhat.com> 0.74-1
+- minor fixes in error reporting
+- localize messages (#204022)
+
 * Mon Jul 17 2006 Tomas Mraz <tmraz at redhat.com> 0.73-1
 - fixed broken logic from the last change (#196851)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/passwd/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	17 Jul 2006 08:12:08 -0000	1.18
+++ sources	12 Dec 2006 21:54:13 -0000	1.19
@@ -1 +1 @@
-10e0164430a11f0982b9d24dc39394fc  passwd-0.73.tar.bz2
+c3ffda4a7183d641fc5cb792b5b52b42  passwd-0.74.tar.bz2




More information about the fedora-cvs-commits mailing list