lib/rpm_manifestizer.rb in inqlude-0.0.3 vs lib/rpm_manifestizer.rb in inqlude-0.0.4

- old
+ new

@@ -171,10 +171,10 @@ sources end def create_source_cache puts "Creating cache of RPM meta data" - get_involved "Create more friendly progress display for cache creation" + Upstream.get_involved "Create more friendly progress display for cache creation", 3 sources = Hash.new IO.popen "rpmqpack" do |f| while line = f.gets do rpm_name = line.chomp puts "SCAN #{rpm_name}"