[Group.of.nepali.translators] [Bug 1634236] Re: [SRU] Dependency on snap-confine too weak

2016-11-17 Thread Michael Vogt
** Changed in: snapd (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1634236

Title:
  [SRU] Dependency on snap-confine too weak

Status in snapd package in Ubuntu:
  Fix Released
Status in snapd source package in Xenial:
  Fix Released
Status in snapd source package in Yakkety:
  Fix Released

Bug description:
  Trivial SRU of snapd that adds a missing versioned dependency for
  snap-confine to snapd.

  It turns out there is a regression because of this if:
  - you use an armhf architecture
  - snapd 2.16
  - snap-confine < 1.0.43

  The reason is that with snapd 2.16 we use the "snap run" to start 
applications. This is a command written in go. On armhf the auxv vector content 
is critical for successfully running go commands.
  But apparmor cleans that by default because it might be dangerous.
  On snap-confine 1.0.43 we added an apparmor rule to relax this.

  TEST CASE:
  - install snapd 2.16 on an armhf/classic system (e.g. pi2)
  - make sure you have snap-confine from xenial (not from xenial-updates): 
1.0.38
  - snap install hello
  - run "hello" and verify it does not run
  - install snap-confine from xenial-updates (1.0.43)
  - verify that "hello" does run now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1634236/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1634236] Re: [SRU] Dependency on snap-confine too weak

2016-10-27 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.16+16.10ubuntu1.2

---
snapd (2.16+16.10ubuntu1.2) yakkety; urgency=medium

  * debian/control:
 - also add a dependency to "snap-confine" to unbreak armhf
   (LP: #1634236)

 -- Michael Vogt   Tue, 18 Oct 2016 20:29:56
+0200

** Changed in: snapd (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1634236

Title:
  [SRU] Dependency on snap-confine too weak

Status in snapd package in Ubuntu:
  Confirmed
Status in snapd source package in Xenial:
  Fix Released
Status in snapd source package in Yakkety:
  Fix Released

Bug description:
  Trivial SRU of snapd that adds a missing versioned dependency for
  snap-confine to snapd.

  It turns out there is a regression because of this if:
  - you use an armhf architecture
  - snapd 2.16
  - snap-confine < 1.0.43

  The reason is that with snapd 2.16 we use the "snap run" to start 
applications. This is a command written in go. On armhf the auxv vector content 
is critical for successfully running go commands.
  But apparmor cleans that by default because it might be dangerous.
  On snap-confine 1.0.43 we added an apparmor rule to relax this.

  TEST CASE:
  - install snapd 2.16 on an armhf/classic system (e.g. pi2)
  - make sure you have snap-confine from xenial (not from xenial-updates): 
1.0.38
  - snap install hello
  - run "hello" and verify it does not run
  - install snap-confine from xenial-updates (1.0.43)
  - verify that "hello" does run now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1634236/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp


[Group.of.nepali.translators] [Bug 1634236] Re: [SRU] Dependency on snap-confine too weak

2016-10-21 Thread Launchpad Bug Tracker
This bug was fixed in the package snapd - 2.16ubuntu3

---
snapd (2.16ubuntu3) xenial; urgency=medium

  * debian/control:
- also add a dependency to "snap-confine" to unbreak armhf
  (LP: #1634236)

snapd (2.16ubuntu2) xenial; urgency=medium

  * fix FTBFS on powerpc by ensuring that share/ is available
in the source tree

snapd (2.16ubuntu1) xenial; urgency=medium

  * debian/control:
- fix version dependency of ubuntu-core-launcher to unbreak armhf
  (LP: #1634236)

 -- Michael Vogt   Tue, 18 Oct 2016 20:27:50
+0200

** Changed in: snapd (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1634236

Title:
  [SRU] Dependency on snap-confine too weak

Status in snapd package in Ubuntu:
  Confirmed
Status in snapd source package in Xenial:
  Fix Released
Status in snapd source package in Yakkety:
  Fix Committed

Bug description:
  Trivial SRU of snapd that adds a missing versioned dependency for
  snap-confine to snapd.

  It turns out there is a regression because of this if:
  - you use an armhf architecture
  - snapd 2.16
  - snap-confine < 1.0.43

  The reason is that with snapd 2.16 we use the "snap run" to start 
applications. This is a command written in go. On armhf the auxv vector content 
is critical for successfully running go commands.
  But apparmor cleans that by default because it might be dangerous.
  On snap-confine 1.0.43 we added an apparmor rule to relax this.

  TEST CASE:
  - install snapd 2.16 on an armhf/classic system (e.g. pi2)
  - make sure you have snap-confine from xenial (not from xenial-updates): 
1.0.38
  - snap install hello
  - run "hello" and verify it does not run
  - install snap-confine from xenial-updates (1.0.43)
  - verify that "hello" does run now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1634236/+subscriptions

___
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp