linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] [PATCH] broken uml_util.spec
@ 2006-12-15  7:00 Ilkka Tengvall
  2007-03-05 22:39 ` Blaisorblade
  0 siblings, 1 reply; 4+ messages in thread
From: Ilkka Tengvall @ 2006-12-15  7:00 UTC (permalink / raw)
  To: user-mode-linux-devel

Howdy,

I just dowloaded uml and gave it a shot. Seems to work nice on
2.6.19-rc6. While at it, I fixed the rpm spec file. It had old tag for
license, incorrect directory name for build and was missing jail_uml
from files list. I built it on fedora-release-6-89 .

There is also a minor bug in the skas patch, it still uses
include/config.h in some proc-mm files even config.h is removed from
19-rc6 version of kernel. Just remove those includes, and it works for
me...

I'm not a subscriber to the list.

- it

the patch:
---------------------
--- tools-20060323/uml_util.spec.broken 2006-12-15 08:14:52.000000000 +0200
+++ tools-20060323/uml_util.spec        2006-12-15 08:15:09.000000000 +0200
@@ -7,7 +7,7 @@
 Name:      uml_utilities
 Version:   %{ver}
 Release:   %{rel}
-Copyright: GPL
+License:   GPL
 Packager:  Someone
 URL:       http://user-mode-linux.sourceforge.net/index.html
 Source:    http://prdownloads.sourceforge.net/user-mode-linux/uml_utilities_%{ver}.tar.bz2
@@ -21,7 +21,8 @@ COW, etc.


 %prep
-%setup -n tools
+#%setup -n tools
+%setup -n tools-%{ver}

 %build
 make CFLAGS="-g -Wall -O2" DESTDIR=$RPM_BUILD_ROOT
@@ -31,6 +32,7 @@ make install DESTDIR=$RPM_BUILD_ROOT

 %files
 %attr(755,root,root)                   %{_bindir}/jailtest
+%attr(755,root,root)                   %{_sbindir}/jail_uml
 #%attr(755,root,root)                  %{_bindir}/mkrootfs
 %attr(755,root,root)                   %{_bindir}/tunctl
 %attr(755,root,root)                   %{_bindir}/uml_mconsole
---------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-06 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-15  7:00 [uml-devel] [PATCH] broken uml_util.spec Ilkka Tengvall
2007-03-05 22:39 ` Blaisorblade
2007-03-05 23:40   ` Itamar Reis Peixoto
2007-03-06 19:02     ` Blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox