- New upstream development branch 1.9.0.
- Include ROADMAP in devel package.
This commit is contained in:
parent
3f16f504ba
commit
e7b0d7cafe
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@ libguestfs-1.5.3.tar.gz
|
|||||||
/libguestfs-1.7.22.tar.gz
|
/libguestfs-1.7.22.tar.gz
|
||||||
/libguestfs-1.7.23.tar.gz
|
/libguestfs-1.7.23.tar.gz
|
||||||
/libguestfs-1.7.24.tar.gz
|
/libguestfs-1.7.24.tar.gz
|
||||||
|
/libguestfs-1.9.0.tar.gz
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
Summary: Access and modify virtual machine disk images
|
Summary: Access and modify virtual machine disk images
|
||||||
Name: libguestfs
|
Name: libguestfs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.7.24
|
Version: 1.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://libguestfs.org/
|
URL: http://libguestfs.org/
|
||||||
Source0: http://libguestfs.org/download/1.7-development/%{name}-%{version}.tar.gz
|
Source0: http://libguestfs.org/download/1.9-development/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
# Disable FUSE tests, not supported in Koji at the moment.
|
# Disable FUSE tests, not supported in Koji at the moment.
|
||||||
@ -602,7 +602,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS BUGS ChangeLog HACKING TODO README RELEASE-NOTES
|
%doc AUTHORS BUGS ChangeLog HACKING TODO README RELEASE-NOTES ROADMAP
|
||||||
%doc examples/*.c
|
%doc examples/*.c
|
||||||
%doc installed-docs/*
|
%doc installed-docs/*
|
||||||
%{_libdir}/libguestfs.so
|
%{_libdir}/libguestfs.so
|
||||||
@ -741,6 +741,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 19 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.9.0-1
|
||||||
|
- New upstream development branch 1.9.0.
|
||||||
|
- Include ROADMAP in devel package.
|
||||||
|
|
||||||
* Thu Dec 16 2010 Richard Jones <rjones@redhat.com> - 1:1.7.24-1
|
* Thu Dec 16 2010 Richard Jones <rjones@redhat.com> - 1:1.7.24-1
|
||||||
- New upstream version 1.7.24.
|
- New upstream version 1.7.24.
|
||||||
- Adds getxattr/lgetxattr APIs to support guestfs-browser.
|
- Adds getxattr/lgetxattr APIs to support guestfs-browser.
|
||||||
|
Loading…
Reference in New Issue
Block a user