Hello Steve, or anyone else affected,

Accepted software-center into quantal-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/software-
center/5.4.1.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: software-center (Ubuntu Quantal)
       Status: In Progress => Fix Committed

** Tags removed: verification-done

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-center in Ubuntu.
https://bugs.launchpad.net/bugs/1095823

Title:
  Incorrect path for oem descriptor

Status in OEM Priority Project:
  New
Status in OEM Priority Project precise series:
  New
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “software-center” source package in Precise:
  Fix Committed
Status in “software-center” source package in Quantal:
  Fix Committed

Bug description:
  Recent versions of SW Center include the Distribution Channel
  Descriptor in the user agent string passed to the server. This feature
  was introduced for bug 1042749. However the original implementation
  used an incorrect path and the DCD information will never be passed to
  SW Center. The DCD is referred to as the oem channel descriptor in SW
  Center. The spec for the DCD is here:
  https://wiki.ubuntu.com/FoundationsTeam/Specs/OemTrackingId

  = Test Case =

  grep OEM_CHANNEL /usr/share/software-center/softwarecenter/paths.py

  The affected file is /usr/share/software-
  center/softwarecenter/paths.py

  Incorrect:
  # OEM
  OEM_CHANNEL_DESCRIPTOR = "/var/lib/ubuntu-dist-channel"

  Correct (change hyphens to underscores):
  # OEM
  OEM_CHANNEL_DESCRIPTOR = "/var/lib/ubuntu_dist_channel"

  The problem was introduced in this branch:
  
https://code.launchpad.net/~mvo/software-center/oem-descriptor-in-user-agent-5.2

  Note that the tests in that branch use the correct path, but the path
  in OEM_CHANNEL_DESCRIPTOR is incorrect.

  The following versions of sw center contain the bug:
  precise: 5.2.7
  quantal: 5.4.1.2

  I believe the bug is in raring too. Please SRU a fix to precise and
  quantal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1095823/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to