Update to 1.0.0 release
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
979120c89b
commit
6c0cf575fd
@ -1,12 +1,12 @@
|
||||
# -*- rpm-spec -*-
|
||||
|
||||
%global glib2_version 2.44.0
|
||||
%global libvirt_version 1.2.8
|
||||
%global libvirt_version 3.0.0
|
||||
%global libvirt_glib_version 0.0.7
|
||||
%global system_user libvirtdbus
|
||||
|
||||
Name: libvirt-dbus
|
||||
Version: 0.0.1
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: libvirt D-Bus API binding
|
||||
License: LGPLv2+
|
||||
@ -17,6 +17,7 @@ BuildRequires: gcc
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libvirt-devel >= %{libvirt_version}
|
||||
BuildRequires: libvirt-glib-devel >= %{libvirt_glib_version}
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
|
||||
Requires: dbus
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
@ -55,7 +56,11 @@ exit 0
|
||||
%{_datadir}/dbus-1/system-services/org.libvirt.service
|
||||
%{_datadir}/dbus-1/system.d/org.libvirt.conf
|
||||
%{_datadir}/dbus-1/interfaces/org.libvirt.*.xml
|
||||
%{_mandir}/man8/libvirt-dbus.8*
|
||||
|
||||
%changelog
|
||||
* Thu May 17 2018 Pavel Hrdina <phrdina@redhat.com> - 1.0.0-1
|
||||
- Update to 1.0.0 release
|
||||
|
||||
* Tue Mar 27 2018 Pavel Hrdina <phrdina@redhat.com> - 0.0.1-1
|
||||
- Initial RPM build
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-dbus-0.0.1.tar.gz) = 5fb62b1e20f12a3bc12044b7109778d8bd7e4d3c04022842e4b44aeadaf3e59294bb4a54f5be52eb376bb5aef2a75467934bf5088e844c7d4290807f5dfa7323
|
||||
SHA512 (libvirt-dbus-1.0.0.tar.gz) = b50819444b8a6c722728757463171cb6948ee964d3939a4d3106f53a3ad0436a82e18e85224d87ad5be802a541ab5233cdce6f776b48a5364468f0f4d692ab2d
|
||||
|
Loading…
Reference in New Issue
Block a user