From 5de442116a129f35ca210f8dfacfb111a93f53f1 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sat, 6 Jan 2024 06:33:45 +0100 Subject: [PATCH] lxc-start requires %{_libdir}/lxc [release 1.1.5-2mamba;Thu Nov 12 2015] --- README.md | 2 +- lxc.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ba67ff..387c0ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # lxc -userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. +Userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. diff --git a/lxc.spec b/lxc.spec index 41c4455..1b986f6 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,7 +1,7 @@ Name: lxc Version: 1.1.5 -Release: 1mamba -Summary: Userspace control package for Linux Containers, a lightweight virtual system mechanism +Release: 2mamba +Summary: Userspace control package for Linux Containers Group: Applications/Emulators Vendor: openmamba Distribution: openmamba @@ -18,7 +18,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. +Userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as “chroot on steroids”. %package -n lib%{name} Group: System/Libraries @@ -89,6 +89,7 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) %{_libdir}/liblxc.so.* +%{_libdir}/lxc #%dir %{_libexecdir}/lxc #%{_libexecdir}/lxc/lxc-init %{_libexecdir}/lxc/lxc-monitord @@ -109,6 +110,9 @@ This package contains libraries and header files for developing applications tha %doc README %changelog +* Thu Nov 12 2015 Davide Madrisan 1.1.5-2mamba +- lxc-start requires %{_libdir}/lxc + * Tue Nov 10 2015 Automatic Build System 1.1.5-1mamba - automatic version update by autodist