Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2013-02-26 15:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxc (Old)
 and      /work/SRC/openSUSE:Factory/.lxc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2013-02-25 21:40:49.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes     2013-02-26 
15:18:15.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 09:58:10 UTC 2013 - [email protected]
+
+- run zypper ar only if .repo file does not exists
+  fixes a partial created repos (bnc#804435#c16)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxc-opensuse-12.3.patch ++++++
--- /var/tmp/diff_new_pack.3OubG4/_old  2013-02-26 15:18:16.000000000 +0100
+++ /var/tmp/diff_new_pack.3OubG4/_new  2013-02-26 15:18:16.000000000 +0100
@@ -35,9 +35,18 @@
  
      touch $rootfs/etc/sysconfig/kernel
  
-@@ -116,12 +122,12 @@ download_opensuse()
-     zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar 
http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || return 1
-     zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar 
http://download.opensuse.org/update/$DISTRO/ update || return 1
+@@ -113,15 +119,19 @@ download_opensuse()
+     # download a mini opensuse into a cache
+     echo "Downloading opensuse minimal ..."
+     mkdir -p "$cache/partial-$arch-packages"
+-    zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar 
http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || return 1
+-    zypper --quiet --root $cache/partial-$arch-packages --non-interactive ar 
http://download.opensuse.org/update/$DISTRO/ update || return 1
++    if [[ ! -f $cache/partial-$arch-packages/etc/zypp/repos.d/repo-oss.repo 
]]; then
++        zypper --quiet --root $cache/partial-$arch-packages --non-interactive 
ar http://download.opensuse.org/distribution/$DISTRO/repo/oss/ repo-oss || 
return 1
++    fi
++    if [[ ! -f $cache/partial-$arch-packages/etc/zypp/repos.d/update.repo ]]; 
then
++        zypper --quiet --root $cache/partial-$arch-packages --non-interactive 
ar http://download.opensuse.org/update/$DISTRO/ update || return 1
++    fi
      zypper --quiet --root $cache/partial-$arch-packages --non-interactive 
--gpg-auto-import-keys update || return 1
 -    zypper --root $cache/partial-$arch-packages --non-interactive in 
--auto-agree-with-licenses --download-only zypper lxc patterns-openSUSE-base 
bash iputils sed tar || return 1
 +    zypper --root $cache/partial-$arch-packages --non-interactive in 
--auto-agree-with-licenses --download-only zypper lxc patterns-openSUSE-base 
bash iputils sed tar rsyslog || return 1
@@ -52,7 +61,7 @@
  Preinstall: liblzma5 libcap2 libacl1 libattr1
  Preinstall: libpopt0 libelf1 liblua5_1
  Preinstall: libpcre1
-@@ -135,8 +141,8 @@ Support: ncurses-utils
+@@ -135,8 +145,8 @@ Support: ncurses-utils
  Support: iputils
  Support: udev
  Support: netcfg

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to