lxc-start requires %{_libdir}/lxc [release 1.1.5-2mamba;Thu Nov 12 2015]
This commit is contained in:
parent
cc981a4b58
commit
5de442116a
@ -1,4 +1,4 @@
|
|||||||
# lxc
|
# 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”.
|
||||||
|
|
||||||
|
10
lxc.spec
10
lxc.spec
@ -1,7 +1,7 @@
|
|||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 1.1.5
|
Version: 1.1.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Userspace control package for Linux Containers, a lightweight virtual system mechanism
|
Summary: Userspace control package for Linux Containers
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -18,7 +18,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -89,6 +89,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/liblxc.so.*
|
%{_libdir}/liblxc.so.*
|
||||||
|
%{_libdir}/lxc
|
||||||
#%dir %{_libexecdir}/lxc
|
#%dir %{_libexecdir}/lxc
|
||||||
#%{_libexecdir}/lxc/lxc-init
|
#%{_libexecdir}/lxc/lxc-init
|
||||||
%{_libexecdir}/lxc/lxc-monitord
|
%{_libexecdir}/lxc/lxc-monitord
|
||||||
@ -109,6 +110,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README
|
%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 12 2015 Davide Madrisan <davide.madrisan@gmail.com> 1.1.5-2mamba
|
||||||
|
- lxc-start requires %{_libdir}/lxc
|
||||||
|
|
||||||
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user