[worker/f16] Fixed typo in defattr

ndowens ndowens at fedoraproject.org
Thu Aug 18 00:54:32 UTC 2011


commit 9a01d64fd663003f024923c2dd2319e908fd5ec5
Author: Nathan Owe <ndowens at revan.linux>
Date:   Wed Aug 17 19:53:58 2011 -0500

    Fixed typo in defattr

 worker.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/worker.spec b/worker.spec
index caf6f4f..a3232c1 100644
--- a/worker.spec
+++ b/worker.spec
@@ -1,6 +1,6 @@
 Name:		worker
 Version:	2.18.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	File Manager for the X11
 
 License:	GPLv2+
@@ -43,7 +43,7 @@ desktop-file-install	\
 rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root-)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING THANKS
 %{_datadir}/applications/worker.desktop
 %{_datadir}/pixmaps/WorkerIcon*.xpm
@@ -56,17 +56,25 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Aug 17 2011 Nathan Owe <ndowens at fedoraproject.org> 2.18.0-7
+- Fixed defattr typo
+
 * Tue Jul 26 2011 Nathan Owe <ndowens at fedoraproject.org> 2.18.0-6
 - Changed email address
 - Added 'BuildRoot' for EPEL compatability
 - Added defattr and clean section for EPEL
+
 * Tue Jul 19 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-5
 - Convert Changelog to UTF-8
+
 * Tue Jul 19 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-4
 - Convert Man pages to UTF-8
+
 * Mon Jul 18 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-3
 - Fixed Directory Permission problem
+
 * Mon Jul 18 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-2
 - Removed Requires
+
 * Sat Jul 16 2011 Nathan Owe <ndowens04 at yahoo.com> 2.18.0-1
 - Inital Release


More information about the scm-commits mailing list