- systemd.spec: add files.experimental
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1294
This commit is contained in:
40
files.experimental
Normal file
40
files.experimental
Normal file
@@ -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
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 12 14:41:48 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd.spec: add files.experimental
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 8 16:39:07 UTC 2022 - Franck Bui <fbui@suse.com>
|
Fri Jul 8 16:39:07 UTC 2022 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
33
systemd.spec
33
systemd.spec
@@ -178,6 +178,7 @@ Source203: files.network
|
|||||||
Source204: files.devel
|
Source204: files.devel
|
||||||
Source205: files.sysvcompat
|
Source205: files.sysvcompat
|
||||||
Source206: files.uefi-boot
|
Source206: files.uefi-boot
|
||||||
|
Source207: files.experimental
|
||||||
|
|
||||||
#
|
#
|
||||||
# All changes backported from upstream are tracked by the git repository, which
|
# All changes backported from upstream are tracked by the git repository, which
|
||||||
@@ -1409,37 +1410,7 @@ fi
|
|||||||
%if %{with experimental}
|
%if %{with experimental}
|
||||||
%files experimental
|
%files experimental
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/systemd-repart
|
%include %{SOURCE207}
|
||||||
%{_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*
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user