Author: glen Date: Fri Apr 25 13:49:36 2008 GMT Module: SPECS Tag: rpm-4_4_9 ---- Log message: - disable user(foo), group(foo) namespace probes fixes unwanted trigger fires (i.e mailman pkg uninstall); rel 66.1
---- Files affected: SPECS: rpm.spec (1.837.2.64 -> 1.837.2.65) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.837.2.64 SPECS/rpm.spec:1.837.2.65 --- SPECS/rpm.spec:1.837.2.64 Wed Apr 23 20:08:18 2008 +++ SPECS/rpm.spec Fri Apr 25 15:49:31 2008 @@ -36,7 +36,7 @@ Summary(uk.UTF-8): ĐĐľĐ˝ĐľĐ´ĐśĐľŃ ĐżĐ°ĐşĐľŃŃв вŃĐ´ RPM Name: rpm Version: 4.4.9 -Release: 64.1 +Release: 66.1 License: LGPL Group: Base Source0: http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz @@ -131,6 +131,7 @@ Patch70: %{name}-lualeak.patch #Patch71: %{name}-rpm5-patchset-10061.patch Patch72: %{name}-rpm5-patchset-7657.patch +Patch73: %{name}-namespace-probe.patch URL: http://rpm5.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1.4 @@ -280,6 +281,7 @@ Group: Libraries Requires: beecrypt >= %{beecrypt_ver} Requires: db >= %{reqdb_ver} +Requires: zlib >= 1.2.3 %{?with_selinux:Requires: libselinux >= 1.18} %{?with_system_libmagic:Requires: libmagic >= 1.15-2} Requires: popt >= %{reqpopt_ver} @@ -713,6 +715,7 @@ %patch70 -p1 #%patch71 -p0 %patch72 -p0 +%patch73 -p1 mv -f scripts/{perl.req,perl.req.in} mv -f scripts/{perl.prov,perl.prov.in} @@ -1295,6 +1298,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.837.2.65 2008-04-25 13:49:31 glen +- disable user(foo), group(foo) namespace probes + fixes unwanted trigger fires (i.e mailman pkg uninstall); rel 66.1 + Revision 1.837.2.64 2008-04-23 18:08:18 glen - release 64.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.64&r2=1.837.2.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
