From 67d73826cd1890efbdb3183e9bbdc7d814a08cbb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 03:37:37 +0000 Subject: import virt-p2v-1.28.1-1.51.3.el7.1 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88602b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/virt-p2v-1.28.1-1.51.3.el7.iso diff --git a/.virt-p2v.metadata b/.virt-p2v.metadata new file mode 100644 index 0000000..ca7223a --- /dev/null +++ b/.virt-p2v.metadata @@ -0,0 +1 @@ +9983702e5d26e850d63dc886ad2fcf22fea740c8 SOURCES/virt-p2v-1.28.1-1.51.3.el7.iso diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/virt-p2v.spec b/SPECS/virt-p2v.spec new file mode 100644 index 0000000..65df375 --- /dev/null +++ b/SPECS/virt-p2v.spec @@ -0,0 +1,42 @@ +Name: virt-p2v +Version: 1.28.1 +Release: 1.51.3.el7.1 + +Summary: Convert a physical machine to run on KVM +URL: http://libguestfs.org/ +License: GPLv2+ + +Source0: virt-p2v-1.28.1-1.51.3.el7.iso + +BuildArch: noarch + + +%description +Virt-p2v is a tool that converts physical machines to run under KVM. + + +%prep + + +%build + + +%install +rm -rf %{buildroot} +/usr/bin/install -d %{buildroot}%{_datadir}/%{name}-%{version}-%{release} +/usr/bin/install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/%{name}-%{version}-%{release}/ + + +%files +%{_datadir}/%{name}-%{version}-%{release} + + +%changelog +* Wed Sep 02 2015 Richard W.M. Jones - 1.28.1-1.51.3.el7 +- Build virt-p2v 1.28.1-1.51.3.el7 + +* Wed Aug 05 2015 Richard W.M. Jones - 1.28.1-1.49.1.el7 +- Build virt-p2v 1.28.1-1.49.1.el7 + +* Tue Aug 04 2015 Richard W.M. Jones - 1.28.1-1.48.el7 +- Initial packaging.