rpms/passwd/devel passwd.spec,1.44,1.45

Tomáš Mráz tmraz at fedoraproject.org
Thu Jan 28 16:07:55 UTC 2010


Author: tmraz

Update of /cvs/pkgs/rpms/passwd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2022

Modified Files:
	passwd.spec 
Log Message:
And this time fix it correctly.
Resolves: rhbz#559502



Index: passwd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/passwd/devel/passwd.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- passwd.spec	28 Jan 2010 15:30:43 -0000	1.44
+++ passwd.spec	28 Jan 2010 16:07:55 -0000	1.45
@@ -7,7 +7,7 @@
 Summary: An utility for setting or changing passwords using PAM
 Name: passwd
 Version: 0.77
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD or GPLv2+
 Group: System Environment/Base
 URL: http://fedorahosted.org/passwd
@@ -58,14 +58,14 @@ install -m 644 passwd.pamd $RPM_BUILD_RO
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
-%doc COPYING AUTHORS ChangeLog
 %defattr(-,root,root,-)
+%doc COPYING AUTHORS ChangeLog
 %config(noreplace) %{_sysconfdir}/pam.d/passwd
 %attr(4755,root,root) %{_bindir}/passwd
 %{_mandir}/man1/passwd.1*
 
 %changelog
-* Thu Jan 28 2010 Tomas Mraz <tmraz at redhat.com> 0.77-3
+* Thu Jan 28 2010 Tomas Mraz <tmraz at redhat.com> 0.77-4
 - add COPYING and other things to doc
 - correct the licence field
 



More information about the scm-commits mailing list