From 26d04518da719eeaa792425a65829263e4c3cb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Thu, 28 Jan 2010 16:07:55 +0000 Subject: [PATCH] And this time fix it correctly. Resolves: rhbz#559502 --- passwd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/passwd.spec b/passwd.spec index 314e278..f3d89b0 100644 --- a/passwd.spec +++ b/passwd.spec @@ -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_ROOT%{_sysconfdir}/pam.d/passwd 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 0.77-3 +* Thu Jan 28 2010 Tomas Mraz 0.77-4 - add COPYING and other things to doc - correct the licence field