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

ndowens ndowens at fedoraproject.org
Tue Aug 9 15:44:16 UTC 2011


commit 7a935d21a5d791e8cf2e11844922ba170398afdf
Author: Nathan Owe <ndowens at revan.linux>
Date:   Tue Aug 9 10:43:48 2011 -0500

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

 worker.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/worker.spec b/worker.spec
index 3b219c0..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,7 +45,9 @@ desktop-file-install	\
 %clean
 rm -rf %{buildroot}
 
+
 %files
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING THANKS
 %{_datadir}/applications/worker.desktop
 %{_datadir}/pixmaps/WorkerIcon*.xpm
@@ -55,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