Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
663ea48e7b | ||
|
|
fe8f7b32ee | ||
|
|
a97dfd3eb6 | ||
|
|
109308723d | ||
|
|
b0358e39ef | ||
|
|
aeb6a3d529 | ||
|
|
f3f2d27328 | ||
|
|
1e257ccdc7 | ||
|
|
4ef6bde0ec | ||
|
|
cb2d085ac6 | ||
| af6a7003bc | |||
|
|
237b57caa0 | ||
|
|
c5597aa936 | ||
|
|
31226a4acd | ||
|
|
7e34f728b8 | ||
|
|
5aa677adb3 | ||
|
|
3f3bc74054 | ||
|
|
6371d1127a | ||
|
|
914f4dd979 | ||
|
|
d113e150c9 |
4 changed files with 1 additions and 77 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/virt-dmesg-0.2.0.tar.gz
|
||||
/virt-dmesg-0.3.0.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -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.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
ec12c9ef819a2db48ece74f69f3ee1ce virt-dmesg-0.3.0.tar.gz
|
||||
|
|
@ -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 <rel-eng@lists.fedoraproject.org> - 0.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Wed Oct 26 2011 Dan Horák <dan[at]danny.cz> - 0.3.0-2
|
||||
- set supported arches
|
||||
|
||||
* Tue Jun 21 2011 Richard W.M. Jones <rjones@redhat.com> - 0.3.0-1
|
||||
- New upstream version 0.3.0.
|
||||
- Add TODO file to doc.
|
||||
|
||||
* Mon Jun 20 2011 Richard W.M. Jones <rjones@redhat.com> - 0.2.0-1
|
||||
- Added to Fedora.
|
||||
Loading…
Add table
Add a link
Reference in a new issue