Compare commits

...

5 Commits
master ... f19

Author SHA1 Message Date
Parag Nemade d427f26ca5 Resolves:rh#1133536 - redhat-lsb does not requires /usr/sbin/sendmail 2014-09-01 18:51:22 +05:30
Ondřej Vašík aab94aaf66 Merge branch 'master' into f19 2013-06-11 16:54:41 -04:00
Ondřej Vašík 9c9ec64e9f Merge branch 'master' into f19 2013-06-11 14:51:53 -04:00
Ondřej Vašík c2e39dd818 merge with master 2013-05-23 15:56:01 +02:00
Ondřej Vašík db85f24592 require /usr/bin/cpio (binary moved as part of UsrMove) 2013-03-12 16:19:06 +01:00
1 changed files with 5 additions and 1 deletions

View File

@ -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 <pnemade AT redhat DOT com> - 4.1-15.1
- Resolves:rh#1133536 - redhat-lsb does not requires /usr/sbin/sendmail
* Tue Jun 11 2013 Ondrej Vasik <ovasik@redhat.com> - 4.1-15
- fix build on aarch64 (#973343)
- fix the defines for arm and aarch64 (may need adjustment)