Compare commits

...
Sign in to create a new pull request.

20 commits

Author SHA1 Message Date
Richard W.M. Jones
663ea48e7b 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. 2017-02-14 12:39:31 +00:00
Fedora Release Engineering
fe8f7b32ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:07:04 +00:00
Fedora Release Engineering
a97dfd3eb6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 02:45:47 +00:00
Richard W.M. Jones
109308723d OCaml 4.02.3 rebuild. 2015-07-29 00:34:20 +01:00
Richard W.M. Jones
b0358e39ef ocaml-4.02.2 final rebuild. 2015-06-25 00:48:12 +01:00
Richard W.M. Jones
aeb6a3d529 ocaml-4.02.2 rebuild. 2015-06-18 16:11:29 +01:00
Richard W.M. Jones
f3f2d27328 ocaml-4.02.1 rebuild. 2015-02-17 17:13:39 +00:00
Richard W.M. Jones
1e257ccdc7 ocaml-4.02.0 final rebuild. 2014-08-31 14:51:47 +01:00
Richard W.M. Jones
4ef6bde0ec ocaml-4.02.0+rc1 rebuild. 2014-08-24 00:52:45 +01:00
Richard W.M. Jones
cb2d085ac6 Fix for OCaml 4.02.
- Clean up the spec file.
2014-08-19 09:01:50 +01:00
af6a7003bc - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:57:38 +00:00
Dennis Gilmore
237b57caa0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 22:47:52 -05:00
Richard W.M. Jones
c5597aa936 Remove ocaml_arches macro (RHBZ#1087794). 2014-04-15 13:35:31 +01:00
Dennis Gilmore
31226a4acd - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 01:18:10 -05:00
Cole Robinson
7e34f728b8 Update configure for aarch64 (bz #926700) 2013-06-28 21:30:02 -04:00
Richard W.M. Jones
5aa677adb3 +BR /usr/bin/pod2man. 2013-02-19 08:53:37 +00:00
Dennis Gilmore
3f3bc74054 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 20:49:47 -06:00
Richard W.M. Jones
6371d1127a Rebuild for OCaml 4.00.1. 2012-12-14 12:47:30 +00:00
Dennis Gilmore
914f4dd979 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:47:58 -05:00
Richard W.M. Jones
d113e150c9 Rebuild for OCaml 4.00.0. 2012-06-11 08:52:10 +01:00
4 changed files with 1 additions and 77 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/virt-dmesg-0.2.0.tar.gz
/virt-dmesg-0.3.0.tar.gz

1
dead.package Normal file
View 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.

View file

@ -1 +0,0 @@
ec12c9ef819a2db48ece74f69f3ee1ce virt-dmesg-0.3.0.tar.gz

View file

@ -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.