[xguest/f14/master] - Fix placement of xguest.zip file

Daniel J Walsh dwalsh at fedoraproject.org
Wed Oct 6 15:50:32 UTC 2010


commit 57c83bcb814a4a1b9bc0050b2964413543096016
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Oct 6 11:50:35 2010 -0400

    - Fix placement of xguest.zip file

 xguest.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/xguest.spec b/xguest.spec
index 372871d..d51cdc5 100644
--- a/xguest.spec
+++ b/xguest.spec
@@ -1,12 +1,11 @@
 Summary: Creates xguest user as a locked down user 
 Name: xguest
-Version: 1.0.8
-Release: 3%{?dist}
+Version: 1.0.9
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 BuildArch: noarch
 Source: http://people.fedoraproject.org/~dwalsh/xguest/%{name}-%{version}.tar.bz2
-patch: xguest-namespace.patch
 URL: http://people.fedoraproject.org/~dwalsh/xguest/
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -24,7 +23,6 @@ mounted on tmpfs.
 
 %prep
 %setup -q
-%patch -p1 -b .namespace
 
 %build
 
@@ -33,9 +31,9 @@ mounted on tmpfs.
 
 %install
 %{__rm} -fR %{buildroot}
-%{__mkdir} -p %{buildroot}/%{_sysconfdir}/sabayon
+%{__mkdir} -p %{buildroot}/%{_sysconfdir}/sabayon/profiles
 %{__mkdir} -p %{buildroot}/%{_sysconfdir}/security/namespace.d/ls
-install -m0644 xguest.zip %{buildroot}/%{_sysconfdir}/sabayon/
+install -m0644 xguest.zip %{buildroot}/%{_sysconfdir}/sabayon/profiles/
 install -m0644 xguest.conf %{buildroot}/%{_sysconfdir}/security/namespace.d/
 
 %pre
@@ -71,7 +69,7 @@ fi
 
 %files
 %defattr(-,root,root)
-%config(noreplace) %{_sysconfdir}/sabayon/xguest.zip
+%config(noreplace) %{_sysconfdir}/sabayon/profiles/xguest.zip
 %{_sysconfdir}/security/namespace.d/
 %doc README LICENSE
 
@@ -88,6 +86,9 @@ __eof
 fi
 
 %changelog
+* Tue Feb 9 2010 Dan Walsh <dwalsh at redhat.com> - 1.0.9-1
+- Fix placement of xguest.zip file
+
 * Tue Feb 9 2010 Dan Walsh <dwalsh at redhat.com> - 1.0.8-3
 - Fix sabayon remove
 


More information about the scm-commits mailing list