From d427f26ca538b7119a1d94abf981634416b7c498 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 1 Sep 2014 18:51:22 +0530 Subject: [PATCH] Resolves:rh#1133536 - redhat-lsb does not requires /usr/sbin/sendmail --- redhat-lsb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 0407bde..f6ee9f9 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -53,7 +53,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 15%{?dist} +Release: 15.1%{?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 @@ -287,6 +287,7 @@ Requires: /usr/sbin/groupmod Requires: /usr/sbin/useradd Requires: /usr/sbin/userdel Requires: /usr/sbin/usermod +Requires: /usr/sbin/sendmail Requires: redhat-lsb-submod-security%{?_isa} = %{version} Provides: lsb-core-%{archname} = %{version} @@ -778,6 +779,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Mon Sep 01 2014 Parag - 4.1-15.1 +- Resolves:rh#1133536 - redhat-lsb does not requires /usr/sbin/sendmail + * Tue Jun 11 2013 Ondrej Vasik - 4.1-15 - fix build on aarch64 (#973343) - fix the defines for arm and aarch64 (may need adjustment)