Hello community,

here is the log from the commit of package lxc for openSUSE:11.4
checked in at Tue Feb 22 21:26:00 CET 2011.



--------
--- old-versions/11.4/all/lxc/lxc.changes       2011-01-11 12:53:27.000000000 
+0100
+++ 11.4/lxc/lxc.changes        2011-02-22 19:59:56.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Feb 21 17:48:07 CET 2011 - [email protected]
+
+- update to 0.7.4-rc1+
+  - fix cgroups collision with systemd (bnc#673821)
+  - lxc-start output-to-file support
+  - better error reporting
+  - suppress udev log output
+  - many fixes
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


Old:
----
  lxc-0.7.3.tar.bz2

New:
----
  lxc-0.7.3.99rc1.tar.bz2

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

Other differences:
------------------
++++++ lxc.spec ++++++
--- /var/tmp/diff_new_pack.3stiUA/_old  2011-02-22 21:25:49.000000000 +0100
+++ /var/tmp/diff_new_pack.3stiUA/_new  2011-02-22 21:25:49.000000000 +0100
@@ -18,8 +18,8 @@
 
 
 Name:           lxc
-Version:        0.7.3
-Release:        1
+Version:        0.7.3.99rc1
+Release:        1.<RELEASE2>
 Url:            http://lxc.sourceforge.net/
 Summary:        Linux containers implementation
 Group:          System/Management
@@ -28,7 +28,12 @@
 Source:         
http://dl.sourceforge.net/sourceforge/lxc/lxc-%{version}.tar.bz2
 Source1:        README.SUSE
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  docbook-utils libcap-devel linux-kernel-headers pkg-config
+BuildRequires:  docbook-utils libcap-devel pkg-config
+%if 0%{?suse_version} >= 1130
+BuildRequires:  linux-glibc-devel
+%else
+BuildRequires:  linux-kernel-headers
+%endif
 Requires:       /sbin/setcap
 
 %description
@@ -66,11 +71,14 @@
 %setup -q
 
 %build
-%configure --disable-static --libexecdir=%{_prefix}/lib/%{name} \
-       --disable-examples
+aclocal -I config
+autoheader
+autoconf
+automake --add-missing --copy
+%configure --libexecdir=%{_prefix}/lib/%{name} --disable-examples
 %{__make} %{?jobs:-j%jobs}
 cp %{SOURCE1} .
-# copy to separate dir do we can use rpm's %doc
+# copy to separate dir do we can use rpm's %%doc
 rm -rf .doc
 mkdir -p .doc/examples
 cp doc/examples/*.conf .doc/examples


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



Remember to have fun...

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

Reply via email to