Update network-manager to 1.10.0. Full changelog can be found here.
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R2155:a50b2771f754: Update network-manager to 1.10.0
Connected to different networks via LAN/WiFi, connected to VPNs, reconnected after standby... working fine.
However such a critical component should be tested more thoroughly.
Diff Detail
- Repository
- R2155 network-manager
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Also curious of the inclusion of xz-32bit and glib2-32bit
Are they needed for building (I know some of the core doesn't do dependencies which would hurt the 32bit parts not in the solbuild image), but naturally we don't want to enable the -devels
| package.yml | ||
|---|---|---|
| 21 | Should be able to remove: (a 32bit devel will always depend on 64bit devel) pkgconfig(libndp) | |
/usr/bin/ld: warning: liblzma.so.5, needed by /usr/lib32/libsystemd.so.0, not found (try using -rpath or -rpath-link)
But I changed it to pkgconfig32(liblzma), missed that somehow.
It was successfully building without glib2 now, I don't remember the reason for including it anymore.
@der_eismann please fix your git config
Author: Your Name <you@example.com>
Date: Mon Nov 13 23:33:29 2017 +1100
Any more commits like this won't be accepted
Was fixed already in this commit:
Maybe I (or we) can create a script to setup a solbuild-environment, forgot it after the 4th time.
Packager info != git info. You need to make sure your git config is well, configured.
@der_eismann We still know who submitted it from the username and packager info so that's what really matters. To this day I sometimes screw up after my streamed packaging sessions where I'd forget to change my packager file back to normal :D