Mailinglist Archive: opensuse-commit (561 mails)

< Previous Next >
commit PackageKit for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 28 Jun 2010 11:30:35 +0200
  • Message-id: <20100628093035.9537C20246@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory
checked in at Mon Jun 28 11:30:35 CEST 2010.



--------
--- PackageKit/PackageKit.changes 2010-05-04 17:19:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes 2010-06-22
01:03:20.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 18 18:34:14 UTC 2010 - sreeves@xxxxxxxxxx
+
+- Add PackageKit-bnc609409.patch.
+ Failure getting dependencies for upates.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
PackageKit-bnc609409.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.8NhUqF/_old 2010-06-28 11:29:02.000000000 +0200
+++ /var/tmp/diff_new_pack.8NhUqF/_new 2010-06-28 11:29:02.000000000 +0200
@@ -31,7 +31,7 @@

Name: PackageKit
Version: 0.6.3
-Release: 4
+Release: 5
License: GPLv2+
BuildRequires: NetworkManager-devel
BuildRequires: dbus-1-glib-devel
@@ -72,6 +72,8 @@
Patch8: 0002-zypp-attempt-to-improve-backend_find_packages.patch
# PATCH-FIX-UPSTREAM
0003-zypp-let-libzypp-determine-whether-a-patch-is-needed.patch bnc#577118
ma@xxxxxxx -- Let libzypp determine whether a patch is needed.
Patch9: 0003-zypp-let-libzypp-determine-whether-a-patch-is-needed.patch
+# PATCH-FEATURE-OPENSUSE PackageKit-bnc609409.patch sreeves@xxxxxxx -- Dont
check for dependencies on patch updates
+Patch10: PackageKit-bnc609409.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %{name}-branding
Requires: %{name}-lang = %{version}
@@ -259,6 +261,7 @@
%patch7 -p1
%patch8 -p1
%patch9 -p1
+%patch10 -p1

%build
%configure \

++++++ PackageKit-bnc609409.patch ++++++
Index: PackageKit-0.6.3/lib/packagekit-glib2/pk-task.c
===================================================================
--- PackageKit-0.6.3.orig/lib/packagekit-glib2/pk-task.c
+++ PackageKit-0.6.3/lib/packagekit-glib2/pk-task.c
@@ -892,9 +892,11 @@ pk_task_update_packages_async (PkTask *t
g_ptr_array_add (task->priv->array, state);

/* start trusted install async */
+ /* We are patch based for updates so don't try and get dependencies
if (task->priv->simulate && klass->simulate_question != NULL)
pk_task_do_async_simulate_action (state);
else
+ */
pk_task_do_async_action (state);

g_object_unref (res);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages