From c0db686e4ef76182fc6cb818ebd578717c0741c9 Mon Sep 17 00:00:00 2001 From: Petr Muller Date: Thu, 9 May 2013 13:32:51 +0200 Subject: [PATCH] Fix POD --- beakerlib.spec | 3 +++ fix-pod-syntax.patch | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 fix-pod-syntax.patch diff --git a/beakerlib.spec b/beakerlib.spec index e5ba387..e8fdc84 100644 --- a/beakerlib.spec +++ b/beakerlib.spec @@ -12,6 +12,7 @@ Requires: nfs-utils Requires: python2 BuildRequires: /usr/bin/pod2man Patch0: robust-distro-names.patch +Patch1: fix-pod-syntax.patch %description @@ -22,6 +23,7 @@ could be used when writing operating system level integration tests. %prep %setup -q %patch0 -p1 -b .robust-distros +%patch1 -p1 -b .fix-pod %build make build @@ -55,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu May 09 2013 Petr Muller - 1.7-2 - Robustify journal to accept umlaut in distro release name +- Fix internal documentation * Tue Apr 30 2013 Petr Muller - 1.7-1 - rebase to upstream 1.7 diff --git a/fix-pod-syntax.patch b/fix-pod-syntax.patch new file mode 100644 index 0000000..8cf27bd --- /dev/null +++ b/fix-pod-syntax.patch @@ -0,0 +1,25 @@ +From b041df8436aa5461978568a14b0bbbeabefcd772 Mon Sep 17 00:00:00 2001 +From: Petr Muller +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 + + Ales Zelinka + ++=back ++ + =cut + + if set -o | grep posix | grep on ; then +-- +1.8.2.1 +