]> git.pld-linux.org Git - packages/lxd.git/commitdiff
skeleton .spec
authorElan Ruusamäe <glen@delfi.ee>
Sat, 20 Aug 2016 14:51:11 +0000 (17:51 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 20 Aug 2016 14:51:11 +0000 (17:51 +0300)
lxd.spec [new file with mode: 0644]

diff --git a/lxd.spec b/lxd.spec
new file mode 100644 (file)
index 0000000..b9bf7e6
--- /dev/null
+++ b/lxd.spec
@@ -0,0 +1,42 @@
+Summary:       Fast, dense and secure container management
+Name:          lxd
+Version:       2.0.3
+Release:       0.1
+License:       Apache v2.0
+Group:         Applications/Networking
+URL:           https://linuxcontainers.org/lxd/introduction/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+LXD is a container "hypervisor" and a new user experience for LXC.
+
+Specifically, it's made of three components:
+- A system-wide daemon (lxd)
+- A command line client (lxc)
+- An OpenStack Nova plugin (nova-compute-lxd)
+
+The daemon exports a REST API both locally and if enabled, over the
+network.
+
+The command line tool is designed to be a very simple, yet very
+powerful tool to manage all your containers. It can handle connect to
+multiple container hosts and easily give you an overview of all the
+containers on your network, let you create some more where you want
+them and even move them around while they're running.
+
+The OpenStack plugin then allows you to use your lxd hosts as compute
+nodes, running workloads on containers rather than virtual machines.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.156951 seconds and 4 git commands to generate.