Accepting request 1121115 from Base:System
- Fix typo in /etc/systemd/user.confd.d (bsc#1216676) OBS-URL: https://build.opensuse.org/request/show/1121115 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=406
This commit is contained in:
commit
4d7d223955
@ -35,7 +35,7 @@
|
|||||||
%dir %{_sysconfdir}/systemd/system
|
%dir %{_sysconfdir}/systemd/system
|
||||||
%dir %{_sysconfdir}/systemd/system.conf.d
|
%dir %{_sysconfdir}/systemd/system.conf.d
|
||||||
%dir %{_sysconfdir}/systemd/user
|
%dir %{_sysconfdir}/systemd/user
|
||||||
%dir %{_sysconfdir}/systemd/user.confd.d
|
%dir %{_sysconfdir}/systemd/user.conf.d
|
||||||
%dir %{_sysconfdir}/tmpfiles.d
|
%dir %{_sysconfdir}/tmpfiles.d
|
||||||
%dir %{_sysconfdir}/xdg/systemd
|
%dir %{_sysconfdir}/xdg/systemd
|
||||||
%dir %{_sysctldir}
|
%dir %{_sysctldir}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 30 09:11:16 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Fix typo in /etc/systemd/user.confd.d (bsc#1216676)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 24 14:15:25 UTC 2023 - Franck Bui <fbui@suse.com>
|
Tue Oct 24 14:15:25 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
|
||||||
%define min_kernel_version 4.5
|
|
||||||
%define archive_version +suse.10.gb53f364c26
|
%define archive_version +suse.10.gb53f364c26
|
||||||
|
|
||||||
%define _testsuitedir %{_systemd_util_dir}/tests
|
%define _testsuitedir %{_systemd_util_dir}/tests
|
||||||
@ -923,7 +922,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/systemd/resolved.conf.d
|
|||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/sleep.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/sleep.conf.d
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/system.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/system.conf.d
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/timesyncd.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/timesyncd.conf.d
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/user.confd.d
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/user.conf.d
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/udev/iocost.conf.d
|
mkdir -p %{buildroot}%{_sysconfdir}/udev/iocost.conf.d
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/systemd/network
|
mkdir -p %{buildroot}%{_sysconfdir}/systemd/network
|
||||||
|
Loading…
Reference in New Issue
Block a user