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

* Re: [uml-devel] [PATCH] broken uml_util.spec
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Blaisorblade @ 2007-03-05 22:39 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Ilkka Tengvall

On Friday 15 December 2006 08:00, Ilkka Tengvall wrote:
> 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...
(Fixed time ago).
> I'm not a subscriber to the list.
Thanks, I've applied this some time ago to my tree, on uml_util.spec.in.

Bye
-- 
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 


-------------------------------------------------------------------------
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

* Re: [uml-devel] [PATCH] broken uml_util.spec
  2007-03-05 22:39 ` Blaisorblade
@ 2007-03-05 23:40   ` Itamar Reis Peixoto
  2007-03-06 19:02     ` Blaisorblade
  0 siblings, 1 reply; 4+ messages in thread
From: Itamar Reis Peixoto @ 2007-03-05 23:40 UTC (permalink / raw)
  To: Blaisorblade, user-mode-linux-devel; +Cc: Ilkka Tengvall

about uml_util.spec, this patch have yo fixed the problem of unpackaged file 
(jail_uml)?

%attr(755,root,root)                    %{_sbindir}/jail_uml


--------------------

Itamar Reis Peixoto

e-mail: itamar@ispbrasil.com.br
msn: itamarjp@starmedia.com
skype: itamarjp
icq: 81053601
+55 34 3238 3845
+55 11 4063 5033
----- Original Message ----- 
From: "Blaisorblade" <blaisorblade@yahoo.it>
To: <user-mode-linux-devel@lists.sourceforge.net>
Cc: "Ilkka Tengvall" <ilkka.tengvall@iki.fi>
Sent: Monday, March 05, 2007 8:39 PM
Subject: Re: [uml-devel] [PATCH] broken uml_util.spec


> On Friday 15 December 2006 08:00, Ilkka Tengvall wrote:
>> 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...
> (Fixed time ago).
>> I'm not a subscriber to the list.
> Thanks, I've applied this some time ago to my tree, on uml_util.spec.in.
>
> Bye
> -- 
> Inform me of my mistakes, so I can add them to my list!
> Paolo Giarrusso, aka Blaisorblade
> http://www.user-mode-linux.org/~blaisorblade
> Chiacchiera con i tuoi amici in tempo reale!
> http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
>
>
> -------------------------------------------------------------------------
> 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
> 


-------------------------------------------------------------------------
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

* Re: [uml-devel] [PATCH] broken uml_util.spec
  2007-03-05 23:40   ` Itamar Reis Peixoto
@ 2007-03-06 19:02     ` Blaisorblade
  0 siblings, 0 replies; 4+ messages in thread
From: Blaisorblade @ 2007-03-06 19:02 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Ilkka Tengvall, Itamar Reis Peixoto

On Tuesday 06 March 2007 00:40, Itamar Reis Peixoto wrote:
> about uml_util.spec, this patch have yo fixed the problem of unpackaged
> file (jail_uml)?
>
> %attr(755,root,root)                    %{_sbindir}/jail_uml
Yes, it includes this change.
Note I've not yet published a new release. It will be published on my 
homepage.
-- 
Inform me of my mistakes, so I can add them to my list!
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 


-------------------------------------------------------------------------
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