Update to 1.4.0 release
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
452519281a
commit
9eb809e12c
@ -1,24 +1,29 @@
|
|||||||
# -*- rpm-spec -*-
|
# -*- rpm-spec -*-
|
||||||
|
|
||||||
|
%global meson_version 0.49.0
|
||||||
%global glib2_version 2.44.0
|
%global glib2_version 2.44.0
|
||||||
%global libvirt_version 3.0.0
|
%global libvirt_version 3.0.0
|
||||||
%global libvirt_glib_version 0.0.7
|
%global libvirt_glib_version 0.0.7
|
||||||
%global system_user libvirtdbus
|
%global system_user libvirtdbus
|
||||||
|
|
||||||
Name: libvirt-dbus
|
Name: libvirt-dbus
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: libvirt D-Bus API binding
|
Summary: libvirt D-Bus API binding
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://libvirt.org/
|
URL: https://libvirt.org/
|
||||||
Source0: https://libvirt.org/sources/dbus/%{name}-%{version}.tar.xz
|
Source0: https://libvirt.org/sources/dbus/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libtool
|
BuildRequires: meson >= %{meson_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: libvirt-devel >= %{libvirt_version}
|
BuildRequires: libvirt-devel >= %{libvirt_version}
|
||||||
BuildRequires: libvirt-glib-devel >= %{libvirt_glib_version}
|
BuildRequires: libvirt-glib-devel >= %{libvirt_glib_version}
|
||||||
BuildRequires: /usr/bin/pod2man
|
%if 0%{?rhel} == 7
|
||||||
|
BuildRequires: python36-docutils
|
||||||
|
%else
|
||||||
|
BuildRequires: python3-docutils
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: dbus
|
Requires: dbus
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
@ -35,11 +40,11 @@ This package provides D-Bus API for libvirt
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
%make_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group %{system_user} >/dev/null || groupadd -r %{system_user}
|
getent group %{system_user} >/dev/null || groupadd -r %{system_user}
|
||||||
@ -49,7 +54,7 @@ getent passwd %{system_user} >/dev/null || \
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md HACKING.md AUTHORS NEWS
|
%doc AUTHORS.rst NEWS.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_sbindir}/libvirt-dbus
|
%{_sbindir}/libvirt-dbus
|
||||||
%{_datadir}/dbus-1/services/org.libvirt.service
|
%{_datadir}/dbus-1/services/org.libvirt.service
|
||||||
@ -60,6 +65,9 @@ exit 0
|
|||||||
%{_mandir}/man8/libvirt-dbus.8*
|
%{_mandir}/man8/libvirt-dbus.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 05 2020 Pavel Hrdina <phrdina@redhat.com> - 1.4.0-1
|
||||||
|
- Update to 1.4.0 release
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libvirt-dbus-1.3.0.tar.xz) = 44e31beedc5aeb5bcd032d3a9766b0380b2320f1ae78cbcfb316d7a9025fb33f1ff24fdc65c023f38c2408062e7d40e62392cbc756d1cf8f8644a086bc871544
|
SHA512 (libvirt-dbus-1.4.0.tar.xz) = 978e3fc8de6f36e18cd3141440a36ff64cf214202388c753f519294e87b8b9beaf9cc1c0dc04a7506e3b0ac383ebbb57e38b95512839d57a70816e85e59a873d
|
||||||
|
Loading…
Reference in New Issue
Block a user