[arch-commits] Commit in systemd/trunk (PKGBUILD)

Dave Reisner dreisner at archlinux.org
Wed Jun 10 17:23:48 UTC 2020


    Date: Wednesday, June 10, 2020 @ 17:23:47
  Author: dreisner
Revision: 388755

Remove revert that "fixed" FS#66908

This was never the right thing to do. Cyclic dependencies existed because users
decided to hand roll their own automount units with incorrect dependencies
rather than relying on the fstab generator. Upstream changes simply exposed
these always-wrong units as being wrong (albeit not in the best of ways).
Upstream will *not* be reverting anything in the short or long term here,
so neither should Arch. What upstream *is* doing is clarifying the documentation
about automounts[0] to try to discouarge this in the future.

I'm removing this revert to make sure that the next systemd build does not
include this.

[0] https://github.com/systemd/systemd/pull/16114

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 17:20:55 UTC (rev 388754)
+++ PKGBUILD	2020-06-10 17:23:47 UTC (rev 388755)
@@ -88,8 +88,6 @@
 )
 
 _reverts=(
-  # introduces ordering cycle - FS#66908
-  'e1c091b6d4c55de5c5356e8ca5564dba6769b49f'
 )
 
 prepare() {



More information about the arch-commits mailing list