Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2014-12-09 09:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxc (Old)
 and      /work/SRC/openSUSE:Factory/.lxc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2014-12-01 14:02:05.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes     2014-12-09 
09:13:50.000000000 +0100
@@ -1,0 +2,81 @@
+Sun Dec  7 11:57:35 UTC 2014 - [email protected]
+
+- patch 0002-Disable-building-opensuse-containers-on-openSUSE13.2.patch has 
been sent upstream and is included in version 1.0.7
+
+-------------------------------------------------------------------
+Sat Dec  6 20:58:44 UTC 2014 - [email protected]
+
+- update to version 1.0.7
+  Core:
+   Include network prefix when ipv4/ipv6 keys are queried
+   apparmor: silence 'silent' mount denials
+   add file/func/line to debug info
+   apparmor: restrict signal and ptrace for processes
+   cgmanager: several fixes
+   lxc: don't call pivot_root if / is on a ramfs
+   fix lxc.mount.auto clearing
+   conf.c: Define MS_PRIVATE for Android
+   network: convert param ifname to const.
+   network: check result of if_nametoindex().
+   network: allow lxc_network_move_by_index() rename netdev in moving.
+   network: introduce a interface named lxc_netdev_isup().
+   lxccontainer.c: rename enter_to_ns to enter_net_ns
+   lxc_global_config_value can return the default lxc.cgroup.pattern whether 
root or non-root
+   do_rootfs_setup: fix return bugs
+   lxc-start: don't re-try to mount rootfs if we already did so
+   attach: don't use confstr(_CS_PATH)
+   lxc_global_config_value: simplify the theme
+   Fixed mismatch on ipvX gateway
+   attach: don't ignore sigint/sigkill if stdin is redirected
+   cgmanager: fix 'attach' with "all" controller support
+   lxc/utils: bugfix freed pointer return value
+   conf.c: change 'instanciate' to 'instantiate'
+   fix wrong nlmsg_len
+   Remounts bind mounts if read-only flag is provided
+   Allow lxc_clear_config_item to clear idmaps.
+   overlay and aufs clone_paths: be more robust
+   overlayfs: overlayfs.v22 or higher needs workdir option
+   Fix clone issues
+   Improve veth error cases logging
+   fixed typo in comment
+   audit: added capacity and reserve() to nlmsg
+   rmdir and lxc_unpriv returns non-negative error codes
+   typofixes - https://github.com/vlajos/misspell_fixer
+  Bindings:
+   add src/python-lxc/setup.py into .gitignore
+  Tests:
+    tests: Fix unpriv test
+    lxc-test-unpriv: don't clear out /etc/lxc/lxc-usernet
+    lxc-test-unpriv: test for different cgroups per subsystem
+    tests: try again when waitpid() sets errno as EINTR
+  Commands:
+   lxc_start: ERROR if container is already running.
+   lxc-start: return 0 rather than error if container is already running
+   Make legacy lxc-ls more robust
+   lxc_info: flush stdout before calling routines which may fork
+  Templates:
+   Fix typo in lxc-gentoo template
+   busybox template: support for unprivileged containers
+   busybox template: mount fstab when available
+   Fix another gentoo template typo
+   Create the apt proxy in the cache instead of the 1st container
+   lxc-plamo: mount tmpfs on /dev/shm
+   lxc-cirros: support creating+running unprivileged
+   Fix lxc-openmandriva.in typo.
+   Fix lxc-centos.in typo.
+   lxc-opensuse: Disable on 13.2
+   lxc-alpine: make sure /dev/shm is world writeable
+   lxc-alpine: create a default tty for console
+   lxc-debian: added support for package installation
+   lxc-debian: Fix default mirrors
+   lxc-debian: support systemd as PID 1
+   lxc-debian: adjust init system configurations
+   lxc-debian: mask both Wheezy and Jessie udev services
+   lxc-opensuse: Disabling builds on openSUSE Tumbleweed, detection improved.
+  Documentation:
+   Fix the lxc manpage a bit
+   lxc-create -t option is not optional
+   doc: Update kernel and cgroup info in Japanese lxc(7)
+   tabs/spaces consistency
+
+-------------------------------------------------------------------

Old:
----
  0002-Disable-building-opensuse-containers-on-openSUSE13.2.patch
  lxc-1.0.6.tar.gz

New:
----
  lxc-1.0.7.tar.gz

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

Other differences:
------------------
++++++ lxc.spec ++++++
--- /var/tmp/diff_new_pack.k2076W/_old  2014-12-09 09:13:51.000000000 +0100
+++ /var/tmp/diff_new_pack.k2076W/_new  2014-12-09 09:13:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           lxc
-Version:        1.0.6
+Version:        1.0.7
 Release:        0
 Url:            http://linuxcontainers.org/
 Summary:        Userspace tools for the Linux kernel containers
@@ -27,7 +27,6 @@
 Source1:        README.SUSE
 Source2:        lxc-createconfig.in
 Patch1:         0001-added-upstream-action-fallback-create-directory-loca.patch
-Patch2:         0002-Disable-building-opensuse-containers-on-openSUSE13.2.patch
 Patch4:         0003-lxc-opensuse-template-now-understands-release-argume.patch
 Patch3:         0004-lxc-opensuse.in-Added-explanation-on-how-to-use-the-.patch
 Patch5:         0005-lxc-opensuse.in-Check-if-given-argument-is-a-valid-r.patch
@@ -80,7 +79,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1

++++++ lxc-1.0.6.tar.gz -> lxc-1.0.7.tar.gz ++++++
++++ 6631 lines of diff (skipped)

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

Reply via email to