]> git.pld-linux.org Git - packages/systemd.git/blame - systemd.spec
- BR: udev-devel >= 172
[packages/systemd.git] / systemd.spec
CommitLineData
5d32f234 1# TODO: - move %_libexecdir/tmpfiles.d/* to /etc/tmpfiles.d?
c28b0c1c 2# - shouldn't ../bin/systemctl symlinks be absolute? -no they shouldn't (think browsing mounted as chroot and seeing all blink due invalid link targets when doing ls)
0669f0db
TP
3# - separate init subpackage (with symlink), one can switch to
4# systemd using init=/bin/systemd with other one installed
5d32f234
TP
5# - verify %_sysconfdir usage vs literal '/etc'
6#
c3037397 7# Conditional build:
6c89bbd4
ER
8%bcond_without audit # without audit support
9%bcond_without cryptsetup # without cryptsetup support
23107006
TP
10%bcond_without gtk # build gtk tools
11%bcond_without pam # PAM authentication support
12%bcond_without selinux # without SELinux support
13%bcond_without tcpd # libwrap (tcp_wrappers) support
9c0b975d 14
c3037397 15Summary: A System and Service Manager
ede8d3e5 16Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
17Name: systemd
961baf80 18Version: 37
b77423ae 19Release: 0.10
ede8d3e5 20License: GPL v2+
21Group: Base
22Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.bz2
961baf80 23# Source0-md5: 1435f23be79c8c38d1121c6b150510f3
4f25b6ac 24Source1: %{name}-sysv-convert
b77423ae 25Source2: systemd_booted.c
7619c097 26Patch0: target-pld.patch
252e1bad 27Patch1: config-pld.patch
ede8d3e5 28URL: http://www.freedesktop.org/wiki/Software/systemd
6c89bbd4 29%{?with_audit:BuildRequires: audit-libs-devel}
6e34428f
MB
30BuildRequires: autoconf >= 2.63
31BuildRequires: automake >= 1:1.11
32%{?with_cryptsetup:BuildRequires: cryptsetup-luks-devel}
23107006 33BuildRequires: dbus-devel >= 1.3.2
c3037397 34BuildRequires: docbook-style-xsl
23107006
TP
35%if %{with gtk}
36BuildRequires: glib2-devel >= 1:2.26.1
37BuildRequires: gtk+2-devel >= 2:2.24.0
38BuildRequires: libnotify-devel >= 0.7.0
39%endif
3fc7a1cc 40BuildRequires: gperf
b82d0bf2 41BuildRequires: libcap-devel
6c89bbd4
ER
42%{?with_selinux:BuildRequires: libselinux-devel}
43BuildRequires: libtool >= 2:2.2
44%{?with_tcpd:BuildRequires: libwrap-devel}
6e34428f 45BuildRequires: libxslt-progs
961baf80 46BuildRequires: m4
6c89bbd4 47%{?with_pam:BuildRequires: pam-devel}
23107006 48BuildRequires: pkgconfig >= 0.9.0
6c89bbd4 49BuildRequires: rpmbuild(macros) >= 1.527
de86bd7f 50BuildRequires: udev-devel >= 172
6e34428f 51BuildRequires: vala >= 0.10.0
011bccb6 52Requires: %{name}-libs = %{version}-%{release}
c3037397 53Requires: %{name}-units = %{version}-%{release}
2ff27c26 54Requires: SysVinit-tools
37b8df82 55Requires: agetty
c3037397 56Requires: dbus >= 1.3.2
2ff27c26 57Requires: dbus-systemd
ea96631d 58Requires: filesystem >= 4.0
4f25b6ac 59# python modules required by systemd-analyze
9c9b3944
ZU
60Requires: python-dbus
61Requires: python-modules
c3037397 62Requires: rc-scripts
56701781 63Requires: setup >= 2.8.0-2
c3037397 64Requires: udev-core >= 160
2ff27c26 65Requires: udev-systemd
c28b0c1c
ER
66Suggests: ConsoleKit-systemd
67Suggests: rsyslog-systemd
68Suggests: udev-systemd
9e606de5 69Provides: SysVinit = 2.86-26
c3037397 70Provides: readahead = 1:1.5.7-3
1dcb74bb 71Provides: virtual(init-daemon)
fda563d5 72Provides: udev-acl
9e606de5 73Obsoletes: SysVinit < 2.86-26
c3037397 74Obsoletes: readahead < 1:1.5.7-3
1dcb74bb 75Obsoletes: virtual(init-daemon)
ede8d3e5 76BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
77
85879912
ER
78%define _libexecdir %{_prefix}/lib
79
ede8d3e5 80%description
1c239f8b 81systemd is a system and service manager for Linux, compatible with
ede8d3e5 82SysV and LSB init scripts. systemd provides aggressive parallelization
83capabilities, uses socket and D-Bus activation for starting services,
84offers on-demand starting of daemons, keeps track of processes using
85Linux cgroups, supports snapshotting and restoring of the system
86state, maintains mount and automount points and implements an
87elaborate transactional dependency-based service control logic. It can
1c239f8b 88work as a drop-in replacement for sysvinit.
ede8d3e5 89
90%description -l pl.UTF-8
91systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
92skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
93paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
94oferuje uruchamianie usług na życzenie, monitoruje procesy używając
95linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
96(restore) stanu systemu, zarządza (auto)mount pointami oraz
97implementuje starannie opracowaną transakcjonalną, bazującą na
d45dfc3a 98zależnościach logikę kontroli usług. Może pracować jako zastępca dla
ede8d3e5 99sysvinit.
100
c3037397
ER
101%package units
102Summary: Configuration files, directories and installation tool for systemd
103Group: Base
c3037397
ER
104Requires(post): coreutils
105Requires(post): gawk
961baf80 106Requires: pkgconfig
c3037397
ER
107
108%description units
109Basic configuration files, directories and installation tool for the
110systemd system and service manager.
111
10ffdcd2
BZ
112This is distro specific config, to override
113use /etc/systemd/system
114
c3037397
ER
115%package gtk
116Summary: Graphical frontend for systemd
117Group: Base
118Requires: %{name} = %{version}-%{release}
119Requires: polkit
120
121%description gtk
122Graphical front-end for systemd.
123
6c89bbd4
ER
124%package -n bash-completion-systemd
125Summary: bash-completion for systemd
126Group: Applications/Shells
127Requires: %{name}
128Requires: bash-completion
129
130%description -n bash-completion-systemd
131bash-completion for systemd.
132
011bccb6
BZ
133%package libs
134Summary: Shared systemd library
135Group: Libraries
136
137%description libs
138Shared systemd library.
139
961baf80
AF
140%package devel
141Summary: Header files for systemd libraries
142Summary(pl.UTF-8): Pliki nagłówkowe bibliotek systemd
143Group: Development/Libraries
011bccb6 144Requires: %{name}-libs = %{version}-%{release}
961baf80
AF
145
146%description devel
147Header files for systemd libraries.
148
149%description devel -l pl.UTF-8
150Pliki nagłówkowe bibliotek systemd.
151
ede8d3e5 152%prep
153%setup -q
4c5b5ab6 154%patch0 -p1
252e1bad 155%patch1 -p1
b77423ae 156cp -p %{SOURCE2} src/systemd_booted.c
ede8d3e5 157
158%build
4c5b5ab6 159%{__aclocal} -I m4
ede8d3e5 160%{__autoconf}
6e34428f 161%{__autoheader}
ede8d3e5 162%{__automake}
9c0b975d 163%configure \
6c89bbd4
ER
164 %{__enable_disable audit} \
165 %{__enable_disable cryptsetup libcryptsetup} \
166 %{__enable_disable gtk} \
167 %{__enable_disable pam} \
168 %{__enable_disable selinux} \
169 %{__enable_disable tcpd tcpwrap} \
170 --disable-silent-rules \
961baf80 171 --disable-static \
1dcb74bb 172 --with-rootdir=
e1d9cc15 173
ede8d3e5 174%{__make}
b77423ae 175./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
ede8d3e5 176
177%install
178rm -rf $RPM_BUILD_ROOT
23107006 179
ede8d3e5 180%{__make} install \
181 DESTDIR=$RPM_BUILD_ROOT
182
b77423ae
AF
183./libtool --mode=install install -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
184
8a981770
ER
185for lib in libsystemd-daemon libsystemd-login; do
186 %{__mv} $RPM_BUILD_ROOT{%{_libdir}/$lib.so.*,/%{_lib}}
89d58574 187 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/$lib.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/$lib.so
8a981770 188done
23107006 189
1dcb74bb 190# Create SysV compatibility symlinks. systemctl/systemd are smart
191# enough to detect in which way they are called.
c28b0c1c 192install -d $RPM_BUILD_ROOT/sbin
1dcb74bb 193ln -s ../bin/systemd $RPM_BUILD_ROOT/sbin/init
1dcb74bb 194ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/halt
195ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/poweroff
23107006
TP
196ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/reboot
197ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
1dcb74bb 198ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/shutdown
199ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
1dcb74bb 200
5d32f234
TP
201ln -s ../modules $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/modules.conf
202
c3037397
ER
203# We create all wants links manually at installation time to make sure
204# they are not owned and hence overriden by rpm after the used deleted
205# them.
23107006 206%{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/systemd/system/*.target.wants
c3037397 207
89d58574
TP
208# do not cover /media (system-specific removable mountpoints) for now
209# needs %post code to convert existing /media structure to tmpfiles
78af65f9 210%{__rm} -f $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/media.mount
89d58574 211# do not cover /var/run until packages need rpm-provided-only subdirectories
78af65f9 212%{__rm} -f $RPM_BUILD_ROOT/lib/systemd/local-fs.target.wants/var-run.mount
3edd52a6 213
961baf80 214# Make sure these directories are properly owned
23107006 215install -d $RPM_BUILD_ROOT/lib/systemd/system/{basic,dbus,default,halt,kexec,poweroff,reboot,syslog}.target.wants
961baf80
AF
216
217# Create new-style configuration files so that we can ghost-own them
23107006 218touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,os-release,timezone,vconsole.conf}
4bbef33c 219
9d8b5dfe 220# Install SysV conversion tool for systemd
4f25b6ac 221install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
9d8b5dfe
BZ
222
223install -d $RPM_BUILD_ROOT/var/log
a761f93e
TP
224> $RPM_BUILD_ROOT/var/log/btmp
225> $RPM_BUILD_ROOT/var/log/wtmp
226
5d32f234
TP
227%if %{without gtk}
228# to shut up check-files
4f25b6ac
ER
229%{__rm} $RPM_BUILD_ROOT%{_bindir}/systemadm
230%{__rm} $RPM_BUILD_ROOT%{_bindir}/systemd-gnome-ask-password-agent
5d32f234
TP
231%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/systemadm.1*
232%endif
233
234%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
235%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la
236%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
237
ede8d3e5 238%clean
239rm -rf $RPM_BUILD_ROOT
240
9638c72f 241%post
4bbef33c 242/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
9638c72f 243/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
c3037397 244
961baf80 245%postun
85879912 246if [ $1 -ge 1 ]; then
961baf80 247 /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
9638c72f 248fi
249
3edd52a6
TP
250%post libs -p /sbin/ldconfig
251%postun libs -p /sbin/ldconfig
011bccb6 252
961baf80 253%post units
85879912 254if [ $1 -eq 1 ]; then
961baf80
AF
255 # Try to read default runlevel from the old inittab if it exists
256 runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2> /dev/null)
257 if [ -z "$runlevel" ] ; then
258 target="/lib/systemd/system/graphical.target"
259 else
260 target="/lib/systemd/system/runlevel$runlevel.target"
261 fi
262
263 # And symlink what we found to the new-style default.target
85879912
ER
264 ln -sf "$target" /etc/systemd/system/default.target >/dev/null 2>&1 || :
265
961baf80
AF
266 # Enable the services we install by default.
267 /bin/systemctl enable \
268 getty@.service \
269 remote-fs.target \
270 systemd-readahead-replay.service \
271 systemd-readahead-collect.service >/dev/null 2>&1 || :
9638c72f 272fi
c3037397
ER
273
274%preun units
961baf80
AF
275if [ $1 -eq 0 ] ; then
276 /bin/systemctl disable \
277 getty@.service \
278 remote-fs.target \
279 systemd-readahead-replay.service \
280 systemd-readahead-collect.service >/dev/null 2>&1 || :
281
85879912 282 %{__rm} -f /etc/systemd/system/default.target >/dev/null 2>&1 || :
c3037397 283fi
9638c72f 284
961baf80 285%postun units
85879912 286if [ $1 -ge 1 ]; then
9638c72f 287 /bin/systemctl daemon-reload > /dev/null 2>&1 || :
288fi
289
ede8d3e5 290%files
291%defattr(644,root,root,755)
1c239f8b 292%doc DISTRO_PORTING README TODO
6e34428f 293/etc/dbus-1/system.d/org.freedesktop.hostname1.conf
961baf80
AF
294/etc/dbus-1/system.d/org.freedesktop.locale1.conf
295/etc/dbus-1/system.d/org.freedesktop.login1.conf
c3037397 296/etc/dbus-1/system.d/org.freedesktop.systemd1.conf
961baf80 297/etc/dbus-1/system.d/org.freedesktop.timedate1.conf
3edd52a6 298%ghost %config(noreplace) %{_sysconfdir}/machine-id
b77423ae
AF
299%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostname
300%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/locale.conf
301%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/machine-info
302%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/os-release
303%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/timezone
304%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vconsole.conf
c3037397 305%dir %{_sysconfdir}/systemd
5d32f234 306%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/*.conf
abd479ee 307/etc/xdg/systemd
1dcb74bb 308%attr(755,root,root) /bin/systemd
309%attr(755,root,root) /bin/systemd-ask-password
961baf80 310%attr(755,root,root) /bin/systemd-loginctl
7a76bc86 311%attr(755,root,root) /bin/systemd-machine-id-setup
1dcb74bb 312%attr(755,root,root) /bin/systemd-notify
313%attr(755,root,root) /bin/systemd-tty-ask-password-agent
57cd0d13 314%attr(755,root,root) %{_bindir}/systemd-analyze
23107006 315%attr(755,root,root) %{_bindir}/systemd-cgls
57cd0d13 316%attr(755,root,root) %{_bindir}/systemd-nspawn
9d8b5dfe 317%attr(755,root,root) %{_bindir}/systemd-sysv-convert
57cd0d13 318%attr(755,root,root) %{_bindir}/systemd-stdio-bridge
c3037397
ER
319%attr(755,root,root) /sbin/halt
320%attr(755,root,root) /sbin/init
321%attr(755,root,root) /sbin/poweroff
322%attr(755,root,root) /sbin/reboot
323%attr(755,root,root) /sbin/runlevel
324%attr(755,root,root) /sbin/shutdown
325%attr(755,root,root) /sbin/telinit
abd479ee 326%attr(755,root,root) /lib/systemd/systemd-*
c3037397 327%dir /lib/systemd/system-generators
5d32f234 328%attr(755,root,root) /lib/systemd/system-generators/systemd-*-generator
abd479ee 329%dir /lib/systemd/system-shutdown
1c239f8b 330/lib/udev/rules.d/99-systemd.rules
961baf80
AF
331/lib/udev/rules.d/70-uaccess.rules
332/lib/udev/rules.d/71-seat.rules
333/lib/udev/rules.d/73-seat-late.rules
3edd52a6
TP
334%dir %{_libexecdir}/systemd
335%{_libexecdir}/systemd/user
89d58574 336%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/*.conf
961baf80
AF
337%{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1.xml
338%{_datadir}/dbus-1/interfaces/org.freedesktop.locale1.xml
c3037397 339%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
961baf80 340%{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1.xml
1c239f8b 341%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
6e34428f 342%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
961baf80
AF
343%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
344%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
1c239f8b 345%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
961baf80 346%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
6e34428f 347%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
961baf80
AF
348%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
349%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
350%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
351%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
352%dir %{_datadir}/systemd
353%{_datadir}/systemd/kbd-model-map
1c239f8b 354%{_mandir}/man1/init.1
7a76bc86 355%{_mandir}/man1/systemd.1*
6e34428f 356%{_mandir}/man1/systemd-ask-password.1*
1c239f8b 357%{_mandir}/man1/systemd-cgls.1*
358%{_mandir}/man1/systemd-notify.1*
6e34428f 359%{_mandir}/man1/systemd-nspawn.1*
961baf80 360%{_mandir}/man1/systemd-loginctl.1*
1c239f8b 361%{_mandir}/man3/sd_booted.3*
362%{_mandir}/man3/sd_is_fifo.3*
363%{_mandir}/man3/sd_is_socket.3
364%{_mandir}/man3/sd_is_socket_inet.3
365%{_mandir}/man3/sd_is_socket_unix.3
366%{_mandir}/man3/sd_listen_fds.3*
367%{_mandir}/man3/sd_notify.3*
368%{_mandir}/man3/sd_notifyf.3
369%{_mandir}/man3/sd_readahead.3*
6e34428f 370%{_mandir}/man5/binfmt.d.5*
1c239f8b 371%{_mandir}/man5/hostname.5*
372%{_mandir}/man5/locale.conf.5*
7a76bc86 373%{_mandir}/man5/machine-id.5*
6e34428f 374%{_mandir}/man5/machine-info.5*
1c239f8b 375%{_mandir}/man5/modules-load.d.5*
376%{_mandir}/man5/os-release.5*
6e34428f 377%{_mandir}/man5/sysctl.d.5*
89d58574 378%{_mandir}/man5/systemd.*.5*
961baf80
AF
379%{_mandir}/man5/systemd-logind.conf.5*
380%{_mandir}/man5/timezone.5*
23107006 381%{_mandir}/man5/vconsole.conf.5*
1c239f8b 382%{_mandir}/man7/daemon.7*
383%{_mandir}/man7/sd-daemon.7*
384%{_mandir}/man7/sd-readahead.7*
385%{_mandir}/man7/systemd.special.7*
386%{_mandir}/man8/halt.8*
1c239f8b 387%{_mandir}/man8/poweroff.8
388%{_mandir}/man8/reboot.8
389%{_mandir}/man8/runlevel.8*
390%{_mandir}/man8/shutdown.8*
391%{_mandir}/man8/telinit.8*
a761f93e
TP
392%attr(640,root,root) %ghost /var/log/btmp
393%attr(664,root,utmp) %ghost /var/log/wtmp
c3037397 394
6c89bbd4
ER
395%if %{with pam}
396%attr(755,root,root) /%{_lib}/security/pam_systemd.so
397%{_mandir}/man8/pam_systemd.8*
398%endif
399
011bccb6
BZ
400%files libs
401%defattr(644,root,root,755)
402%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.*
403%attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0
404%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.*
405%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0
406
c3037397
ER
407%files units
408%defattr(644,root,root,755)
abd479ee
MB
409%dir %{_sysconfdir}/binfmt.d
410%dir %{_sysconfdir}/modules-load.d
5d32f234 411%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/modules-load.d/modules.conf
abd479ee 412%dir %{_sysconfdir}/sysctl.d
c3037397
ER
413%dir %{_sysconfdir}/systemd
414%dir %{_sysconfdir}/systemd/system
415%dir %{_sysconfdir}/tmpfiles.d
85879912
ER
416%dir %{_libexecdir}/binfmt.d
417%dir %{_libexecdir}/modules-load.d
418%dir %{_libexecdir}/sysctl.d
c3037397
ER
419%attr(755,root,root) /bin/systemctl
420%attr(755,root,root) /bin/systemd-tmpfiles
b77423ae 421%attr(755,root,root) /bin/systemd_booted
c3037397 422%{_mandir}/man1/systemctl.1*
89d58574 423%{_mandir}/man5/tmpfiles.d.5*
c3037397 424%{_mandir}/man8/systemd-tmpfiles.8*
961baf80 425%{_npkgconfigdir}/systemd.pc
c3037397 426
10ffdcd2
BZ
427/lib/systemd/system/*.automount
428/lib/systemd/system/*.mount
429/lib/systemd/system/*.path
430/lib/systemd/system/*.service
431/lib/systemd/system/*.socket
432/lib/systemd/system/*.target
433/lib/systemd/system/*.timer
434/lib/systemd/system/basic.target.wants
95d85fef
AF
435/lib/systemd/system/dbus.target.wants
436/lib/systemd/system/default.target.wants
10ffdcd2
BZ
437/lib/systemd/system/final.target.wants
438/lib/systemd/system/graphical.target.wants
95d85fef
AF
439/lib/systemd/system/halt.target.wants
440/lib/systemd/system/kexec.target.wants
10ffdcd2
BZ
441/lib/systemd/system/local-fs.target.wants
442/lib/systemd/system/multi-user.target.wants
95d85fef
AF
443/lib/systemd/system/poweroff.target.wants
444/lib/systemd/system/reboot.target.wants
10ffdcd2
BZ
445/lib/systemd/system/runlevel?.target.wants
446/lib/systemd/system/shutdown.target.wants
447/lib/systemd/system/sockets.target.wants
448/lib/systemd/system/sysinit.target.wants
95d85fef 449/lib/systemd/system/syslog.target.wants
10ffdcd2 450
c3037397
ER
451%if %{with gtk}
452%files gtk
453%defattr(644,root,root,755)
454%attr(755,root,root) %{_bindir}/systemadm
455%attr(755,root,root) %{_bindir}/systemd-gnome-ask-password-agent
c3037397
ER
456%{_mandir}/man1/systemadm.1*
457%endif
6c89bbd4
ER
458
459%files -n bash-completion-systemd
460%defattr(644,root,root,755)
461/etc/bash_completion.d/systemctl-bash-completion.sh
961baf80
AF
462
463%files devel
464%defattr(644,root,root,755)
465%{_includedir}/systemd
89d58574
TP
466%attr(755,root,root) %{_libdir}/libsystemd-daemon.so
467%attr(755,root,root) %{_libdir}/libsystemd-login.so
961baf80
AF
468%{_pkgconfigdir}/libsystemd-daemon.pc
469%{_pkgconfigdir}/libsystemd-login.pc
This page took 0.168727 seconds and 4 git commands to generate.