Albert Strasheim wrote: > Any chance this can be rolled into an update for Fedora 16?
Yes. systemd-37-10.fc16 is in updates-testing: https://admin.fedoraproject.org/updates/FEDORA-2012-0409 > It's probably a bit tricky since journald landed in v38. I guess you > would either have to branch off v37.1 for fixes only, or package v39 > without enabling journald and related changes on F16? You are right that journald makes it a bit tricky. I maintain systemd in F16 using a local git branch I call 'f16'. I use: git format-patch -o $FEDPKG_SYSTEMD_DIR -N v37..f16 to export it as patch files for building the RPM package. I do not publish this 'f16' branch itself (should I?), but you can see the patch files stored in Fedora Git using: fedpkg clone -a systemd cd systemd # note that this is not the 'f16' mentioned above, # it's an entirely different repo: git checkout f16 Or browse: http://pkgs.fedoraproject.org/gitweb/?p=systemd.git;a=tree;h=refs/heads/f16 Regards, Michal _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
