From 85b071a0f696b42b8b4d345355a3c38b4d8a0357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Thu, 23 May 2013 15:48:45 +0200 Subject: [PATCH] require spax instead of pax (more POSIX compatible) (#965658), require another set of perl modules in -languages (#959129), polish a bit the nsswitch.conf hack - include mdns4_minimal (#915147) --- redhat-lsb.spec | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index eac7c4b..f0d7464 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -43,7 +43,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 13%{?dist} +Release: 14%{?dist} URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2 Patch0: lsb-release-3.1-update-init-functions.patch @@ -243,7 +243,8 @@ Requires: /usr/bin/passwd Requires: /usr/bin/paste Requires: /usr/bin/patch Requires: /usr/bin/pathchk -Requires: /usr/bin/pax +#better POSIX conformance of /usr/bin/pax +Requires: spax Requires: /usr/bin/pr Requires: /usr/bin/printf Requires: /usr/bin/renice @@ -381,6 +382,13 @@ Requires: perl(Pod::LaTeX) Requires: perl(Pod::Checker) Requires: perl(B::Lint) Requires: perl(Text::Soundex) +Requires: perl(Env) +Requires: perl(Time::HiRes) +Requires: perl(Locale::Maketext) +Requires: perl(Fatal) +Requires: perl(File::CheckTree) +Requires: perl(Sys::Syslog) + # python Requires: /usr/bin/python @@ -596,7 +604,7 @@ fi if ! grep -s -q '^hosts: \+files \+dns *$' /etc/nsswitch.conf;then cat /etc/nsswitch.conf >%{_datadir}/lsb/nsswitch.conf.orig ed -s /etc/nsswitch.conf <%{_datadir}/lsb/nsswitch.conf.orig ed -s /etc/nsswitch.conf < - 4.1-14 +- require spax instead of pax (more POSIX compatible) (#965658) +- require another set of perl modules in -languages (#959129) +- polish a bit the nsswitch.conf hack - include mdns4_minimal (#915147) + * Tue Mar 12 2013 Ondrej Vasik - 4.1-13 - require /usr/bin/cpio (binary moved as part of UsrMove)