Hello community,

here is the log from the commit of package iptables for openSUSE:11.3
checked in at Thu Dec 29 11:14:00 CET 2011.



--------
--- old-versions/11.3/all/iptables/iptables.changes     2010-05-26 
17:26:25.000000000 +0200
+++ 11.3/iptables/iptables.changes      2011-12-28 11:12:51.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 28 09:57:06 UTC 2011 - pu...@suse.com
+
+- iptables-apply-mktemp-fix.patch (bnc#730161) 
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/iptables
Destination is old-versions/11.3/UPDATES/all/iptables
calling whatdependson for 11.3-i586


New:
----
  iptables-apply-mktemp-fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iptables.spec ++++++
--- /var/tmp/diff_new_pack.34FxeJ/_old  2011-12-29 11:13:29.000000000 +0100
+++ /var/tmp/diff_new_pack.34FxeJ/_new  2011-12-29 11:13:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package iptables (Version 1.4.8)
+# spec file for package iptables
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,14 @@
 License:        GPLv2+
 Group:          Productivity/Networking/Security
 Version:        1.4.8
-Release:        1
+Release:        2.<RELEASE2>
 Summary:        IP Packet Filter Administration
 
 #Git-Web:      http://git.netfilter.org/
 #Git-Clone:    git://git.netfilter.org/iptables
 Source:         
http://netfilter.org/projects/iptables/files/iptables-1.4.8.tar.bz2
 Patch0:         %{name}-batch.patch
+Patch1:         iptables-apply-mktemp-fix.patch
 Url:            http://netfilter.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config sgmltool
@@ -51,6 +52,7 @@
 %prep
 %setup -q
 %patch -P 0 -p1
+%patch1
 
 %build
 if [ ! -e configure ]; then

++++++ iptables-apply-mktemp-fix.patch ++++++
Index: iptables-apply
===================================================================
--- iptables-apply.orig
+++ iptables-apply
@@ -110,7 +110,7 @@ case "${0##*/}" in
                ;;
 esac
 
-COMMANDS=(tempfile "$SAVE" "$RESTORE")
+COMMANDS=(mktemp "$SAVE" "$RESTORE")
 
 for cmd in "${COMMANDS[@]}"; do
        if ! command -v $cmd >/dev/null; then
@@ -121,7 +121,7 @@ done
 
 umask 0700
 
-TMPFILE=$(tempfile -p iptap)
+TMPFILE=$(mktemp)
 trap "rm -f $TMPFILE" EXIT 1 2 3 4 5 6 7 8 10 11 12 13 14 15
 
 if ! "$SAVE" >"$TMPFILE"; then
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to