Mailinglist Archive: opensuse-commit (1029 mails)
| < Previous | Next > |
commit rpm for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 21 Jul 2011 13:30:36 +0200
- Message-id: <20110721113036.BD93D202AE@hilbert.suse.de>
Hello community,
here is the log from the commit of package rpm for openSUSE:Factory
checked in at Thu Jul 21 13:30:36 CEST 2011.
--------
--- rpm/rpm.changes 2011-07-20 13:43:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/rpm/rpm.changes 2011-07-21
13:01:35.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 13:00:47 CEST 2011 - mls@xxxxxxx
+
+- fix problem with trailings slashes and recursive file adding
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.nychP4/_old 2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new 2011-07-21 13:30:18.000000000 +0200
@@ -26,7 +26,7 @@
Group: System/Packages
Summary: Python Bindings for Manipulating RPM Packages
Version: 4.9.1
-Release: 1
+Release: 2
Requires: rpm = %{version}
%py_requires
Source99: rpm.spec
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.nychP4/_old 2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new 2011-07-21 13:30:18.000000000 +0200
@@ -29,7 +29,7 @@
AutoReqProv: on
Summary: The RPM Package Manager
Version: 4.9.1
-Release: 1
+Release: 21
Source: rpm-%{version}.tar.bz2
Source1: RPM-HOWTO.tar.bz2
Source2: RPM-Tips.html.tar.bz2
++++++ trailslash.diff ++++++
--- /var/tmp/diff_new_pack.nychP4/_old 2011-07-21 13:30:18.000000000 +0200
+++ /var/tmp/diff_new_pack.nychP4/_new 2011-07-21 13:30:18.000000000 +0200
@@ -1,5 +1,14 @@
---- ./build/files.c.orig 2011-07-20 11:37:45.000000000 +0000
-+++ ./build/files.c 2011-07-20 11:39:20.000000000 +0000
+--- ./build/files.c.orig 2011-07-21 10:59:03.000000000 +0000
++++ ./build/files.c 2011-07-21 10:59:33.000000000 +0000
+@@ -1398,7 +1398,7 @@ static rpmRC addFile(FileList fl, const
+ }
+ }
+
+- if ((! fl->isDir) && S_ISDIR(statp->st_mode)) {
++ if ((fl->isDir <= 0) && S_ISDIR(statp->st_mode)) {
+ /* FIX: fl->buildRoot may be NULL */
+ return recurseDir(fl, diskPath);
+ }
@@ -1678,9 +1678,6 @@ static rpmRC processBinaryFile(Package p
* /.././../usr/../bin//./sh
*/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |