diff options
author | Stefan R <kroko87@hotmail.com> | 2019-02-11 13:07:56 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-03-05 15:56:54 +0000 |
commit | 7f90328d3f882f558e1a22830974308c31fef713 (patch) | |
tree | b04dea3c2ee2d2f68a5f33a39346c4b6faf60101 /testing/snapper/remove-systemd.patch | |
parent | ea7dc18423e0a5abcb98e7fedf1188a0b86a4905 (diff) | |
download | aports-7f90328d3f882f558e1a22830974308c31fef713.tar.bz2 aports-7f90328d3f882f558e1a22830974308c31fef713.tar.xz |
testing/snapper: config and musl fixes
Add dbus as dependency.
Readd dbus config files in remove-systemd.patch.
Fix conjob paths in scripts/Makefile.am.
Install data/sysconfig.snapper to /etc/conf.d/snapper.
Disable ext4 support, because it is experimental and not support with standard kernel and tools.
Fix regex (because the '?' operator isn't supported).
Fix strptime in snapper/AppUtil.cc, because musl doesn't support '%F'.
Diffstat (limited to 'testing/snapper/remove-systemd.patch')
-rw-r--r-- | testing/snapper/remove-systemd.patch | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/testing/snapper/remove-systemd.patch b/testing/snapper/remove-systemd.patch index 5f39a3a254..8f84cba64f 100644 --- a/testing/snapper/remove-systemd.patch +++ b/testing/snapper/remove-systemd.patch @@ -1,14 +1,9 @@ -diff --git a/data/Makefile.am b/data/Makefile.am -index e2036ba..0af20ff 100644 ---- a/data/Makefile.am +--- a/data/Makefile.am.orig +++ b/data/Makefile.am -@@ -18,16 +18,6 @@ install-data-local: - install -D -m 644 lvm.txt $(DESTDIR)/etc/snapper/filters/lvm.txt - install -D -m 644 x11.txt $(DESTDIR)/etc/snapper/filters/x11.txt +@@ -21,13 +21,6 @@ + install -D -m 644 org.opensuse.Snapper.conf $(DESTDIR)/etc/dbus-1/system.d/org.opensuse.Snapper.conf + install -D -m 644 org.opensuse.Snapper.service $(DESTDIR)/usr/share/dbus-1/system-services/org.opensuse.Snapper.service -- install -D -m 644 org.opensuse.Snapper.conf $(DESTDIR)/etc/dbus-1/system.d/org.opensuse.Snapper.conf -- install -D -m 644 org.opensuse.Snapper.service $(DESTDIR)/usr/share/dbus-1/system-services/org.opensuse.Snapper.service -- - install -D -m 644 timeline.service $(DESTDIR)/usr/lib/systemd/system/snapper-timeline.service - install -D -m 644 timeline.timer $(DESTDIR)/usr/lib/systemd/system/snapper-timeline.timer - install -D -m 644 cleanup.service $(DESTDIR)/usr/lib/systemd/system/snapper-cleanup.service |