diff --git a/PackageKit.changes b/PackageKit.changes index 5ffea6e..0aed017 100644 --- a/PackageKit.changes +++ b/PackageKit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 29 17:38:51 UTC 2013 - dimstar@opensuse.org + +- Set BUILD_CNF to 0: in openSUSE, we use the sep. + command-not-found package for the same purpose. The existing + handler anyway never worked, as it checked for the presence of + /usr/libexec/packagekitd, which is not a valid openSUSE location. + ------------------------------------------------------------------- Thu Sep 26 16:50:37 UTC 2013 - dimstar@opensuse.org diff --git a/PackageKit.spec b/PackageKit.spec index b262837..6fbaf7c 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -17,7 +17,7 @@ # $ pkcon search file /usr/bin/anjuta -%define BUILD_CNF 1 +%define BUILD_CNF 0 %define with_offline_updates 0 Name: PackageKit