aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-09-16 14:42:57 +0100
committerDaniel P. Berrange <berrange@redhat.com>2009-09-21 14:41:46 +0100
commit3decd4f9f1b55000770f4203f98438b6f791256d (patch)
tree22f526de7fc0c00e3980e14dd3b77e6fe8ebbcaa /mingw32-libvirt.spec.in
parentRe-arrange python generator to make it clear what's auto-generated (diff)
downloadlibvirt-3decd4f9f1b55000770f4203f98438b6f791256d.tar.gz
libvirt-3decd4f9f1b55000770f4203f98438b6f791256d.tar.bz2
libvirt-3decd4f9f1b55000770f4203f98438b6f791256d.zip
Make pki_check.sh into an installed & supported tool
* docs/pki_check.sh: Move to tool/virt-pki-validate.in and add in POD man page documentation * tools/.gitignore: Ignore generated virt-pki-validate file * tools/Makefile.am: Install & build virt-pki-validate and virt-pki-validate.1 * docs/remote.html, docs/remote.html.in: Refer to new tool name virt-pki-validate * libvirt.spec.in, mingw32-libvirt.spec.in: Add virt-pki-validate and virt-pki-validate.1 to files list
Diffstat (limited to 'mingw32-libvirt.spec.in')
-rw-r--r--mingw32-libvirt.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mingw32-libvirt.spec.in b/mingw32-libvirt.spec.in
index 769c3ff12..867a8493e 100644
--- a/mingw32-libvirt.spec.in
+++ b/mingw32-libvirt.spec.in
@@ -80,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mingw32_bindir}/libvirt-0.dll
%{_mingw32_bindir}/virsh.exe
%{_mingw32_bindir}/virt-xml-validate
+%{_mingw32_bindir}/virt-pki-validate
%{_mingw32_libdir}/libvirt.dll.a
%{_mingw32_libdir}/libvirt.la
@@ -105,6 +106,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mingw32_mandir}/man1/virsh.1*
%{_mingw32_mandir}/man1/virt-xml-validate.1*
+%{_mingw32_mandir}/man1/virt-pki-validate.1*
%changelog