[smolt] added explicit attributes for ghost file

Mike McGrath mmcgrath at fedoraproject.org
Wed Dec 15 17:24:22 UTC 2010


commit ac69faefabd25a91495b404602b44c0f2daf811c
Author: Mike McGrath <mmcgrath at redhat.com>
Date:   Wed Dec 15 11:24:13 2010 -0600

    added explicit attributes for ghost file

 smolt.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/smolt.spec b/smolt.spec
index da16d31..d163070 100644
--- a/smolt.spec
+++ b/smolt.spec
@@ -2,7 +2,7 @@ Name: smolt
 
 Summary: Fedora hardware profiler
 Version: 1.4.2.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://fedorahosted.org/smolt
@@ -189,7 +189,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_sysconfdir}/cron.d/%{name}
 %{_mandir}/man1/*gz
 %{_initrddir}/%{name}
-%ghost %config(noreplace) %{_sysconfdir}/%{name}/hw-uuid
+%ghost %config(noreplace) %attr(0644) %{_sysconfdir}/%{name}/hw-uuid
 
 %files server
 %defattr(-,root,root,-)
@@ -207,9 +207,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/smoltGui
 
 %changelog
-* Wed Dec 15 2010 Mike McGrath <mmcgrath at redhat.com> - 1.4.2.2-4
+* Wed Dec 15 2010 Mike McGrath <mmcgrath at redhat.com> - 1.4.2.2-5
 - Removed smolt server dep for turboflot since it doesn't exist
 -   A permanent solution to this is still being worked on
+- Added explicit attributes on hw-uuid
 
 * Mon Aug 16 2010 Mike McGrath <mmcgrath at redhat.com> - 1.4.2.2-3
 - Patch to fix bz#624215


More information about the scm-commits mailing list