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