diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6e7a3d8..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/virt-dmesg-0.2.0.tar.gz -/virt-dmesg-0.3.0.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..341eca6 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package does not work with modern kernels, and needs considerable modifications to make it work. Suggest looking into http://libvmi.com/ if a similar capability is required. diff --git a/sources b/sources deleted file mode 100644 index 963755d..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -ec12c9ef819a2db48ece74f69f3ee1ce virt-dmesg-0.3.0.tar.gz diff --git a/virt-dmesg.spec b/virt-dmesg.spec deleted file mode 100644 index 0c2e5d2..0000000 --- a/virt-dmesg.spec +++ /dev/null @@ -1,74 +0,0 @@ -%define debug_package %{nil} - -Name: virt-dmesg -Version: 0.3.0 -Release: 3%{?dist} -Summary: Print kernel messages from a Linux virtual machine - -Group: Development/Libraries -License: GPLv2+ -URL: http://people.redhat.com/~rjones/virt-dmesg/ -Source0: http://people.redhat.com/~rjones/virt-dmesg/files/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: ocaml >= 3.10.2 -BuildRequires: ocaml-ocamldoc -BuildRequires: ocaml-findlib-devel -BuildRequires: ocaml-libvirt-devel -BuildRequires: zlib-devel -BuildRequires: libvirt-devel - -# Force libvirt that contains several fixes for virDomainMemoryPeek. -Requires: libvirt >= 0.9.1-3 - -ExclusiveArch: %{ocaml_arches} - -%description -virt-dmesg prints the kernel messages from a running Linux virtual -machine. It is like dmesg(1) except that it works on virtual machines -instead of the host. - - -%prep -%setup -q - - -%build -%configure -make all - -strip src/virt-dmesg - - -%install -rm -rf $RPM_BUILD_ROOT - -make DESTDIR=$RPM_BUILD_ROOT install - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc COPYING README TODO -%{_bindir}/virt-dmesg -%{_bindir}/virt-uname -%{_mandir}/man1/virt-dmesg.1* -%{_mandir}/man1/virt-uname.1* - - -%changelog -* Sat Jan 14 2012 Fedora Release Engineering - 0.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Oct 26 2011 Dan HorĂ¡k - 0.3.0-2 -- set supported arches - -* Tue Jun 21 2011 Richard W.M. Jones - 0.3.0-1 -- New upstream version 0.3.0. -- Add TODO file to doc. - -* Mon Jun 20 2011 Richard W.M. Jones - 0.2.0-1 -- Added to Fedora.