Displaying 3 results from an estimated 3 matches for "_xa".
Did you mean:
_x
2009 May 27
1
[PATCH server] UI tweaks for cloud
...i^WkKc^
z2xjXc<d_Ez9B8mCt4}shmSSZvdwYAsfWZ5uWG5y%`(bTAYypt$)%&5cf^<`TqFhHy
z4q78SI~!3Q9XFj?rM_ at 0X5s$OHO0lne?{~_kzy`izTCdh-vp9r47c~Whry{;wiDdC
zKRkdpp=xSs$|8Da*slaiGH$r#F0xMGHlu7cn)@<t#48*rrTd|`92<#QSy>%2fVuK7
zng3SXY}~TYVx8fpn=&&gUN%PEcm_Mjh#;M4Iqi<SHJp^D8#+U7P43;hw~_xA<p>5+
zEmZ07 at Nli{AuRV{Zd{YTYLR;=QU8)aCpBUhJ<%QW-yMw1%*;M)NXzg46<`2a|Dl%-
SVlR;Z0000<MNUMnLSTZOu9xco
literal 0
HcmV?d00001
diff --git a/src/public/images/tab_bg.png b/src/public/images/tab_bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..1385ccc0303c5a38...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...not needed for the installation
%{__rm} -f %{buildroot}%{app_root}/task-omatic/.gitignore
+%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/will_paginate/.gitignore
+%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/will_paginate/.manifest
+%{__rm} -f %{buildroot}%{app_root}/vendor/plugins/acts_as_xapian/.gitignore
%{__cp} -a %{pbuild}/scripts/ovirt-add-host %{buildroot}%{_bindir}
%{__cp} -a %{pbuild}/scripts/ovirt-vm2node %{buildroot}%{_bindir}
@@ -157,11 +169,12 @@ for f in anyterm/*.{html,css,js,png,gif}; do
done
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%pre
-/usr/sbin/...