Skip installation of new ostree-finalize-staged.path unit, which should be in ostree-boot when added (see #824650)

This commit is contained in:
Simon McVittie 2018-10-30 13:50:20 +00:00
parent 30f2a31540
commit b7fb58abd6
3 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ ostree (2018.9.1-1) UNRELEASED; urgency=medium
* d/tests/build: Mark as superficial (see #904979)
* New upstream release
* Skip installation of new ostree-finalize-staged.path unit, which
should be in ostree-boot when added (see #824650)
-- Simon McVittie <smcv@debian.org> Wed, 17 Oct 2018 08:34:52 +0100

View File

@ -1,6 +1,7 @@
etc/dracut.conf.d/ostree.conf
etc/grub.d/15_ostree
lib/systemd/system-generators/ostree-system-generator
lib/systemd/system/ostree-finalize-staged.path
lib/systemd/system/ostree-finalize-staged.service
lib/systemd/system/ostree-prepare-root.service
lib/systemd/system/ostree-remount.service

1
debian/rules vendored
View File

@ -74,6 +74,7 @@ override_dh_install:
rm -f debian/tmp/etc/dracut.conf.d/ostree.conf
rm -f debian/tmp/etc/grub.d/15_ostree
rm -f debian/tmp/lib/systemd/system-generators/ostree-system-generator
rm -f debian/tmp/lib/systemd/system/ostree-finalize-staged.path
rm -f debian/tmp/lib/systemd/system/ostree-finalize-staged.service
rm -f debian/tmp/lib/systemd/system/ostree-prepare-root.service
rm -f debian/tmp/lib/systemd/system/ostree-remount.service