Sync from SUSE:SLFO:Main libvirt-dbus revision 9c3a09263af9c7de783e8421c6f83be6
This commit is contained in:
commit
87ec5c2b19
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="filename">libvirt-dbus</param>
|
||||
<param name="revision">v1.4.1</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://gitlab.com/libvirt/libvirt-dbus.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
BIN
libvirt-dbus-1.4.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
libvirt-dbus-1.4.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
59
libvirt-dbus.changes
Normal file
59
libvirt-dbus.changes
Normal file
@ -0,0 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 19:19:13 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Avoid self cycle due to user
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 14:15:03 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Add CONFIG parameter to %sysusers_generate_pre
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 01:09:18 UTC 2022 - jfehlig@suse.com
|
||||
|
||||
- Update to version 1.4.1:
|
||||
* Release of libvirt-dbus 1.4.1
|
||||
* tests: allow running our tests against installed libvirt-dbus
|
||||
* tests: report proper error if `abs_top_builddir` is not defined
|
||||
* gitlab: use --fatal-meson-warnings in builds
|
||||
* meson: add git_werror option and only set if -Dwerror is not set
|
||||
* meson: honour meson warning_level setting
|
||||
* gitlab: adapt to use meson for libvirt-glib build
|
||||
* ci: refresh containers for CentOS-8 PowerTools repo rename
|
||||
* gitlab: replace "libvirt-" prefix with "ci-" in dockerfiles
|
||||
* gitlab: refresh containers with lcitool for fully minimized base
|
||||
* Dropped patches: libvirt-dbus-systemd.diff
|
||||
- Add source service file
|
||||
- Change system-user-libvirt-dbus subpackage to noarch
|
||||
- Require libvirt group in system-user-libvirt-dbus subpackage
|
||||
bsc#1196968
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 26 22:40:40 UTC 2021 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Add libvirtdbus user to libvirt group
|
||||
boo#1182538
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 17:44:00 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- Fix syntax errors in system-user-libvirt-dbus.conf
|
||||
boo#1178530
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 5 13:55:52 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- Actually require sysuser package
|
||||
- Backport patch from git to autostart dbus interface using systemd
|
||||
(libvirt-dbus-systemd.diff)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 22:43:10 UTC 2020 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
- spec: Switch from explicitly adding user:group to sysuser
|
||||
mechanism
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 17 09:49:59 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- initial package version 1.4.0
|
97
libvirt-dbus.spec
Normal file
97
libvirt-dbus.spec
Normal file
@ -0,0 +1,97 @@
|
||||
#
|
||||
# spec file for package libvirt-dbus
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libvirt-dbus
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: D-Bus API binding for libvirt
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://libvirt.org/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: system-user-%{name}.conf
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: polkit
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: sysuser-tools
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libvirt)
|
||||
BuildRequires: pkgconfig(libvirt-glib-1.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: polkit
|
||||
Requires(pre): user(libvirtdbus)
|
||||
#!BuildIgnore: user(libvirtdbus)
|
||||
|
||||
%description
|
||||
This package provides D-Bus API for libvirt
|
||||
|
||||
%package -n system-user-libvirt-dbus
|
||||
Summary: System user for libvirt-dbus
|
||||
Requires(pre): group(libvirt)
|
||||
BuildArch: noarch
|
||||
%sysusers_requires
|
||||
|
||||
%description -n system-user-libvirt-dbus
|
||||
System user for libvirt-dbus.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Dinit_script=systemd
|
||||
%meson_build
|
||||
%sysusers_generate_pre %{SOURCE1} system-user-%{name} system-user-%{name}.conf
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
mkdir -p %{buildroot}%{_sysusersdir}
|
||||
install -m 0644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-%{name}.conf
|
||||
ln -s service %{buildroot}%{_sbindir}/rclibvirt-dbus
|
||||
|
||||
%pre
|
||||
%service_add_pre libvirt-dbus.service
|
||||
|
||||
%post
|
||||
%service_add_post libvirt-dbus.service
|
||||
|
||||
%preun
|
||||
%service_del_preun libvirt-dbus.service
|
||||
|
||||
%postun
|
||||
%service_del_postun libvirt-dbus.service
|
||||
|
||||
%pre -n system-user-%{name} -f system-user-%{name}.pre
|
||||
|
||||
%files
|
||||
%doc NEWS.rst
|
||||
%license COPYING
|
||||
%{_sbindir}/rclibvirt-dbus
|
||||
%{_sbindir}/libvirt-dbus
|
||||
%{_datadir}/dbus-1/services/org.libvirt.service
|
||||
%{_datadir}/dbus-1/system-services/org.libvirt.service
|
||||
%{_datadir}/dbus-1/system.d/org.libvirt.conf
|
||||
%{_datadir}/dbus-1/interfaces/org.libvirt.*.xml
|
||||
%{_datadir}/polkit-1/rules.d/libvirt-dbus.rules
|
||||
%{_mandir}/man8/libvirt-dbus.8%{?ext_man}
|
||||
%{_unitdir}/libvirt-dbus.service
|
||||
%{_userunitdir}/libvirt-dbus.service
|
||||
|
||||
%files -n system-user-%{name}
|
||||
%{_sysusersdir}/system-user-%{name}.conf
|
||||
|
||||
%changelog
|
4
system-user-libvirt-dbus.conf
Normal file
4
system-user-libvirt-dbus.conf
Normal file
@ -0,0 +1,4 @@
|
||||
# Type Name ID GECOS [HOME]
|
||||
u libvirtdbus - "Libvirt D-Bus bridge"
|
||||
g libvirtdbus -
|
||||
m libvirtdbus libvirt
|
Loading…
Reference in New Issue
Block a user