rpms/redhat-lsb/devel redhat-lsb.spec,1.31,1.32

Lawrence Lim (llim) fedora-extras-commits at redhat.com
Thu Sep 20 22:54:13 UTC 2007


Author: llim

Update of /cvs/pkgs/rpms/redhat-lsb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26451

Modified Files:
	redhat-lsb.spec 
Log Message:
fix a build issue in a minimal build env


Index: redhat-lsb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redhat-lsb/devel/redhat-lsb.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- redhat-lsb.spec	29 Aug 2007 04:49:04 -0000	1.31
+++ redhat-lsb.spec	20 Sep 2007 22:53:38 -0000	1.32
@@ -49,7 +49,7 @@
 Summary: LSB support for Red Hat Linux
 Name: redhat-lsb
 Version: 3.1
-Release: 17%{?dist}
+Release: 18%{?dist}
 URL: http://www.linuxbase.org/
 Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
 Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
@@ -58,6 +58,8 @@
 License: GPLv2
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: perl, help2man
+
 # dependency for primary LSB application for v1.3
 Provides: lsb = %{version}
 # dependency for primary LSB application for v2.0 and v3.0
@@ -436,6 +438,9 @@
 %{_sbindir}/redhat_lsb_trigger.%{_target_cpu}
 
 %changelog
+* Fri Sep 21 2007 Lawrence Lim <llim at redhat.com> - 3.1-18
+- fix build issue in minimal build root (Bug #265241)
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.1-17
 - Rebuild for selinux ppc32 issue.
 




More information about the scm-commits mailing list