From: "Ilkka Tengvall" <ilkka.tengvall@iki.fi>
To: user-mode-linux-devel@lists.sourceforge.net
Subject: [uml-devel] [PATCH] broken uml_util.spec
Date: Fri, 15 Dec 2006 09:00:36 +0200 [thread overview]
Message-ID: <e3156df0612142300if4a4d8akabae7f81d0d6695e@mail.gmail.com> (raw)
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
next reply other threads:[~2006-12-15 7:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-15 7:00 Ilkka Tengvall [this message]
2007-03-05 22:39 ` [uml-devel] [PATCH] broken uml_util.spec Blaisorblade
2007-03-05 23:40 ` Itamar Reis Peixoto
2007-03-06 19:02 ` Blaisorblade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e3156df0612142300if4a4d8akabae7f81d0d6695e@mail.gmail.com \
--to=ilkka.tengvall@iki.fi \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox