Skip to content

Commit

Permalink
vhd-tool: Add a new binary
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <[email protected]>
  • Loading branch information
jonludlam committed Oct 1, 2015
1 parent 68bcbe9 commit 33b11f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion SPECS/vhd-tool.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 33b11f9

Please sign in to comment.