Hello community, here is the log from the commit of package zmd checked in at Sun May 7 16:50:51 CEST 2006. -------- --- zmd/zmd.changes 2006-05-03 07:36:23.000000000 +0200 +++ STABLE/zmd/zmd.changes 2006-05-03 18:58:24.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 3 18:51:39 CEST 2006 - maw@suse.de + +- Add a patch (ostargets.patch) which fixes catalog detection + on ppc, ia64, and s390x. Fixes #172354. + +------------------------------------------------------------------- New: ---- ostargets.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zmd.spec ++++++ --- /var/tmp/diff_new_pack.qW1Zg7/_old 2006-05-07 16:50:32.000000000 +0200 +++ /var/tmp/diff_new_pack.qW1Zg7/_new 2006-05-07 16:50:32.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: dbus-1-mono log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser rpm-devel sqlite-devel URL: http://www.novell.com Version: 7.1.1.0 -Release: 33 +Release: 36 License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 @@ -22,6 +22,7 @@ Patch1: verified-certs.patch Patch2: dont-run-transaction-test.patch Patch3: zmd-networkmanager-reconnect.diff +Patch4: ostargets.patch Summary: Novell ZENworks Linux Management daemon Group: System/Daemons Autoreqprov: on @@ -68,6 +69,7 @@ %patch1 %patch2 %patch3 +%patch4 %build libtoolize -f @@ -156,6 +158,9 @@ %changelog -n zmd * Wed May 03 2006 - maw@suse.de +- Add a patch (ostargets.patch) which fixes catalog detection + on ppc, ia64, and s390x. Fixes #172354. +* Wed May 03 2006 - maw@suse.de - New source drop (r27768) which: - Runs update-status after we call parse-metadata for zypp services. (#170152) ++++++ ostargets.patch ++++++ Index: src/ostargets.xml =================================================================== --- src/ostargets.xml (revision 27819) +++ src/ostargets.xml (working copy) @@ -423,7 +423,7 @@ <pkgmgr>rpm</pkgmgr> <primary_role>Server</primary_role> <detect> - <file source="/etc/SuSE-release" substring="SUSE LINUX Enterprise Server 9.90"/> + <file source="/etc/SuSE-release" substring="SUSE LINUX Enterprise Server 10"/> </detect> <products/> </ostarget> @@ -436,7 +436,7 @@ <pkgmgr>rpm</pkgmgr> <primary_role>Server</primary_role> <detect> - <file source="/etc/SuSE-release" substring="SUSE Linux Enterprise Server 9.90"/> + <file source="/etc/SuSE-release" substring="SUSE Linux Enterprise Server 10"/> </detect> <products/> </ostarget> @@ -449,7 +449,7 @@ <pkgmgr>rpm</pkgmgr> <primary_role>Server</primary_role> <detect> - <file source="/etc/SuSE-release" substring="SUSE Linux Enterprise Server 9.90"/> + <file source="/etc/SuSE-release" substring="SUSE Linux Enterprise Server 10"/> </detect> <products/> </ostarget> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de