Author: arekm Date: Tue Jan 9 16:11:07 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; display some error message when source files are missing
---- Files affected: SPECS: rpm.spec (1.776 -> 1.777) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.776 SPECS/rpm.spec:1.777 --- SPECS/rpm.spec:1.776 Sat Jan 6 18:41:51 2007 +++ SPECS/rpm.spec Tue Jan 9 17:11:01 2007 @@ -31,7 +31,7 @@ Summary(uk): íĹÎĹÄÖĹŇ ĐÁËĹÔŚ× ×ŚÄ RPM Name: rpm Version: 4.4.7 -Release: 2 +Release: 3 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -116,6 +116,7 @@ Patch58: %{name}-repackage-wo-lzma.patch Patch59: %{name}-libtool-deps.patch Patch60: %{name}-CVE-2006-5466.patch +Patch61: %{name}-build-failure-error.patch URL: http://wraptastic.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -699,6 +700,7 @@ %patch58 -p1 %patch59 -p1 %patch60 -p0 +%patch61 -p0 cd scripts mv -f perl.req perl.req.in @@ -1176,6 +1178,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.777 2007/01/09 16:11:01 arekm +- rel 3; display some error message when source files are missing + Revision 1.776 2007/01/06 17:41:51 arekm - rel 2; fix tmppaths defs; buildroot is now defined in system macros as read only macro (so BuildRoot in spec does nothing) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.776&r2=1.777&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
