[gweled] Marked score files noreplace.

Jon Ciesla limb at fedoraproject.org
Fri Mar 11 13:33:12 UTC 2011


commit 1646fa4a8b15207577c85886f76c66a140125234
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Fri Mar 11 07:27:54 2011 -0600

    Marked score files noreplace.

 gweled.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gweled.spec b/gweled.spec
index 6a7619d..6a91838 100644
--- a/gweled.spec
+++ b/gweled.spec
@@ -1,6 +1,6 @@
 Name:           gweled
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Swapping gem game
 
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS
 %attr(2551,root,games) %{_bindir}/%{name}
-%attr(0664,games,games) %{_localstatedir}/lib/games/*
+%config(noreplace) %attr(0664,games,games) %{_localstatedir}/lib/games/*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/pixmaps/*
 %{_datadir}/icons/*
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Fri Mar 11 2011 Jon Ciesla <limb at jcomserv.net> - 0.9-3
+- Marked score files config noreplace, BZ 618603.
+
 * Wed Mar 09 2011 Jon Ciesla <limb at jcomserv.net> - 0.9-2
 - Added disttag.
 


More information about the scm-commits mailing list