Mailinglist Archive: opensuse-commit (1248 mails)
| < Previous | Next > |
commit installation-images for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 22 Apr 2010 23:28:39 +0200
- Message-id: <20100422212839.DDD95202A2@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package installation-images for
openSUSE:Factory
checked in at Thu Apr 22 23:28:39 CEST 2010.
--------
--- installation-images/installation-images.changes 2010-04-22
15:42:16.000000000 +0200
+++ installation-images/installation-images.changes 2010-04-22
21:28:01.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 22 19:27:45 UTC 2010 - coolo@xxxxxxxxxx
+
+- fix file glob
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
needed_space_in_mb
New:
----
new.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.cu7Phw/_old 2010-04-22 23:27:14.000000000 +0200
+++ /var/tmp/diff_new_pack.cu7Phw/_new 2010-04-22 23:27:14.000000000 +0200
@@ -104,8 +104,9 @@
AutoReqProv: off
Summary: Installation Image Files
Version: 12.49
-Release: 1
+Release: 2
Source: installation-images-12.49.tar.bz2
+Patch0: new.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
@@ -175,6 +176,7 @@
%prep
%setup
+%patch0 -p1
rm -f /usr/lib/build/checks/04-check-filelist
%build
++++++ new.patch ++++++
Index: installation-images-12.49/lib/ReadConfig.pm
===================================================================
--- installation-images-12.49.orig/lib/ReadConfig.pm 2010-04-22
15:38:49.000000000 +0200
+++ installation-images-12.49/lib/ReadConfig.pm 2010-04-22 21:27:12.000000000
+0200
@@ -174,6 +174,8 @@ use vars qw (
$TmpBase %ConfigData $SUBinary &RPMFileName &SUSystem &Print2File $MToolsCfg
$AutoBuild
);
+use File::Glob ':glob';
+
sub DebugInfo
{
local $_;
@@ -280,7 +282,7 @@ sub RealRPM
$back = 1 if $rpm =~ s/~$//;
- @f = <$dir/$rpm.rpm>;
+ @f = bsd_glob("$dir/$rpm.rpm", GLOB_ERR);
s#^.*/|\.rpm$##g for @f;
# @f = grep { !/(-32bit|-debuginfo|-debugsource|-devel)$/ } @f;
$p = $rpm;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |