Skip installation of new ostree-finalize-staged.path unit, which should be in ostree-boot when added (see #824650)
This commit is contained in:
parent
30f2a31540
commit
b7fb58abd6
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue