install -D -m 644 lvm.txt $(DESTDIR)/etc/snapper/filters/lvm.txt
install -D -m 644 x11.txt $(DESTDIR)/etc/snapper/filters/x11.txt
- 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.conf $(DESTDIR)/usr/share/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
if ENABLE_SYSTEMD
etc/cron.daily/snapper
etc/cron.hourly/snapper
-etc/dbus-1/system.d/org.opensuse.Snapper.conf
etc/logrotate.d/snapper
usr/bin/snapper
usr/sbin/snapperd
+usr/share/dbus-1/system.d/org.opensuse.Snapper.conf
usr/share/dbus-1/system-services/org.opensuse.Snapper.service
usr/share/locale/*/LC_MESSAGES/snapper.mo
usr/lib/systemd/system/snapperd.service
+-------------------------------------------------------------------
+Thu Apr 08 14:05:19 CEST 2021 - aschnell@suse.com
+
+- move org.opensuse.Snapper.conf from /etc to /usr (bsc#1183398 and
+ gh#openSUSE/snapper#492)
+
-------------------------------------------------------------------
Wed Apr 07 10:24:33 CEST 2021 - aschnell@suse.com
#
# spec file for package snapper
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
%endif
Requires: diffutils
Requires: libsnapper@LIBVERSION_MAJOR@ = %version
+Requires: systemd
%if 0%{?suse_version}
Recommends: logrotate snapper-zypp-plugin
Supplements: btrfsprogs
%endif
%config(noreplace) %{_sysconfdir}/logrotate.d/snapper
%{_unitdir}/snapper*.*
-%config /etc/dbus-1/system.d/org.opensuse.Snapper.conf
+%if 0%{?suse_version} <= 1500
+%dir %{_datadir}/dbus-1/system.d
+%endif
+%{_datadir}/dbus-1/system.d/org.opensuse.Snapper.conf
%{_datadir}/dbus-1/system-services/org.opensuse.Snapper.service
%package -n libsnapper@LIBVERSION_MAJOR@