rpms/passwd/devel passwd.spec,1.42,1.43

Tomáš Mráz tmraz at fedoraproject.org
Thu Jan 28 15:27:20 UTC 2010


Author: tmraz

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

Modified Files:
	passwd.spec 
Log Message:
* Thu Jan 28 2010 Tomas Mraz <tmraz at redhat.com> 0.77-2
- add COPYING and other things to doc
- correct the licence field



Index: passwd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/passwd/devel/passwd.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- passwd.spec	14 Sep 2009 12:10:49 -0000	1.42
+++ passwd.spec	28 Jan 2010 15:27:19 -0000	1.43
@@ -7,8 +7,8 @@
 Summary: An utility for setting or changing passwords using PAM
 Name: passwd
 Version: 0.77
-Release: 1%{?dist}
-License: BSD
+Release: 2%{?dist}
+License: BSD or GPLv2+
 Group: System Environment/Base
 URL: http://fedorahosted.org/passwd
 Source: https://fedorahosted.org/releases/p/a/%{name}/%{name}-%{version}.tar.bz2
@@ -58,12 +58,17 @@ install -m 644 passwd.pamd $RPM_BUILD_RO
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
+%doc COPYING AUTHORS ChangeLog
 %defattr(-,root,root,-)
 %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-2
+- add COPYING and other things to doc
+- correct the licence field
+
 * Mon Sep 14 2009 Tomas Mraz <tmraz at redhat.com> 0.77-1
 - updated translations
 - improved manual page



More information about the scm-commits mailing list