rpms/rpm/devel rpm.spec,1.333,1.334

Panu Matilainen pmatilai at fedoraproject.org
Fri Feb 27 09:03:28 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/rpm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21040

Modified Files:
	rpm.spec 
Log Message:
- build rpm itself with md5 file digests for now to ensure upgradability



Index: rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpm/devel/rpm.spec,v
retrieving revision 1.333
retrieving revision 1.334
diff -u -r1.333 -r1.334
--- rpm.spec	26 Feb 2009 08:55:40 -0000	1.333
+++ rpm.spec	27 Feb 2009 09:02:57 -0000	1.334
@@ -5,6 +5,10 @@
 # just for giggles, option to build with internal Berkeley DB
 %bcond_with int_bdb
 
+# switch rpm itself back to md5 file digests until the dust settles a bit
+%define _source_filedigest_algorithm 0
+%define _binary_filedigest_algorithm 0
+
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define rpmhome /usr/lib/rpm
@@ -18,7 +22,7 @@
 Summary: The RPM package management system
 Name: rpm
 Version: %{rpmver}
-Release: 10%{?dist}
+Release: 11%{?dist}
 Group: System Environment/Base
 Url: http://www.rpm.org/
 Source0: http://rpm.org/releases/4.6.x/%{name}-%{srcver}.tar.bz2
@@ -387,6 +391,9 @@
 %doc doc/librpm/html/*
 
 %changelog
+* Fri Feb 27 2009 Panu Matilainen <pmatilai at redhat.com> - 4.6.0-11
+- build rpm itself with md5 file digests for now to ensure upgradability
+
 * Thu Feb 26 2009 Panu Matilainen <pmatilai at redhat.com> - 4.6.0-10
 - handle NULL passed as EVR in rpmdsSingle() again (#485616)
 




More information about the scm-commits mailing list