Import patches-unapplied version 2.403 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 9fff6129dd

New changelog entries:
  * Follow up on recent changes from the new network-manager packages and add
    the nm-openvpn user to touch. This should essentially fix the image build
    failures.
impish 2.403
Łukasz 'sil2100' Zemczak 9 years ago committed by usd-importer
parent 9fff6129dd
commit 4f2c87a4f1

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.403) xenial; urgency=medium
* Follow up on recent changes from the new network-manager packages and add
the nm-openvpn user to touch. This should essentially fix the image build
failures.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Mon, 18 Apr 2016 12:27:04 +0200
livecd-rootfs (2.402) xenial; urgency=medium livecd-rootfs (2.402) xenial; urgency=medium
* Update the passwd, shadow, group and gshadow bootstrap hashes for touch. * Update the passwd, shadow, group and gshadow bootstrap hashes for touch.

@ -52,6 +52,7 @@ systemd-timesync:x:111:113:systemd Time Synchronization,,,:/run/systemd:/bin/fal
systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false systemd-network:x:112:117:systemd Network Management,,,:/run/systemd/netif:/bin/false
systemd-resolve:x:113:118:systemd Resolver,,,:/run/systemd/resolve:/bin/false systemd-resolve:x:113:118:systemd Resolver,,,:/run/systemd/resolve:/bin/false
systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false systemd-bus-proxy:x:114:119:systemd Bus Proxy,,,:/run/systemd:/bin/false
nm-openvpn:x:115:120:NetworkManager OpenVPN,,,:/var/lib/openvpn/chroot:/bin/false
EOF EOF
else else
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2 echo "/etc/passwd post-debootstrap hash doesn't match record" >&2
@ -99,6 +100,7 @@ systemd-timesync:*:16372:0:99999:7:::
systemd-network:*:16372:0:99999:7::: systemd-network:*:16372:0:99999:7:::
systemd-resolve:*:16372:0:99999:7::: systemd-resolve:*:16372:0:99999:7:::
systemd-bus-proxy:*:16372:0:99999:7::: systemd-bus-proxy:*:16372:0:99999:7:::
nm-openvpn:*:16909:0:99999:7:::
EOF EOF
else else
echo "/etc/shadow post-debootstrap hash doesn't match record" >&2 echo "/etc/shadow post-debootstrap hash doesn't match record" >&2
@ -183,6 +185,7 @@ systemd-network:x:117:
systemd-resolve:x:118: systemd-resolve:x:118:
systemd-bus-proxy:x:119: systemd-bus-proxy:x:119:
input:x:121: input:x:121:
nm-openvpn:x:120:
EOF EOF
else else
echo "/etc/group post-debootstrap hash doesn't match record" >&2 echo "/etc/group post-debootstrap hash doesn't match record" >&2
@ -267,6 +270,7 @@ systemd-network:!::
systemd-resolve:!:: systemd-resolve:!::
systemd-bus-proxy:!:: systemd-bus-proxy:!::
input:!:: input:!::
nm-openvpn:!::
EOF EOF
else else
echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2 echo "/etc/gshadow post-debootstrap hash doesn't match record" >&2

Loading…
Cancel
Save