From 49cdefb529ffcc9b2c9e68a5fa81bbc976fbd2eed8c7516b602c28cc514ac4d3 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 12 Jul 2022 18:43:33 +0000 Subject: [PATCH] - systemd.spec: add files.experimental OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1294 --- files.experimental | 40 ++++++++++++++++++++++++++++++++++++++++ systemd.changes | 5 +++++ systemd.spec | 33 ++------------------------------- 3 files changed, 47 insertions(+), 31 deletions(-) create mode 100644 files.experimental diff --git a/files.experimental b/files.experimental new file mode 100644 index 0000000..b007b4c --- /dev/null +++ b/files.experimental @@ -0,0 +1,40 @@ +# +# Please keep the list sorted (with `LC_ALL=C sort`). +# +%config(noreplace) %{_sysconfdir}/systemd/homed.conf +%{_bindir}/homectl +%{_bindir}/systemd-repart +%{_bindir}/userdbctl +%{_datadir}/bash-completion/completions/homectl +%{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Home.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Manager.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Image.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Manager.xml +%{_datadir}/dbus-1/system-services/org.freedesktop.home1.service +%{_datadir}/dbus-1/system.d/org.freedesktop.home1.conf +%{_datadir}/polkit-1/actions/org.freedesktop.home1.policy +%{_mandir}/man1/homectl.1.gz +%{_mandir}/man1/userdbctl.1.gz +%{_mandir}/man5/homed.conf.5.gz +%{_mandir}/man5/homed.conf.d.5.gz +%{_mandir}/man5/org.freedesktop.home1.5.gz +%{_mandir}/man5/repart.d.5.gz +%{_mandir}/man8/pam_systemd_home.8.gz +%{_mandir}/man8/systemd-homed.8.gz +%{_mandir}/man8/systemd-homed.service.8.gz +%{_mandir}/man8/systemd-repart.8.gz +%{_mandir}/man8/systemd-repart.service.8.gz +%{_mandir}/man8/systemd-userdbd.8.gz +%{_mandir}/man8/systemd-userdbd.service.8.gz +%{_pam_moduledir}/pam_systemd_home.so +%{_systemd_util_dir}/system/initrd-root-fs.target.wants/systemd-repart.service +%{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service +%{_systemd_util_dir}/systemd-homed +%{_systemd_util_dir}/systemd-homework +%{_systemd_util_dir}/systemd-userdbd +%{_systemd_util_dir}/systemd-userwork +%{_unitdir}/systemd-homed-activate.service +%{_unitdir}/systemd-homed.service +%{_unitdir}/systemd-repart.service +%{_unitdir}/systemd-userdbd.service +%{_unitdir}/systemd-userdbd.socket diff --git a/systemd.changes b/systemd.changes index 99805b7..22e6f3e 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 12 14:41:48 UTC 2022 - Franck Bui + +- systemd.spec: add files.experimental + ------------------------------------------------------------------- Fri Jul 8 16:39:07 UTC 2022 - Franck Bui diff --git a/systemd.spec b/systemd.spec index c777aec..0510c7e 100644 --- a/systemd.spec +++ b/systemd.spec @@ -178,6 +178,7 @@ Source203: files.network Source204: files.devel Source205: files.sysvcompat Source206: files.uefi-boot +Source207: files.experimental # # All changes backported from upstream are tracked by the git repository, which @@ -1409,37 +1410,7 @@ fi %if %{with experimental} %files experimental %defattr(-,root,root) -%{_bindir}/systemd-repart -%{_unitdir}/systemd-repart.service -%{_mandir}/man*/*repart* -%{_bindir}/userdbctl -%{_prefix}/lib/systemd/systemd-userwork -%{_prefix}/lib/systemd/systemd-userdbd -%{_systemd_util_dir}/system/initrd-root-fs.target.wants/systemd-repart.service -%{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service -%{_unitdir}/systemd-userdbd.service -%{_unitdir}/systemd-userdbd.socket -%{_mandir}/man*/userdbctl* -%{_mandir}/man*/systemd-userdbd* -%config(noreplace) %{_sysconfdir}/systemd/homed.conf -%{_bindir}/homectl -%{_prefix}/lib/systemd/systemd-homed -%{_prefix}/lib/systemd/systemd-homework -%{_unitdir}/systemd-homed.service -%{_unitdir}/systemd-homed-activate.service -%{_pam_moduledir}/pam_systemd_home.so -%{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Home.xml -%{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Manager.xml -%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Image.xml -%{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Manager.xml -%{_datadir}/dbus-1/system-services/org.freedesktop.home1.service -%{_datadir}/dbus-1/system.d/org.freedesktop.home1.conf -%{_datadir}/polkit-1/actions/org.freedesktop.home1.policy -%{_datadir}/bash-completion/completions/homectl -%{_mandir}/man*/*homectl* -%{_mandir}/man*/*homed* -%{_mandir}/man*/org.freedesktop.home1* -%{_mandir}/man*/pam_systemd_home* +%include %{SOURCE207} %endif %changelog