From 20795722526340fef0f6c1a3519af81ce759b329 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Sat, 26 Dec 2015 15:15:37 +0100 Subject: [PATCH] added new build dependency on perl-Getopt-Long --- sed.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sed.spec b/sed.spec index 2f36379..b862a83 100644 --- a/sed.spec +++ b/sed.spec @@ -15,6 +15,7 @@ Source1: http://sed.sourceforge.net/sedfaq.txt Patch0: sed-4.2.2-binary_copy_args.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibc-devel, libselinux-devel, libacl-devel +BuildRequires: perl-Getopt-Long Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -75,6 +76,7 @@ rm -rf ${RPM_BUILD_ROOT} %changelog * Sat Dec 26 2015 Petr Stodulka - 4.2.2-12 - use global instead of define in spec file +- added new build dependency on perl-Getopt-Long * Fri Jun 19 2015 Fedora Release Engineering - 4.2.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild