Fix POD
This commit is contained in:
parent
768790b45b
commit
c0db686e4e
@ -12,6 +12,7 @@ Requires: nfs-utils
|
|||||||
Requires: python2
|
Requires: python2
|
||||||
BuildRequires: /usr/bin/pod2man
|
BuildRequires: /usr/bin/pod2man
|
||||||
Patch0: robust-distro-names.patch
|
Patch0: robust-distro-names.patch
|
||||||
|
Patch1: fix-pod-syntax.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -22,6 +23,7 @@ could be used when writing operating system level integration tests.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .robust-distros
|
%patch0 -p1 -b .robust-distros
|
||||||
|
%patch1 -p1 -b .fix-pod
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make build
|
make build
|
||||||
@ -55,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu May 09 2013 Petr Muller <muller@redhat.com> - 1.7-2
|
* Thu May 09 2013 Petr Muller <muller@redhat.com> - 1.7-2
|
||||||
- Robustify journal to accept umlaut in distro release name
|
- Robustify journal to accept umlaut in distro release name
|
||||||
|
- Fix internal documentation
|
||||||
|
|
||||||
* Tue Apr 30 2013 Petr Muller <muller@redhat.com> - 1.7-1
|
* Tue Apr 30 2013 Petr Muller <muller@redhat.com> - 1.7-1
|
||||||
- rebase to upstream 1.7
|
- rebase to upstream 1.7
|
||||||
|
25
fix-pod-syntax.patch
Normal file
25
fix-pod-syntax.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From b041df8436aa5461978568a14b0bbbeabefcd772 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Petr Muller <muller@redhat.com>
|
||||||
|
Date: Thu, 9 May 2013 13:30:33 +0200
|
||||||
|
Subject: [PATCH] Fix POD syntax
|
||||||
|
|
||||||
|
---
|
||||||
|
src/beakerlib.sh | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/src/beakerlib.sh b/src/beakerlib.sh
|
||||||
|
index 3f15115..c3ee8aa 100644
|
||||||
|
--- a/src/beakerlib.sh
|
||||||
|
+++ b/src/beakerlib.sh
|
||||||
|
@@ -260,6 +260,8 @@ Petr Splichal <psplicha@redhat.com>
|
||||||
|
|
||||||
|
Ales Zelinka <azelinka@redhat.com>
|
||||||
|
|
||||||
|
+=back
|
||||||
|
+
|
||||||
|
=cut
|
||||||
|
|
||||||
|
if set -o | grep posix | grep on ; then
|
||||||
|
--
|
||||||
|
1.8.2.1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user