From 6030f6a0d2f175343ad2005df3eaae515c59c3c3 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 14 Jun 2012 13:44:23 -0400 Subject: [PATCH 01/15] Patch from upstream to include unistd --- unistd.patch | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ vios-proxy.spec | 7 ++++++- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 unistd.patch diff --git a/unistd.patch b/unistd.patch new file mode 100644 index 0000000..bf2e13c --- /dev/null +++ b/unistd.patch @@ -0,0 +1,48 @@ +diff --git a/src/vios_gchannel.cpp b/src/vios_gchannel.cpp +index 0b05b71..73f5b67 100644 +--- a/src/vios_gchannel.cpp ++++ b/src/vios_gchannel.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "vios_gchannel.h" + #include "vios_framing.h" +diff --git a/src/vios_ghost.cpp b/src/vios_ghost.cpp +index 9be2291..8047d30 100644 +--- a/src/vios_ghost.cpp ++++ b/src/vios_ghost.cpp +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include "vios_ghost.h" + #include "vios_gchannel.h" +diff --git a/src/vios_hchannel.cpp b/src/vios_hchannel.cpp +index d75356a..6ca069c 100644 +--- a/src/vios_hchannel.cpp ++++ b/src/vios_hchannel.cpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "vios_hchannel.h" + #include "vios_hguest.h" +diff --git a/src/vios_hguest.cpp b/src/vios_hguest.cpp +index d255388..2061bfb 100644 +--- a/src/vios_hguest.cpp ++++ b/src/vios_hguest.cpp +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "vios_hguest.h" + #include "vios_hchannel.h" diff --git a/vios-proxy.spec b/vios-proxy.spec index 7ea2d98..9f54747 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,12 +1,13 @@ Name: vios-proxy Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons License: ASL 2.0 URL: http://git.fedorahosted.org/git/?p=vios-proxy.git Source0: http://fedorahosted.org/released/vios-proxy/%{name}-%{version}.tar.gz +Patch0: unistd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: boost-devel @@ -58,6 +59,7 @@ QEMU virtioserial channels. %prep %setup -q +%patch0 -p1 pushd src cmake -D CMAKE_INSTALL_PREFIX:STRING="%{_prefix}" -D CMAKE_CXX_FLAGS:STRING="%{optflags}" . popd @@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Thu Jun 14 2012 Nuno Santos - 0.2-4 +- Patch from upstream to include unistd + * Tue Feb 28 2012 Fedora Release Engineering - 0.2-3 - Rebuilt for c++ ABI breakage From 5d43ba13ce56bc18069703d545a0b827428ffd32 Mon Sep 17 00:00:00 2001 From: Nuno Santos Date: Thu, 14 Jun 2012 14:09:13 -0400 Subject: [PATCH 02/15] Patch from upstream to include unistd --- unistd.patch | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ vios-proxy.spec | 7 ++++++- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 unistd.patch diff --git a/unistd.patch b/unistd.patch new file mode 100644 index 0000000..bf2e13c --- /dev/null +++ b/unistd.patch @@ -0,0 +1,48 @@ +diff --git a/src/vios_gchannel.cpp b/src/vios_gchannel.cpp +index 0b05b71..73f5b67 100644 +--- a/src/vios_gchannel.cpp ++++ b/src/vios_gchannel.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "vios_gchannel.h" + #include "vios_framing.h" +diff --git a/src/vios_ghost.cpp b/src/vios_ghost.cpp +index 9be2291..8047d30 100644 +--- a/src/vios_ghost.cpp ++++ b/src/vios_ghost.cpp +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #include "vios_ghost.h" + #include "vios_gchannel.h" +diff --git a/src/vios_hchannel.cpp b/src/vios_hchannel.cpp +index d75356a..6ca069c 100644 +--- a/src/vios_hchannel.cpp ++++ b/src/vios_hchannel.cpp +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include "vios_hchannel.h" + #include "vios_hguest.h" +diff --git a/src/vios_hguest.cpp b/src/vios_hguest.cpp +index d255388..2061bfb 100644 +--- a/src/vios_hguest.cpp ++++ b/src/vios_hguest.cpp +@@ -29,6 +29,7 @@ + #include + #include + #include ++#include + + #include "vios_hguest.h" + #include "vios_hchannel.h" diff --git a/vios-proxy.spec b/vios-proxy.spec index 7ea2d98..9f54747 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,12 +1,13 @@ Name: vios-proxy Version: 0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons License: ASL 2.0 URL: http://git.fedorahosted.org/git/?p=vios-proxy.git Source0: http://fedorahosted.org/released/vios-proxy/%{name}-%{version}.tar.gz +Patch0: unistd.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: boost-devel @@ -58,6 +59,7 @@ QEMU virtioserial channels. %prep %setup -q +%patch0 -p1 pushd src cmake -D CMAKE_INSTALL_PREFIX:STRING="%{_prefix}" -D CMAKE_CXX_FLAGS:STRING="%{optflags}" . popd @@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Thu Jun 14 2012 Nuno Santos - 0.2-4 +- Patch from upstream to include unistd + * Tue Feb 28 2012 Fedora Release Engineering - 0.2-3 - Rebuilt for c++ ABI breakage From 6ea3235d517e6340364c696ded34ef69c3dce8f2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 21:47:08 -0500 Subject: [PATCH 03/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 9f54747..9ecd045 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jun 14 2012 Nuno Santos - 0.2-4 - Patch from upstream to include unistd From 21e346e2583ddec0f6bfc5161bb274cda32ddddf Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:49:25 -0600 Subject: [PATCH 04/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 9ecd045..c10f863 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From e4df4ab620ea8a8752941010862d1c9c013b0410 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 30 Jul 2013 14:53:35 +0200 Subject: [PATCH 05/15] Rebuild for boost 1.54.0 --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index c10f863..42c94d6 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Tue Jul 30 2013 Petr Machata - 0.2-7 +- Rebuild for boost 1.54.0 + * Fri Feb 15 2013 Fedora Release Engineering - 0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 30696ff1a0c1910466cbc0d519615e14a6453014 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 01:17:32 -0500 Subject: [PATCH 06/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 42c94d6..ec37995 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Tue Jul 30 2013 Petr Machata - 0.2-7 - Rebuild for boost 1.54.0 From f88cc533995ea5f5505dcfc68fbb9c48b377f736 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Fri, 23 May 2014 05:08:14 +0200 Subject: [PATCH 07/15] Rebuild for boost 1.55.0 --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index ec37995..32c0404 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Fri May 23 2014 Petr Machata - 0.2-9 +- Rebuild for boost 1.55.0 + * Sun Aug 04 2013 Fedora Release Engineering - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From b810ffb077be5d3947ed3ca0381b9d812d7eedc6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:47:11 -0500 Subject: [PATCH 08/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 32c0404..8983a76 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Fri May 23 2014 Petr Machata - 0.2-9 - Rebuild for boost 1.55.0 From 43ad0f794910ff5f2640d45a76b6dde0ad10599e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 07:56:40 +0000 Subject: [PATCH 09/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 8983a76..0fe4a12 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From ae7f3319b8046966b3a376fe5b8aee9af65ababd Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 27 Jan 2015 18:06:46 +0100 Subject: [PATCH 10/15] Rebuild for boost 1.57.0 --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 0fe4a12..44b1bd9 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Tue Jan 27 2015 Petr Machata - 0.2-12 +- Rebuild for boost 1.57.0 + * Mon Aug 18 2014 Fedora Release Engineering - 0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 0e5d69c99b5204b86b6f23d91a5ecfa555574c6e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 18:31:58 +0200 Subject: [PATCH 11/15] Rebuilt for GCC 5 C++11 ABI change --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 44b1bd9..1730e25 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Sat May 02 2015 Kalev Lember - 0.2-13 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Jan 27 2015 Petr Machata - 0.2-12 - Rebuild for boost 1.57.0 From 08d4ef043729f3c2340120e89e18369bf489d228 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:03:16 +0000 Subject: [PATCH 12/15] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 1730e25..08aae2b 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat May 02 2015 Kalev Lember - 0.2-13 - Rebuilt for GCC 5 C++11 ABI change From 982b494a344c11cd78d99882e30296b9b35ab6e9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 22 Jul 2015 19:44:42 +0200 Subject: [PATCH 13/15] rebuild for Boost 1.58 --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 08aae2b..8245578 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Wed Jul 22 2015 David Tardon - 0.2-15 +- rebuild for Boost 1.58 + * Fri Jun 19 2015 Fedora Release Engineering - 0.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 3bbf889fda81f0748dc4653ccc5fb0df169355c5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 29 Jul 2015 13:33:16 -0500 Subject: [PATCH 14/15] - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 --- vios-proxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vios-proxy.spec b/vios-proxy.spec index 8245578..055f4ed 100644 --- a/vios-proxy.spec +++ b/vios-proxy.spec @@ -1,6 +1,6 @@ Name: vios-proxy Version: 0.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels Group: System Environment/Daemons @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/vios-proxy-guest.1.gz %changelog +* Wed Jul 29 2015 Fedora Release Engineering - 0.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 + * Wed Jul 22 2015 David Tardon - 0.2-15 - rebuild for Boost 1.58 From 5f33145959f5906d5cafcb112258205201dd2d0a Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 30 Jul 2015 21:49:23 +0200 Subject: [PATCH 15/15] 2015-07-30: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 2 - dead.package | 3 + sources | 1 - unistd.patch | 48 ---------------- vios-proxy.spec | 147 ------------------------------------------------ 5 files changed, 3 insertions(+), 198 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 unistd.patch delete mode 100644 vios-proxy.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 087a846..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/vios-proxy-0.1.tar.gz -/vios-proxy-0.2.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..213b58a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2015-07-30: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 77c8ccb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -44ae7be44749691dc69d4e2b3049371e vios-proxy-0.2.tar.gz diff --git a/unistd.patch b/unistd.patch deleted file mode 100644 index bf2e13c..0000000 --- a/unistd.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff --git a/src/vios_gchannel.cpp b/src/vios_gchannel.cpp -index 0b05b71..73f5b67 100644 ---- a/src/vios_gchannel.cpp -+++ b/src/vios_gchannel.cpp -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - - #include "vios_gchannel.h" - #include "vios_framing.h" -diff --git a/src/vios_ghost.cpp b/src/vios_ghost.cpp -index 9be2291..8047d30 100644 ---- a/src/vios_ghost.cpp -+++ b/src/vios_ghost.cpp -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - - #include "vios_ghost.h" - #include "vios_gchannel.h" -diff --git a/src/vios_hchannel.cpp b/src/vios_hchannel.cpp -index d75356a..6ca069c 100644 ---- a/src/vios_hchannel.cpp -+++ b/src/vios_hchannel.cpp -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - - #include "vios_hchannel.h" - #include "vios_hguest.h" -diff --git a/src/vios_hguest.cpp b/src/vios_hguest.cpp -index d255388..2061bfb 100644 ---- a/src/vios_hguest.cpp -+++ b/src/vios_hguest.cpp -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "vios_hguest.h" - #include "vios_hchannel.h" diff --git a/vios-proxy.spec b/vios-proxy.spec deleted file mode 100644 index 055f4ed..0000000 --- a/vios-proxy.spec +++ /dev/null @@ -1,147 +0,0 @@ -Name: vios-proxy -Version: 0.2 -Release: 16%{?dist} -Summary: Network proxy between a QEMU host and QEMU guests using virtioserial channels - -Group: System Environment/Daemons -License: ASL 2.0 -URL: http://git.fedorahosted.org/git/?p=vios-proxy.git -Source0: http://fedorahosted.org/released/vios-proxy/%{name}-%{version}.tar.gz -Patch0: unistd.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: boost-devel -BuildRequires: gcc-c++ -BuildRequires: cmake >= 2.6.0 - -%description -The vios-proxy program suite creates a network tunnel between -a server in the QEMU host and a client in a QEMU guest. -The proxy server and client programs open normal TCP network -ports on localhost and the vios-proxy tunnel connects them using -QEMU virtioserial channels. - -%package host - -Summary: Network proxy using virtioserial for QEMU host -Group: System Environment/Daemons - -%description host -The vios-proxy-host daemon runs on a QEMU host. A vios-proxy-host daemon -manages all the proxy connections for a single proxy service on the host. -Multiple vios-proxy-host daemons are required to provide proxy access to -multiple services on the host. A single vios-proxy-host daemon may open -multiple proxy channels to multiple QEMU guests limited only by the -number of virtioserial connections available to each guest. - -%package guest - -Summary: Network proxy using virtioserial for QEMU guest -Group: System Environment/Daemons - -%description guest -The vios-proxy-guest daemon runs on a QEMU client. A vios-proxy-guest daemon -creates a listening network socket on the guest's localhost interface. When -client programs connect to this socket then the vios-proxy-guest daemon opens -a proxy channel to the host through the tunnel. - -%package doc - -Summary: Documentation for vios-proxy -Group: System Environment/Daemons - -%description doc -The vios-proxy program suite creates a network tunnel between -a server in the QEMU host and a client in a QEMU guest. -The proxy server and client programs open normal TCP network -ports on localhost and the vios-proxy tunnel connects them using -QEMU virtioserial channels. - -%prep -%setup -q -%patch0 -p1 -pushd src -cmake -D CMAKE_INSTALL_PREFIX:STRING="%{_prefix}" -D CMAKE_CXX_FLAGS:STRING="%{optflags}" . -popd - -%build -pushd src -make %{?_smp_mflags} -popd - -%install -rm -rf $RPM_BUILD_ROOT -pushd src -make install DESTDIR=$RPM_BUILD_ROOT -popd - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files doc -%defattr(-,root,root,-) -%doc README.txt LICENSE NOTICE -%doc doc/ - -%files host -%defattr(-,root,root,-) -%{_bindir}/vios-proxy-host -%doc %{_mandir}/man1/vios-proxy-host.1.gz - -%files guest -%defattr(-,root,root,-) -%{_bindir}/vios-proxy-guest -%doc %{_mandir}/man1/vios-proxy-guest.1.gz - -%changelog -* Wed Jul 29 2015 Fedora Release Engineering - 0.2-16 -- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 - -* Wed Jul 22 2015 David Tardon - 0.2-15 -- rebuild for Boost 1.58 - -* Fri Jun 19 2015 Fedora Release Engineering - 0.2-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 0.2-13 -- Rebuilt for GCC 5 C++11 ABI change - -* Tue Jan 27 2015 Petr Machata - 0.2-12 -- Rebuild for boost 1.57.0 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.2-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.2-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 23 2014 Petr Machata - 0.2-9 -- Rebuild for boost 1.55.0 - -* Sun Aug 04 2013 Fedora Release Engineering - 0.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 30 2013 Petr Machata - 0.2-7 -- Rebuild for boost 1.54.0 - -* Fri Feb 15 2013 Fedora Release Engineering - 0.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 0.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jun 14 2012 Nuno Santos - 0.2-4 -- Patch from upstream to include unistd - -* Tue Feb 28 2012 Fedora Release Engineering - 0.2-3 -- Rebuilt for c++ ABI breakage - -* Sat Jan 14 2012 Fedora Release Engineering - 0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Oct 18 2011 Nuno Santos - 0.2-1 -- Added man pages - -* Mon Sep 19 2011 Chuck Rolke 0.1-1 -- Initial revision