27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Thu Jul 7 16:13:57 UTC 2016 - cbrauner@suse.de
|
||
|
|
||
|
- Remove lxcfs-devel.
|
||
|
- Install shared library liblxcfs.so into /usr/lib/lxcfs as it is not supposed
|
||
|
to be used by any other program.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jul 7 13:40:24 UTC 2016 - cbrauner@suse.de
|
||
|
|
||
|
- rename devel package from liblxcfs-devel to lxcfs-devel
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jul 7 13:29:53 UTC 2016 - cbrauner@suse.de
|
||
|
|
||
|
- make sure that lxcfs install the shared library liblxcfs.so:
|
||
|
The lxcfs executable requires liblxcfs.so be installed. It calls dlopen() to
|
||
|
dynamically reload the shared library on upgrade. This is important. Do *not*
|
||
|
split into a separate package and do not turn this into a versioned shared
|
||
|
library! (This shared library allows lxcfs to be updated without having to
|
||
|
restart running containers!)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jul 7 11:44:02 UTC 2016 - cbrauner@suse.de
|
||
|
|
||
|
- add lxcfs package
|