Update to 1.2.0 release
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
d0b73916d0
commit
fb9057eb6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.rpm
|
||||
.build*.log
|
||||
/libvirt-dbus-*.tar.gz
|
||||
/libvirt-dbus-*.tar.xz
|
||||
|
@ -6,14 +6,15 @@
|
||||
%global system_user libvirtdbus
|
||||
|
||||
Name: libvirt-dbus
|
||||
Version: 1.1.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: libvirt D-Bus API binding
|
||||
License: LGPLv2+
|
||||
URL: https://libvirt.org/
|
||||
Source0: https://libvirt.org/sources/dbus/%{name}-%{version}.tar.gz
|
||||
Source0: https://libvirt.org/sources/dbus/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libvirt-devel >= %{libvirt_version}
|
||||
BuildRequires: libvirt-glib-devel >= %{libvirt_glib_version}
|
||||
@ -21,8 +22,8 @@ BuildRequires: /usr/bin/pod2man
|
||||
|
||||
Requires: dbus
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
Requires: libvirt-glib >= %{libvirt_glib_version}
|
||||
Requires: libvirt-libs >= %{libvirt_version}
|
||||
Requires: libvirt-glib >= %{libvirt_glib_version}
|
||||
Requires: polkit
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
@ -50,15 +51,18 @@ exit 0
|
||||
%files
|
||||
%doc README.md HACKING.md AUTHORS NEWS
|
||||
%license COPYING
|
||||
%{_sysconfdir}/polkit-1/rules.d/libvirt-dbus.rules
|
||||
%{_bindir}/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*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2018 Pavel Hrdina <phrdina@redhat.com> - 1.2.0-1
|
||||
- Update to 1.2.0 release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-dbus-1.1.0.tar.gz) = 8797b65087cc70f9e33599d25feb9a730e40d00592b6e4f4b1b2b12be0cfe4cf864e5e07b72db5850d62d42a04d886450eda09baa15dbf605680108501cc1e5e
|
||||
SHA512 (libvirt-dbus-1.2.0.tar.xz) = 9a51551706347752a204aeafbb104f8c1ac4536d2ad46176385eda8580fb47e19fc9be8bf5c478bb4a466cbb47cc6eb056bcd8672aee567c9735b5d02cb58940
|
||||
|
Loading…
Reference in New Issue
Block a user