[worker/f15] Fixed error root group doesn't exist, cuased by typo.

ndowens ndowens at fedoraproject.org
Tue Aug 9 15:56:06 UTC 2011


commit d19e78a9dd789a46e0b3ab3f31de5c9af8130825
Author: Nathan Owe <ndowens at revan.linux>
Date:   Tue Aug 9 10:55:49 2011 -0500

    Fixed error root group doesn't exist, cuased by typo.

 worker.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/worker.spec b/worker.spec
index caf6f4f..53b6785 100644
--- a/worker.spec
+++ b/worker.spec
@@ -1,14 +1,17 @@
 Name:		worker
 Version:	2.18.0
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	File Manager for the X11
 
 License:	GPLv2+
 URL:		http://boomerangsworld.de/worker
 Source0:	http://boomerangsworld.de/cms/%{name}/downloads/%{name}-%{version}.tar.gz
+BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
 BuildRequires:	libX11-devel  
 BuildRequires:	desktop-file-utils
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+
+
 %description
 A X11 file-manager that features low requirements and easy to access archives.
 
@@ -42,8 +45,9 @@ desktop-file-install	\
 %clean
 rm -rf %{buildroot}
 
+
 %files
-%defattr(-,root,root-)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING THANKS
 %{_datadir}/applications/worker.desktop
 %{_datadir}/pixmaps/WorkerIcon*.xpm
@@ -56,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 9 2011 Nathan Owe <ndowens at fedoraproject.org> 2.18.0-7
+- Fixed error on run "Group root does not exist" caused by a typo in defattr.
+
 * Tue Jul 26 2011 Nathan Owe <ndowens at fedoraproject.org> 2.18.0-6
 - Changed email address
 - Added 'BuildRoot' for EPEL compatability


More information about the scm-commits mailing list