New upstream version 1.21.4.
- Add libguestfs-gobject-1.0.pc. - Remove automake 1.13 hack, fixed upstream. - Add explicit dependency on libcap, needed by the appliance.
This commit is contained in:
parent
b6d25c08f7
commit
73506f92fe
@ -21,8 +21,8 @@
|
||||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
Version: 1.21.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.21.4
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
URL: http://libguestfs.org/
|
||||
@ -113,6 +113,7 @@ BuildRequires: iputils
|
||||
BuildRequires: jfsutils
|
||||
BuildRequires: kernel
|
||||
BuildRequires: kmod
|
||||
BuildRequires: libcap
|
||||
BuildRequires: libldm
|
||||
BuildRequires: libselinux
|
||||
BuildRequires: libxml2
|
||||
@ -181,6 +182,7 @@ Requires: iputils
|
||||
Requires: jfsutils
|
||||
Requires: kernel
|
||||
Requires: kmod
|
||||
Requires: libcap
|
||||
Requires: libldm
|
||||
Requires: libselinux
|
||||
Requires: libxml2
|
||||
@ -674,17 +676,8 @@ if [ "$(getenforce | tr '[A-Z]' '[a-z]')" != "disabled" ]; then
|
||||
fi
|
||||
|
||||
%if 0%{?fedora} >= 17
|
||||
%if 0%{?fedora} >= 19
|
||||
# Very ugly workaround for a bug in automake 1.13.1:
|
||||
cp ocaml/Makefile.in ocaml/Makefile.in.bak
|
||||
%endif
|
||||
%patch1 -p1
|
||||
autoreconf -i
|
||||
%if 0%{?fedora} >= 19
|
||||
# Very ugly workaround for a bug in automake 1.13.1:
|
||||
cp ocaml/Makefile.in.bak ocaml/Makefile.in
|
||||
touch ocaml/Makefile.in
|
||||
%endif
|
||||
%endif
|
||||
|
||||
mkdir -p daemon/m4
|
||||
@ -1014,6 +1007,7 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
||||
%{_includedir}/guestfs-gobject/*.h
|
||||
%{_datadir}/gir-1.0/Guestfs-1.0.gir
|
||||
%{_datadir}/gtk-doc/html/guestfs
|
||||
%{_libdir}/pkgconfig/libguestfs-gobject-1.0.pc
|
||||
|
||||
|
||||
%files man-pages-ja
|
||||
@ -1027,6 +1021,12 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 17 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.4-1
|
||||
- New upstream version 1.21.4.
|
||||
- Add libguestfs-gobject-1.0.pc.
|
||||
- Remove automake 1.13 hack, fixed upstream.
|
||||
- Add explicit dependency on libcap, needed by the appliance.
|
||||
|
||||
* Thu Jan 17 2013 Richard W.M. Jones <rjones@redhat.com> - 1:1.21.3-2
|
||||
- New upstream version 1.21.3.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user