Accepting request 781205 from Base:System
OBS-URL: https://build.opensuse.org/request/show/781205 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=305
This commit is contained in:
parent
fbe3de5990
commit
4c170d51ec
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 17:24:35 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- move html documentation to sparate package to save space
|
||||||
|
- move networkd and resolved binaries into correct subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 6 14:15:01 UTC 2020 - Franck Bui <fbui@suse.com>
|
Thu Feb 6 14:15:01 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -178,6 +178,19 @@ maintains mount and automount points and implements an elaborate
|
|||||||
transactional dependency-based service control logic. It can work as a
|
transactional dependency-based service control logic. It can work as a
|
||||||
drop-in replacement for sysvinit.
|
drop-in replacement for sysvinit.
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
|
%package doc
|
||||||
|
Summary: HTML documentation for systemd
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Documentation/Other
|
||||||
|
Supplements: (systemd and patterns-base-documentation)
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
The HTML documenation for systemd
|
||||||
|
|
||||||
|
# /bootstrap
|
||||||
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for systemd
|
Summary: Development headers for systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -1076,6 +1089,16 @@ fi
|
|||||||
%exclude %{_unitdir}/systemd-importd.service
|
%exclude %{_unitdir}/systemd-importd.service
|
||||||
%exclude %{_unitdir}/dbus-org.freedesktop.import1.service
|
%exclude %{_unitdir}/dbus-org.freedesktop.import1.service
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with networkd}
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-network-generator
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-networkd
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-networkd-wait-online
|
||||||
|
%exclude %{_unitdir}/systemd-networkd.service
|
||||||
|
%exclude %{_unitdir}/systemd-networkd.socket
|
||||||
|
%exclude %{_unitdir}/systemd-networkd-wait-online.service
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-resolved
|
||||||
|
%exclude %{_unitdir}/systemd-resolved.service
|
||||||
|
%endif
|
||||||
%if %{with portabled}
|
%if %{with portabled}
|
||||||
%exclude %{_prefix}/lib/systemd/systemd-portabled
|
%exclude %{_prefix}/lib/systemd/systemd-portabled
|
||||||
%exclude %{_prefix}/lib/systemd/portable
|
%exclude %{_prefix}/lib/systemd/portable
|
||||||
@ -1249,7 +1272,9 @@ fi
|
|||||||
%exclude %{_mandir}/man*/systemd-portabled*
|
%exclude %{_mandir}/man*/systemd-portabled*
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_docdir}/systemd
|
%{_docdir}/systemd
|
||||||
|
%exclude %{_docdir}/systemd/html
|
||||||
|
|
||||||
%{_udevrulesdir}/70-uaccess.rules
|
%{_udevrulesdir}/70-uaccess.rules
|
||||||
%{_udevrulesdir}/71-seat.rules
|
%{_udevrulesdir}/71-seat.rules
|
||||||
@ -1274,6 +1299,15 @@ fi
|
|||||||
%{_datadir}/zsh/site-functions/*
|
%{_datadir}/zsh/site-functions/*
|
||||||
%{_datadir}/pkgconfig/systemd.pc
|
%{_datadir}/pkgconfig/systemd.pc
|
||||||
|
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%dir %{_docdir}/systemd
|
||||||
|
%{_docdir}/systemd/html
|
||||||
|
|
||||||
|
# /bootstrap
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libsystemd.so
|
%{_libdir}/libsystemd.so
|
||||||
@ -1500,6 +1534,14 @@ fi
|
|||||||
%{_datadir}/polkit-1/rules.d/60-systemd-networkd.rules
|
%{_datadir}/polkit-1/rules.d/60-systemd-networkd.rules
|
||||||
%{_prefix}/lib/systemd/network/*.network
|
%{_prefix}/lib/systemd/network/*.network
|
||||||
%{_prefix}/lib/systemd/network/*.network.example
|
%{_prefix}/lib/systemd/network/*.network.example
|
||||||
|
%{_prefix}/lib/systemd/systemd-network-generator
|
||||||
|
%{_prefix}/lib/systemd/systemd-networkd
|
||||||
|
%{_prefix}/lib/systemd/systemd-networkd-wait-online
|
||||||
|
%{_unitdir}/systemd-networkd.service
|
||||||
|
%{_unitdir}/systemd-networkd.socket
|
||||||
|
%{_unitdir}/systemd-networkd-wait-online.service
|
||||||
|
%{_prefix}/lib/systemd/systemd-resolved
|
||||||
|
%{_unitdir}/systemd-resolved.service
|
||||||
%endif
|
%endif
|
||||||
%if %{with resolved}
|
%if %{with resolved}
|
||||||
%{_bindir}/resolvectl
|
%{_bindir}/resolvectl
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 17:24:35 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
- move html documentation to sparate package to save space
|
||||||
|
- move networkd and resolved binaries into correct subpackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 6 14:15:01 UTC 2020 - Franck Bui <fbui@suse.com>
|
Thu Feb 6 14:15:01 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
42
systemd.spec
42
systemd.spec
@ -176,6 +176,19 @@ maintains mount and automount points and implements an elaborate
|
|||||||
transactional dependency-based service control logic. It can work as a
|
transactional dependency-based service control logic. It can work as a
|
||||||
drop-in replacement for sysvinit.
|
drop-in replacement for sysvinit.
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
|
%package doc
|
||||||
|
Summary: HTML documentation for systemd
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
|
Group: Documentation/Other
|
||||||
|
Supplements: (systemd and patterns-base-documentation)
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
The HTML documenation for systemd
|
||||||
|
|
||||||
|
# /bootstrap
|
||||||
|
%endif
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for systemd
|
Summary: Development headers for systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -1074,6 +1087,16 @@ fi
|
|||||||
%exclude %{_unitdir}/systemd-importd.service
|
%exclude %{_unitdir}/systemd-importd.service
|
||||||
%exclude %{_unitdir}/dbus-org.freedesktop.import1.service
|
%exclude %{_unitdir}/dbus-org.freedesktop.import1.service
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with networkd}
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-network-generator
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-networkd
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-networkd-wait-online
|
||||||
|
%exclude %{_unitdir}/systemd-networkd.service
|
||||||
|
%exclude %{_unitdir}/systemd-networkd.socket
|
||||||
|
%exclude %{_unitdir}/systemd-networkd-wait-online.service
|
||||||
|
%exclude %{_prefix}/lib/systemd/systemd-resolved
|
||||||
|
%exclude %{_unitdir}/systemd-resolved.service
|
||||||
|
%endif
|
||||||
%if %{with portabled}
|
%if %{with portabled}
|
||||||
%exclude %{_prefix}/lib/systemd/systemd-portabled
|
%exclude %{_prefix}/lib/systemd/systemd-portabled
|
||||||
%exclude %{_prefix}/lib/systemd/portable
|
%exclude %{_prefix}/lib/systemd/portable
|
||||||
@ -1247,7 +1270,9 @@ fi
|
|||||||
%exclude %{_mandir}/man*/systemd-portabled*
|
%exclude %{_mandir}/man*/systemd-portabled*
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_docdir}/systemd
|
%{_docdir}/systemd
|
||||||
|
%exclude %{_docdir}/systemd/html
|
||||||
|
|
||||||
%{_udevrulesdir}/70-uaccess.rules
|
%{_udevrulesdir}/70-uaccess.rules
|
||||||
%{_udevrulesdir}/71-seat.rules
|
%{_udevrulesdir}/71-seat.rules
|
||||||
@ -1272,6 +1297,15 @@ fi
|
|||||||
%{_datadir}/zsh/site-functions/*
|
%{_datadir}/zsh/site-functions/*
|
||||||
%{_datadir}/pkgconfig/systemd.pc
|
%{_datadir}/pkgconfig/systemd.pc
|
||||||
|
|
||||||
|
%if ! 0%{?bootstrap}
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%dir %{_docdir}/systemd
|
||||||
|
%{_docdir}/systemd/html
|
||||||
|
|
||||||
|
# /bootstrap
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libsystemd.so
|
%{_libdir}/libsystemd.so
|
||||||
@ -1498,6 +1532,14 @@ fi
|
|||||||
%{_datadir}/polkit-1/rules.d/60-systemd-networkd.rules
|
%{_datadir}/polkit-1/rules.d/60-systemd-networkd.rules
|
||||||
%{_prefix}/lib/systemd/network/*.network
|
%{_prefix}/lib/systemd/network/*.network
|
||||||
%{_prefix}/lib/systemd/network/*.network.example
|
%{_prefix}/lib/systemd/network/*.network.example
|
||||||
|
%{_prefix}/lib/systemd/systemd-network-generator
|
||||||
|
%{_prefix}/lib/systemd/systemd-networkd
|
||||||
|
%{_prefix}/lib/systemd/systemd-networkd-wait-online
|
||||||
|
%{_unitdir}/systemd-networkd.service
|
||||||
|
%{_unitdir}/systemd-networkd.socket
|
||||||
|
%{_unitdir}/systemd-networkd-wait-online.service
|
||||||
|
%{_prefix}/lib/systemd/systemd-resolved
|
||||||
|
%{_unitdir}/systemd-resolved.service
|
||||||
%endif
|
%endif
|
||||||
%if %{with resolved}
|
%if %{with resolved}
|
||||||
%{_bindir}/resolvectl
|
%{_bindir}/resolvectl
|
||||||
|
Loading…
Reference in New Issue
Block a user