Accepting request 769650 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/769650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxd?expand=0&rev=10
This commit is contained in:
commit
8c209fff06
11
lxd.changes
11
lxd.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 15:03:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(libudev) instead of libudev-devel: Allow
|
||||||
|
OBS to shortcut through the -mini flavors.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 1 23:37:24 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Fix bash-completion by installing it to the correct path. boo#1162426
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 31 10:16:27 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
Fri Jan 31 10:16:27 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
4
lxd.spec
4
lxd.spec
@ -44,11 +44,11 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: libudev-devel
|
|
||||||
BuildRequires: patchelf
|
BuildRequires: patchelf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
BuildRequires: golang(API) >= 1.10
|
BuildRequires: golang(API) >= 1.10
|
||||||
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(lxc) >= 3.0.0
|
BuildRequires: pkgconfig(lxc) >= 3.0.0
|
||||||
# Needed to build the sqlite fork and dqlite.
|
# Needed to build the sqlite fork and dqlite.
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -292,7 +292,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# bash-completion.
|
# bash-completion.
|
||||||
install -D -m 0644 scripts/bash/lxd-client %{buildroot}%{_datadir}/bash-completion/completions/lxd-client
|
install -D -m 0644 scripts/bash/lxd-client %{buildroot}%{_datadir}/bash-completion/completions/lxc
|
||||||
|
|
||||||
# sysv-init and systemd setup.
|
# sysv-init and systemd setup.
|
||||||
install -D -m 0644 %{S:100} %{buildroot}%{_unitdir}/%{name}.service
|
install -D -m 0644 %{S:100} %{buildroot}%{_unitdir}/%{name}.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user