forked from pool/systemd
Accepting request 444813 from home:fbui:systemd:Factory
- Good bye compatlibs support There's no longer need for enabling/disabling the support for the compatlibs as it's been dropped from the source code. - Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package This shared library is not for public use, and is neither API nor ABI stable, but is likely to change with every new released update. Only systemd binaries are supposed to link against it. This also prevents from the 32bit package to conflit with the 64bit one if this lib was installed by both packages. - Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802: - Dropped backported commits which has been merged - Forward-port Suse specific patches - Added --disable-lto option to ./configure - Added systemd-mount - Removed in %file /usr/lib/systemd/user/*.socket: since 798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been removed. - Removed in %file %{_sysconfdir}/systemd/bootchart.conf since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd anymore. - Backward compat libs have been disabled since it's been dropped from the source code. - Added /usr/bin/systemd-socket-activate in %file - Added --without-kill-user-processes ./configure option - Bump libseccomp build require (>= 2.3.1) as described in README - Specifiy version of libmount as required in the README OBS-URL: https://build.opensuse.org/request/show/444813 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=963
This commit is contained in:
parent
413ca083a9
commit
1dc39189db
@ -1,6 +1,10 @@
|
||||
#
|
||||
# https://en.opensuse.org/openSUSE:Build_Service_baselibs.conf#Quickstart
|
||||
#
|
||||
systemd
|
||||
supplements "packageand(systemd:pam-<targettype>)"
|
||||
-/lib/systemd/system/
|
||||
-/usr/lib/systemd/libsystemd-shared.*\.so
|
||||
post "<prefix>%{_sbindir}/pam-config -a --systemd || :"
|
||||
libsystemd0
|
||||
libudev1
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:141d1609469579adeaf62d76e3527149c5a0140a54c8538f706b4eb97a447f8a
|
||||
size 2866192
|
3
systemd-232.tar.xz
Normal file
3
systemd-232.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2f98e7ce22841f533949ebb89d23683598f4adbf909739ad0a7d2517f5affc
|
||||
size 3211692
|
@ -16,6 +16,7 @@ addFilter(".*devel-file-in-non-devel-package.*udev.pc.*")
|
||||
addFilter(".*libgudev-.*shlib-fixed-dependency.*")
|
||||
addFilter(".*suse-filelist-forbidden-systemd-userdirs.*")
|
||||
addFilter("libudev-mini.*shlib-policy-name-error.*")
|
||||
addFilter("nss-systemd.*shlib-policy-name-error.*")
|
||||
addFilter("nss-myhostname.*shlib-policy-name-error.*")
|
||||
addFilter("nss-mymachines.*shlib-policy-name-error.*")
|
||||
addFilter("systemd-logger.*useless-provides sysvinit(syslog).*")
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:46:52 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Good by compatlibs support
|
||||
|
||||
There's no longer need for enabling/disabling the support for the
|
||||
compatlibs as it's been dropped from the source code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 16:38:41 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package
|
||||
|
||||
This shared library is not for public use, and is neither API nor
|
||||
ABI stable, but is likely to change with every new released
|
||||
update. Only systemd binaries are supposed to link against it.
|
||||
|
||||
This also prevents from the 32bit package to conflit with the 64bit
|
||||
one if this lib was installed by both packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 15:02:08 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802:
|
||||
|
||||
- Dropped backported commits which has been merged
|
||||
- Forward-port Suse specific patches
|
||||
- Added --disable-lto option to ./configure
|
||||
- Added systemd-mount
|
||||
- Removed in %file /usr/lib/systemd/user/*.socket: since
|
||||
798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been
|
||||
removed.
|
||||
- Removed in %file %{_sysconfdir}/systemd/bootchart.conf
|
||||
since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd
|
||||
anymore.
|
||||
- Backward compat libs have been disabled since it's been dropped from
|
||||
the source code.
|
||||
- Added /usr/bin/systemd-socket-activate in %file
|
||||
- Added --without-kill-user-processes ./configure option
|
||||
- Bump libseccomp build require (>= 2.3.1) as described in README
|
||||
- Specifiy version of libmount as required in the README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 21:07:11 UTC 2016 - meissner@suse.com
|
||||
|
||||
|
@ -44,13 +44,12 @@
|
||||
%bcond_without gnuefi
|
||||
%endif
|
||||
%endif
|
||||
%bcond_without compatlibs
|
||||
%bcond_with resolved
|
||||
%bcond_with parentpathid
|
||||
|
||||
Name: systemd-mini
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 228
|
||||
Version: 232
|
||||
Release: 0
|
||||
Summary: A System and Session Manager
|
||||
License: LGPL-2.1+
|
||||
@ -74,7 +73,7 @@ BuildRequires: gperf
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libmount-devel >= 2.27.1
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pam-config >= 0.79-5
|
||||
@ -101,7 +100,7 @@ BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
||||
%endif
|
||||
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libseccomp) >= 2.3.1
|
||||
%endif
|
||||
%if %{with gnuefi}
|
||||
BuildRequires: gnu-efi
|
||||
@ -302,6 +301,19 @@ Conflicts: otherproviders(syslog)
|
||||
%description logger
|
||||
This package marks the installation to not use syslog but only the journal.
|
||||
|
||||
%package -n nss-systemd
|
||||
Summary: Plugin for local virtual host name resolution
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n nss-systemd
|
||||
This package contains a plugin for the Name Service Switch (NSS),
|
||||
which enables resolution of all dynamically allocated service
|
||||
users. (See the DynamicUser= setting in unit files.)
|
||||
|
||||
To activate this NSS module, you will need to include it in
|
||||
/etc/nsswitch.conf, see nss-systemd(8) manpage for more details.
|
||||
|
||||
%package -n nss-resolve
|
||||
Summary: Plugin for local hostname resolution via systemd-resolved
|
||||
License: LGPL-2.1+
|
||||
@ -418,14 +430,13 @@ systemd_cryptsetup_LDFLAGS =\\\
|
||||
%if 0%{?bootstrap}
|
||||
--disable-myhostname \
|
||||
--disable-manpages \
|
||||
%endif
|
||||
%if %{with compatlibs}
|
||||
--enable-compat-libs \
|
||||
%endif
|
||||
--enable-selinux \
|
||||
--enable-split-usr \
|
||||
--disable-static \
|
||||
--disable-lto \
|
||||
--disable-tests \
|
||||
--without-kill-user-processes \
|
||||
--with-rc-local-script-path-start=/etc/init.d/boot.local \
|
||||
--with-rc-local-script-path-stop=/etc/init.d/halt.local \
|
||||
--with-debug-shell=/bin/bash \
|
||||
@ -456,6 +467,8 @@ make %{?_smp_mflags} V=e
|
||||
# move to %{_lib}
|
||||
%if ! 0%{?bootstrap}
|
||||
mv %{buildroot}%{_libdir}/libnss_myhostname.so.2 %{buildroot}/%{_lib}
|
||||
%else
|
||||
rm %{buildroot}%{_libdir}/libnss_systemd.so*
|
||||
%endif
|
||||
|
||||
# FIXME: these symlinks should die.
|
||||
@ -503,6 +516,10 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf
|
||||
sg
|
||||
EOF
|
||||
|
||||
# Remove .so file for the shared library, it's not supposed to be
|
||||
# used.
|
||||
rm %{buildroot}%{_libexecdir}/systemd/libsystemd-shared.so
|
||||
|
||||
# do not ship sysctl defaults in systemd package, will be part of
|
||||
# aaa_base (in procps for now)
|
||||
rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-default.conf
|
||||
@ -787,6 +804,9 @@ fi
|
||||
|
||||
%post -n nss-myhostname -p /sbin/ldconfig
|
||||
%postun -n nss-myhostname -p /sbin/ldconfig
|
||||
|
||||
%post -n nss-systemd -p /sbin/ldconfig
|
||||
%postun -n nss-systemd -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if %{with resolved}
|
||||
@ -849,6 +869,7 @@ fi
|
||||
%{_bindir}/systemd-firstboot
|
||||
%{_bindir}/systemd-path
|
||||
%{_bindir}/systemd-sysusers
|
||||
%{_bindir}/systemd-mount
|
||||
%{_bindir}/systemd-notify
|
||||
%{_bindir}/systemd-run
|
||||
%{_bindir}/systemd-journalctl
|
||||
@ -861,6 +882,7 @@ fi
|
||||
%{_bindir}/systemd-tmpfiles
|
||||
%{_bindir}/systemd-machine-id-setup
|
||||
%{_bindir}/systemd-nspawn
|
||||
%{_bindir}/systemd-socket-activate
|
||||
%{_bindir}/systemd-stdio-bridge
|
||||
%{_bindir}/systemd-detect-virt
|
||||
%{_bindir}/timedatectl
|
||||
@ -897,9 +919,10 @@ fi
|
||||
%{_prefix}/lib/systemd/system/*.path
|
||||
%{_prefix}/lib/systemd/user/*.target
|
||||
%{_prefix}/lib/systemd/user/*.service
|
||||
%{_prefix}/lib/systemd/user/*.socket
|
||||
%{_prefix}/lib/systemd/systemd-*
|
||||
%{_prefix}/lib/systemd/systemd
|
||||
%{_prefix}/lib/systemd/libsystemd-shared-%{version}.so
|
||||
%{_prefix}/lib/systemd/resolv.conf
|
||||
%{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
|
||||
%dir %{_prefix}/lib/systemd/catalog
|
||||
%{_prefix}/lib/systemd/catalog/systemd.catalog
|
||||
@ -954,11 +977,11 @@ fi
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/user
|
||||
%dir %{_sysconfdir}/xdg/systemd
|
||||
%{_sysconfdir}/systemd/system/ctrl-alt-del.target
|
||||
%{_sysconfdir}/xdg/systemd/user
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/systemd-user
|
||||
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
||||
@ -1092,16 +1115,6 @@ fi
|
||||
%{_libdir}/libsystemd.so
|
||||
%{_libdir}/pkgconfig/libsystemd.pc
|
||||
%{_includedir}/systemd/
|
||||
%if %{with compatlibs}
|
||||
%{_libdir}/libsystemd-daemon.so
|
||||
%{_libdir}/libsystemd-login.so
|
||||
%{_libdir}/libsystemd-id128.so
|
||||
%{_libdir}/libsystemd-journal.so
|
||||
%{_libdir}/pkgconfig/libsystemd-daemon.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-login.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-id128.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-journal.pc
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_mandir}/man3/SD*.3*
|
||||
%{_mandir}/man3/sd*.3*
|
||||
@ -1181,12 +1194,6 @@ fi
|
||||
%files -n libsystemd0%{?mini}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsystemd.so.*
|
||||
%if %{with compatlibs}
|
||||
%{_libdir}/libsystemd-daemon.so.*
|
||||
%{_libdir}/libsystemd-login.so.*
|
||||
%{_libdir}/libsystemd-id128.so.*
|
||||
%{_libdir}/libsystemd-journal.so.*
|
||||
%endif
|
||||
|
||||
%files -n libudev%{?mini}1
|
||||
%defattr(-,root,root)
|
||||
@ -1214,6 +1221,12 @@ fi
|
||||
/%{_lib}/*nss_myhostname*
|
||||
%{_mandir}/man8/libnss_myhostname.*
|
||||
%{_mandir}/man8/nss-myhostname.*
|
||||
|
||||
%files -n nss-systemd
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libnss_systemd.so*
|
||||
%{_mandir}/man8/libnss_systemd.so.*
|
||||
%{_mandir}/man8/nss-systemd.*
|
||||
%endif
|
||||
|
||||
%if %{with resolved}
|
||||
|
@ -16,6 +16,7 @@ addFilter(".*devel-file-in-non-devel-package.*udev.pc.*")
|
||||
addFilter(".*libgudev-.*shlib-fixed-dependency.*")
|
||||
addFilter(".*suse-filelist-forbidden-systemd-userdirs.*")
|
||||
addFilter("libudev-mini.*shlib-policy-name-error.*")
|
||||
addFilter("nss-systemd.*shlib-policy-name-error.*")
|
||||
addFilter("nss-myhostname.*shlib-policy-name-error.*")
|
||||
addFilter("nss-mymachines.*shlib-policy-name-error.*")
|
||||
addFilter("systemd-logger.*useless-provides sysvinit(syslog).*")
|
||||
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:46:52 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Good by compatlibs support
|
||||
|
||||
There's no longer need for enabling/disabling the support for the
|
||||
compatlibs as it's been dropped from the source code.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 16:38:41 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Drop /usr/lib/systemd/libsystemd-shared-%{version}.so from the 32bit package
|
||||
|
||||
This shared library is not for public use, and is neither API nor
|
||||
ABI stable, but is likely to change with every new released
|
||||
update. Only systemd binaries are supposed to link against it.
|
||||
|
||||
This also prevents from the 32bit package to conflit with the 64bit
|
||||
one if this lib was installed by both packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 15:02:08 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Upgrade to v232, commit c5c3445825981e2a5c3ed71214127d5b1b9de802:
|
||||
|
||||
- Dropped backported commits which has been merged
|
||||
- Forward-port Suse specific patches
|
||||
- Added --disable-lto option to ./configure
|
||||
- Added systemd-mount
|
||||
- Removed in %file /usr/lib/systemd/user/*.socket: since
|
||||
798c486fbcdce3346cd86 units/systemd-bus-proxyd.socket has been
|
||||
removed.
|
||||
- Removed in %file %{_sysconfdir}/systemd/bootchart.conf
|
||||
since commit 232c84b2d22f2d96982b3c bootchart is not part of systemd
|
||||
anymore.
|
||||
- Backward compat libs have been disabled since it's been dropped from
|
||||
the source code.
|
||||
- Added /usr/bin/systemd-socket-activate in %file
|
||||
- Added --without-kill-user-processes ./configure option
|
||||
- Bump libseccomp build require (>= 2.3.1) as described in README
|
||||
- Specifiy version of libmount as required in the README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 21:07:11 UTC 2016 - meissner@suse.com
|
||||
|
||||
|
63
systemd.spec
63
systemd.spec
@ -42,13 +42,12 @@
|
||||
%bcond_without gnuefi
|
||||
%endif
|
||||
%endif
|
||||
%bcond_without compatlibs
|
||||
%bcond_with resolved
|
||||
%bcond_with parentpathid
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 228
|
||||
Version: 232
|
||||
Release: 0
|
||||
Summary: A System and Session Manager
|
||||
License: LGPL-2.1+
|
||||
@ -72,7 +71,7 @@ BuildRequires: gperf
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: libmount-devel
|
||||
BuildRequires: libmount-devel >= 2.27.1
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pam-config >= 0.79-5
|
||||
@ -99,7 +98,7 @@ BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libmicrohttpd) >= 0.9.33
|
||||
%endif
|
||||
%ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libseccomp) >= 2.3.1
|
||||
%endif
|
||||
%if %{with gnuefi}
|
||||
BuildRequires: gnu-efi
|
||||
@ -300,6 +299,19 @@ Conflicts: otherproviders(syslog)
|
||||
%description logger
|
||||
This package marks the installation to not use syslog but only the journal.
|
||||
|
||||
%package -n nss-systemd
|
||||
Summary: Plugin for local virtual host name resolution
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n nss-systemd
|
||||
This package contains a plugin for the Name Service Switch (NSS),
|
||||
which enables resolution of all dynamically allocated service
|
||||
users. (See the DynamicUser= setting in unit files.)
|
||||
|
||||
To activate this NSS module, you will need to include it in
|
||||
/etc/nsswitch.conf, see nss-systemd(8) manpage for more details.
|
||||
|
||||
%package -n nss-resolve
|
||||
Summary: Plugin for local hostname resolution via systemd-resolved
|
||||
License: LGPL-2.1+
|
||||
@ -416,14 +428,13 @@ systemd_cryptsetup_LDFLAGS =\\\
|
||||
%if 0%{?bootstrap}
|
||||
--disable-myhostname \
|
||||
--disable-manpages \
|
||||
%endif
|
||||
%if %{with compatlibs}
|
||||
--enable-compat-libs \
|
||||
%endif
|
||||
--enable-selinux \
|
||||
--enable-split-usr \
|
||||
--disable-static \
|
||||
--disable-lto \
|
||||
--disable-tests \
|
||||
--without-kill-user-processes \
|
||||
--with-rc-local-script-path-start=/etc/init.d/boot.local \
|
||||
--with-rc-local-script-path-stop=/etc/init.d/halt.local \
|
||||
--with-debug-shell=/bin/bash \
|
||||
@ -454,6 +465,8 @@ make %{?_smp_mflags} V=e
|
||||
# move to %{_lib}
|
||||
%if ! 0%{?bootstrap}
|
||||
mv %{buildroot}%{_libdir}/libnss_myhostname.so.2 %{buildroot}/%{_lib}
|
||||
%else
|
||||
rm %{buildroot}%{_libdir}/libnss_systemd.so*
|
||||
%endif
|
||||
|
||||
# FIXME: these symlinks should die.
|
||||
@ -501,6 +514,10 @@ cat << EOF > %{buildroot}%{_libexecdir}/modules-load.d/sg.conf
|
||||
sg
|
||||
EOF
|
||||
|
||||
# Remove .so file for the shared library, it's not supposed to be
|
||||
# used.
|
||||
rm %{buildroot}%{_libexecdir}/systemd/libsystemd-shared.so
|
||||
|
||||
# do not ship sysctl defaults in systemd package, will be part of
|
||||
# aaa_base (in procps for now)
|
||||
rm -f %{buildroot}%{_prefix}/lib/sysctl.d/50-default.conf
|
||||
@ -785,6 +802,9 @@ fi
|
||||
|
||||
%post -n nss-myhostname -p /sbin/ldconfig
|
||||
%postun -n nss-myhostname -p /sbin/ldconfig
|
||||
|
||||
%post -n nss-systemd -p /sbin/ldconfig
|
||||
%postun -n nss-systemd -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%if %{with resolved}
|
||||
@ -847,6 +867,7 @@ fi
|
||||
%{_bindir}/systemd-firstboot
|
||||
%{_bindir}/systemd-path
|
||||
%{_bindir}/systemd-sysusers
|
||||
%{_bindir}/systemd-mount
|
||||
%{_bindir}/systemd-notify
|
||||
%{_bindir}/systemd-run
|
||||
%{_bindir}/systemd-journalctl
|
||||
@ -859,6 +880,7 @@ fi
|
||||
%{_bindir}/systemd-tmpfiles
|
||||
%{_bindir}/systemd-machine-id-setup
|
||||
%{_bindir}/systemd-nspawn
|
||||
%{_bindir}/systemd-socket-activate
|
||||
%{_bindir}/systemd-stdio-bridge
|
||||
%{_bindir}/systemd-detect-virt
|
||||
%{_bindir}/timedatectl
|
||||
@ -895,9 +917,10 @@ fi
|
||||
%{_prefix}/lib/systemd/system/*.path
|
||||
%{_prefix}/lib/systemd/user/*.target
|
||||
%{_prefix}/lib/systemd/user/*.service
|
||||
%{_prefix}/lib/systemd/user/*.socket
|
||||
%{_prefix}/lib/systemd/systemd-*
|
||||
%{_prefix}/lib/systemd/systemd
|
||||
%{_prefix}/lib/systemd/libsystemd-shared-%{version}.so
|
||||
%{_prefix}/lib/systemd/resolv.conf
|
||||
%{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
|
||||
%dir %{_prefix}/lib/systemd/catalog
|
||||
%{_prefix}/lib/systemd/catalog/systemd.catalog
|
||||
@ -952,11 +975,11 @@ fi
|
||||
%dir %{_sysconfdir}/systemd/system
|
||||
%dir %{_sysconfdir}/systemd/user
|
||||
%dir %{_sysconfdir}/xdg/systemd
|
||||
%{_sysconfdir}/systemd/system/ctrl-alt-del.target
|
||||
%{_sysconfdir}/xdg/systemd/user
|
||||
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/systemd-user
|
||||
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
|
||||
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
||||
@ -1090,16 +1113,6 @@ fi
|
||||
%{_libdir}/libsystemd.so
|
||||
%{_libdir}/pkgconfig/libsystemd.pc
|
||||
%{_includedir}/systemd/
|
||||
%if %{with compatlibs}
|
||||
%{_libdir}/libsystemd-daemon.so
|
||||
%{_libdir}/libsystemd-login.so
|
||||
%{_libdir}/libsystemd-id128.so
|
||||
%{_libdir}/libsystemd-journal.so
|
||||
%{_libdir}/pkgconfig/libsystemd-daemon.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-login.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-id128.pc
|
||||
%{_libdir}/pkgconfig/libsystemd-journal.pc
|
||||
%endif
|
||||
%if ! 0%{?bootstrap}
|
||||
%{_mandir}/man3/SD*.3*
|
||||
%{_mandir}/man3/sd*.3*
|
||||
@ -1179,12 +1192,6 @@ fi
|
||||
%files -n libsystemd0%{?mini}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsystemd.so.*
|
||||
%if %{with compatlibs}
|
||||
%{_libdir}/libsystemd-daemon.so.*
|
||||
%{_libdir}/libsystemd-login.so.*
|
||||
%{_libdir}/libsystemd-id128.so.*
|
||||
%{_libdir}/libsystemd-journal.so.*
|
||||
%endif
|
||||
|
||||
%files -n libudev%{?mini}1
|
||||
%defattr(-,root,root)
|
||||
@ -1212,6 +1219,12 @@ fi
|
||||
/%{_lib}/*nss_myhostname*
|
||||
%{_mandir}/man8/libnss_myhostname.*
|
||||
%{_mandir}/man8/nss-myhostname.*
|
||||
|
||||
%files -n nss-systemd
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libnss_systemd.so*
|
||||
%{_mandir}/man8/libnss_systemd.so.*
|
||||
%{_mandir}/man8/nss-systemd.*
|
||||
%endif
|
||||
|
||||
%if %{with resolved}
|
||||
|
Loading…
Reference in New Issue
Block a user