Skip to content

Commit

Permalink
Require Pod::Escapes in RPM.
Browse files Browse the repository at this point in the history
At least until Pod::Simple gets its act together
(perl-pod/pod-simple#84).
  • Loading branch information
theory committed Feb 11, 2016
1 parent 13f30d2 commit 1440604
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Devel::StackTrace = 1.30
PerlIO::utf8_strict = 0
Template::Tiny = 0.11
DateTime::TimeZone = 0
Pod::Escapes = 1.04

[Prereqs / RuntimeRecommends]
Pod::Simple = 1.41
Expand Down
8 changes: 7 additions & 1 deletion dist/sqitch.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: sqitch
Version: 0.9995
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Sane database change management
License: MIT
Group: Development/Libraries
Expand Down Expand Up @@ -46,6 +46,7 @@ BuildRequires: perl(parent)
BuildRequires: perl(overload)
BuildRequires: perl(Path::Class) >= 0.33
BuildRequires: perl(PerlIO::utf8_strict)
BuildRequires: perl(Pod::Escapes)
BuildRequires: perl(Pod::Find)
BuildRequires: perl(Pod::Usage)
BuildRequires: perl(POSIX)
Expand Down Expand Up @@ -111,6 +112,7 @@ Requires: perl(parent)
Requires: perl(overload)
Requires: perl(Path::Class)
Requires: perl(PerlIO::utf8_strict)
Requires: perl(Pod::Escapes)
Requires: perl(Pod::Find)
Requires: perl(Pod::Usage)
Requires: perl(POSIX)
Expand Down Expand Up @@ -282,6 +284,10 @@ Sqitch Vertica support.
# No additional files required.

%changelog
* Thu Feb 11 2016 David E. Wheeler <david.wheeler@iovation.com> 0.9994-2
- Add perl(Pod::Escapes) to work around missing dependencies in Pod::Simple.
https://github.com/perl-pod/pod-simple/issues/84.

* Fri Jan 8 2016 David E. Wheeler <david.wheeler@iovation.com> 0.9994-1
- Reduced required MySQL version to 5.0.
- Upgrade to v0.9994.
Expand Down

0 comments on commit 1440604

Please sign in to comment.