forked from xenserver/xen-api-libs-specs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jon Ludlam <[email protected]>
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
Summary: Command-line tools for manipulating and streaming .vhd format files | ||
Name: vhd-tool | ||
Version: 0.7.5 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: LGPL+linking exception | ||
URL: https://github.com/xapi-project/vhd-tool | ||
Source0: https://github.com/xapi-project/vhd-tool/archive/v%{version}/vhd-tool-%{version}.tar.gz | ||
|
@@ -42,13 +42,18 @@ mkdir -p %{buildroot}/etc | |
install -m 755 sparse_dd.native %{buildroot}/%{_libexecdir}/xapi/sparse_dd | ||
install -m 755 main.native %{buildroot}/%{_bindir}/vhd-tool | ||
install -m 644 src/sparse_dd.conf %{buildroot}/etc/sparse_dd.conf | ||
install -m 755 get_vhd_vsize.native %{buildroot}/%{_libexecdir}/xapi/get_vhd_vsize | ||
|
||
%files | ||
%{_bindir}/vhd-tool | ||
/etc/sparse_dd.conf | ||
%{_libexecdir}/xapi/sparse_dd | ||
%{_libexecdir}/xapi/get_vhd_vsize | ||
|
||
%changelog | ||
* Thu Oct 1 2015 Jon Ludlam <[email protected]> - 0.7.5-2 | ||
- Add get_vhd_vsize | ||
|
||
* Fri Jun 6 2014 Jonathan Ludlam <[email protected]> - 0.7.5-1 | ||
- Update to 0.7.5 | ||
|
||
|