This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog          |    7 +++++--
 debian/control            |    2 +-
 moblin-image-creator.spec |    8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit c1811ddb51e2c76cb89d8876791139ff25d7cc65
Author: Mitsutaka Amano <[EMAIL PROTECTED]>
Date:   Thu Jul 31 12:19:05 2008 +0900

    * Added package require.


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 429d034..ebacad4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,9 +84,12 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low
   * Making changes to Makefile
   * Adding creating grub menu
   * Fixing problems with creating images for yum platforms on apt host
-  * kvm has different binaries on yum and apt platforms 
+  * kvm has different binaries on yum and apt platforms
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Wed, 30 Jul 2008 17:15:49 -0700
+  [ Mitsutaka Amano ]
+  * Added package reaquire.
+
+ -- Mitsutaka Amano <[EMAIL PROTECTED]>  Thu, 31 Jul 2008 11:32:21 +0900
 
 moblin-image-creator (0.44) gaston; urgency=low
 
diff --git a/debian/control b/debian/control
index 3ba8f74..7fa32cc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
 
 Package: moblin-image-creator
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gnome2, 
python-glade2, debootstrap, dosfstools, bzip2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gnome2, 
python-glade2, debootstrap, dosfstools, bzip2, qemu, kvm
 Description: Mobile-Linux Image Creator
  The moblin-image-creator utility enables developers to build full mobile 
  or single purposed Linux stacks using a mainstream distribution.
diff --git a/moblin-image-creator.spec b/moblin-image-creator.spec
index 508fd51..d79f1db 100644
--- a/moblin-image-creator.spec
+++ b/moblin-image-creator.spec
@@ -10,10 +10,7 @@ URL: http://moblin.org
 Source: %{name}-%{version}.tgz
 Buildroot: %{_tmppath}/%{name}-root
 BuildArch: noarch
-Requires: python >= 2.4
-Requires: pam
-Requires: usermode
-Requires: bash-completion
+Requires: python >= 2.4, pam, usermode, bash-completion, qemu-img, kvm
 BuildRequires: make, automake, autoconf, intltool, gettext-devel
 
 %description
@@ -58,6 +55,9 @@ rm -rf %{buildroot}
 /var/lib/moblin-image-creator/.empty
 
 %changelog
+* Thu Jul 31 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
+- Added Requires:.
+
 * Thu Jul 29 2008 Mitsutaka Amano <[EMAIL PROTECTED]>
 - Added dist parametor on rpm spec file.
 
_______________________________________________
Commits mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/commits

Reply via email to