[Libguestfs] [PATCH 36/61] add ui/gtk.rb to manifests and gemspec

Maros Zatko mzatko at redhat.com
Wed Feb 12 14:30:48 UTC 2014


---
 MANIFEST                    | 1 +
 p2v/client/Manifest         | 1 +
 p2v/client/virt-p2v.gemspec | 4 +++-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/MANIFEST b/MANIFEST
index 6b6c694..3fea7f1 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -47,6 +47,7 @@ p2v/client/lib/virt-p2v/ui/convert.rb
 p2v/client/lib/virt-p2v/ui/main.rb
 p2v/client/lib/virt-p2v/ui/network.rb
 p2v/client/lib/virt-p2v/ui/p2v.ui
+p2v/client/lib/virt-p2v/ui/gtk.rb
 p2v/client/lib/virt-p2v/ui/success.rb
 p2v/client/Manifest
 p2v/client/Rakefile
diff --git a/p2v/client/Manifest b/p2v/client/Manifest
index 29c1817..0f47975 100644
--- a/p2v/client/Manifest
+++ b/p2v/client/Manifest
@@ -12,5 +12,6 @@ lib/virt-p2v/ui/main.rb
 lib/virt-p2v/ui/network.rb
 lib/virt-p2v/ui/p2v.ui
 lib/virt-p2v/ui/success.rb
+lib/virt-p2v/ui/gtk.rb
 virt-p2v.gemspec
 Manifest
diff --git a/p2v/client/virt-p2v.gemspec b/p2v/client/virt-p2v.gemspec
index 2aced78..18614d1 100644
--- a/p2v/client/virt-p2v.gemspec
+++ b/p2v/client/virt-p2v.gemspec
@@ -53,6 +53,7 @@ GEMSPEC = Gem::Specification.new do |s|
         "lib/virt-p2v/ui/network.rb",
         "lib/virt-p2v/ui/p2v.ui",
         "lib/virt-p2v/ui/success.rb",
+        "lib/virt-p2v/ui/gtk.rb",
         "virt-p2v.gemspec",
         "Manifest"
     ]
@@ -85,7 +86,8 @@ GEMSPEC = Gem::Specification.new do |s|
         "lib/virt-p2v/ui/main.rb",
         "lib/virt-p2v/ui/network.rb",
         "lib/virt-p2v/ui/p2v.ui",
-        "lib/virt-p2v/ui/success.rb"
+        "lib/virt-p2v/ui/success.rb",
+        "lib/virt-p2v/ui/gtk.rb"
     ]
     s.rdoc_options = [
         "--line-numbers",
-- 
1.8.3.1




More information about the Libguestfs mailing list