%description
This package provides some utils for session control in multi-user environment.
+%package -n glib-warning-crash-enable
+Summary: glib debugging configuration files.
+BuildArch: noarch
+
+%description -n glib-warning-crash-enable
+This package provices the configuration file that enable glib debugging.
+
%prep
%setup -q
install -m 644 units/container_postprocess.service %{buildroot}%{_userunitdir}/
#ln -sf ../container_postprocess.service %{buildroot}%{_userunitdir}/basic.target.wants/container_postprocess.service
+mkdir -p %{buildroot}/etc/systemd/user.conf.d
+mkdir -p %{buildroot}/etc/systemd/system.conf.d
+install -m 644 units/01-glib_warning_crash_enable.conf %{buildroot}/etc/systemd/user.conf.d/
+install -m 644 units/01-glib_warning_crash_enable.conf %{buildroot}/etc/systemd/system.conf.d/
+
%files
%license LICENSE.Apache-2.0
%manifest session-utils.manifest
echo "root#) setcap cap_sys_admin,cap_mac_admin,cap_dac_override,cap_setgid=ei /usr/bin/systemd-user-helper"
echo "--------------------------------------------------------------------------------------------"
echo ""
+
+%files -n glib-warning-crash-enable
+%license LICENSE.Apache-2.0
+%manifest session-utils.manifest
+/etc/systemd/user.conf.d/01-glib_warning_crash_enable.conf
+/etc/systemd/system.conf.d/01-glib_warning_crash_enable.conf