forked from pool/systemd
Accepting request 777986 from home:lnussel:branches:Base:System
- move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage - move html documentation to sparate package to save space - move networkd and resolved binaries into correct subpackage OBS-URL: https://build.opensuse.org/request/show/777986 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1087
This commit is contained in:
parent
9561123bcc
commit
b398d77dd0
@ -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,13 @@ 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 %{_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 +1269,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 +1296,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 +1531,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>
|
||||||
|
|
||||||
|
39
systemd.spec
39
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,13 @@ 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 %{_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 +1267,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 +1294,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 +1529,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