]> git.pld-linux.org Git - packages/systemd.git/blame - systemd.spec
- enable plymouth bcond, it's just files, as qboosh said
[packages/systemd.git] / systemd.spec
CommitLineData
5d32f234 1#
d374e721
JR
2# TODO:
3# - remove compat-pld-var-run.tmpfiles and maybe tmpfiles-not-fatal.patch
4# after enough packages provide their own tmpfiles.d configs for
5# /var/run directories
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
dadb67fe 12%bcond_without plymouth # do not install plymouth units
23107006
TP
13%bcond_without selinux # without SELinux support
14%bcond_without tcpd # libwrap (tcp_wrappers) support
9c0b975d 15
c3037397 16Summary: A System and Service Manager
ede8d3e5 17Summary(pl.UTF-8): systemd - zarządca systemu i usług dla Linuksa
18Name: systemd
2be4e142 19Version: 44
216f25d7 20Release: 3.4
ede8d3e5 21License: GPL v2+
22Group: Base
440d1d13 23Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
2be4e142 24# Source0-md5: 11f44ff74c87850064e4351518bcff17
4f25b6ac 25Source1: %{name}-sysv-convert
b0980573 26Source2: %{name}_booted.c
a3a953ae
JR
27Source3: network.service
28Source4: compat-pld-media.tmpfiles
29Source5: compat-pld-var-run.tmpfiles
44410185
JR
30Source10: pld-storage-init-late.service
31Source11: pld-storage-init.service
32Source12: pld-wait-storage.service
33Source13: pld-storage-init.sh
7619c097 34Patch0: target-pld.patch
252e1bad 35Patch1: config-pld.patch
8e088cd5 36Patch2: shut-sysv-up.patch
2e1f31c8 37Patch3: pld-sysv-network.patch
d374e721 38Patch4: tmpfiles-not-fatal.patch
2be4e142 39Patch5: CVE-2012-1174.patch
216f25d7 40Patch6: rc.local.patch
ede8d3e5 41URL: http://www.freedesktop.org/wiki/Software/systemd
5b9bde26 42BuildRequires: acl-devel
6c89bbd4 43%{?with_audit:BuildRequires: audit-libs-devel}
6e34428f
MB
44BuildRequires: autoconf >= 2.63
45BuildRequires: automake >= 1:1.11
e4c66821 46BuildRequires: binutils >= 3:2.22.52.0.1-2
6e34428f 47%{?with_cryptsetup:BuildRequires: cryptsetup-luks-devel}
23107006 48BuildRequires: dbus-devel >= 1.3.2
c3037397 49BuildRequires: docbook-style-xsl
3fc7a1cc 50BuildRequires: gperf
5b9bde26 51BuildRequires: intltool >= 0.40.0
4389e6f9 52BuildRequires: kmod-devel >= 5
b82d0bf2 53BuildRequires: libcap-devel
def6d132 54%{?with_selinux:BuildRequires: libselinux-devel >= 2.1.0}
6c89bbd4
ER
55BuildRequires: libtool >= 2:2.2
56%{?with_tcpd:BuildRequires: libwrap-devel}
6e34428f 57BuildRequires: libxslt-progs
961baf80 58BuildRequires: m4
6c89bbd4 59%{?with_pam:BuildRequires: pam-devel}
23107006 60BuildRequires: pkgconfig >= 0.9.0
4cc1cb1d 61BuildRequires: rpmbuild(macros) >= 1.627
58fd72e9 62BuildRequires: udev-devel >= 1:172
5b9bde26
JB
63# not required for building from release (which contains *.c for *.vala)
64#BuildRequires: vala >= 0.10.0
58fd72e9 65BuildRequires: xz-devel
e4c66821
JB
66%if %{with gtk}
67BuildRequires: glib2-devel >= 1:2.26.1
68BuildRequires: gtk+2-devel >= 2:2.24.0
69BuildRequires: libgee-devel
70BuildRequires: libnotify-devel >= 0.7.0
71%endif
011bccb6 72Requires: %{name}-libs = %{version}-%{release}
c3037397 73Requires: %{name}-units = %{version}-%{release}
58d6217a 74Requires: /etc/os-release
2ff27c26 75Requires: SysVinit-tools
37b8df82 76Requires: agetty
b0980573 77Requires: dbus >= 1.4.16-6
7cb5cfc8 78Requires: filesystem >= 4.0-2
ed5c41d4 79Requires: libutempter
216f25d7 80Requires: rc-scripts >= 0.4.5.3-6
56701781 81Requires: setup >= 2.8.0-2
b0980573 82Requires: udev-core >= 1:175-5
fe6ae5ab 83Requires: udev-libs >= 1:172
e3134fe0 84Requires: virtual(module-tools)
4e5e9c32 85Suggests: %{name}-no-compat-tmpfiles
b0980573 86Suggests: ConsoleKit
2a61be78 87Suggests: fsck >= 2.20
e3134fe0 88Suggests: kmod >= 5
4b15486a 89Suggests: nss_myhostname
c35aa49c 90Suggests: service(klogd)
1cdd35cf 91Suggests: service(syslog)
fda563d5 92Provides: udev-acl
3baeefca
PG
93# systemd takes care of that and causes problems
94Conflicts: binfmt-detector
a6203073 95# sytemd wants pam with pam_systemd.so in system-auth...
3b292a99 96Conflicts: pam < 1:1.1.5-5
a6203073
JR
97# ...and sudo hates it
98Conflicts: sudo < 1:1.7.8p2-4
06d34666
JR
99# for prefdm script
100Conflicts: xinitrc-ng < 1.0
ede8d3e5 101BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
102
85879912
ER
103%define _libexecdir %{_prefix}/lib
104
ede8d3e5 105%description
1c239f8b 106systemd is a system and service manager for Linux, compatible with
ede8d3e5 107SysV and LSB init scripts. systemd provides aggressive parallelization
108capabilities, uses socket and D-Bus activation for starting services,
109offers on-demand starting of daemons, keeps track of processes using
110Linux cgroups, supports snapshotting and restoring of the system
111state, maintains mount and automount points and implements an
112elaborate transactional dependency-based service control logic. It can
1c239f8b 113work as a drop-in replacement for sysvinit.
ede8d3e5 114
115%description -l pl.UTF-8
116systemd jest zarządcą systemu i usług dla Linuksa, kompatybilny ze
117skryptami SysV i LSB. systemd udostępnia rozbudowane zdolności
118paralelizacji, do uruchamiania usług używa socketów oraz D-Busa,
119oferuje uruchamianie usług na życzenie, monitoruje procesy używając
120linuksowych cgroups, wspomaga zapisywanie (snapshot) i odczytywanie
121(restore) stanu systemu, zarządza (auto)mount pointami oraz
122implementuje starannie opracowaną transakcjonalną, bazującą na
d45dfc3a 123zależnościach logikę kontroli usług. Może pracować jako zastępca dla
ede8d3e5 124sysvinit.
125
c97dacdd
TP
126%package init
127Summary: systemd /sbin/init and LSB/SysV compatibility symlinks
5b9bde26 128Summary(pl.UTF-8): /sbin/init z systemd i dowiązania dla kompatybilności z LSB/SysV
c97dacdd 129Group: Base
d6829efa 130Requires: systemd
c97dacdd
TP
131Provides: readahead = 1:1.5.7-3
132Provides: virtual(init-daemon)
133Obsoletes: SysVinit
134Obsoletes: readahead < 1:1.5.7-3
135Obsoletes: virtual(init-daemon)
4e1559fc 136Conflicts: upstart
c97dacdd
TP
137
138%description init
139Install this package when you are ready to final switch to systemd.
140
5b9bde26
JB
141%description init -l pl.UTF-8
142Ten pakiet należy zainstalować po przygotowaniu się do ostatecznego
143przejścia na systemd.
144
c3037397
ER
145%package units
146Summary: Configuration files, directories and installation tool for systemd
5b9bde26 147Summary(pl.UTF-8): Pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla systemd
c3037397 148Group: Base
c3037397 149Requires(post): coreutils
a8d86f01 150Requires(post): /bin/awk
c3037397
ER
151
152%description units
153Basic configuration files, directories and installation tool for the
154systemd system and service manager.
155
f341cd9b 156This is common config, use %{_sysconfdir}/systemd/system to override.
10ffdcd2 157
5b9bde26
JB
158%description units -l pl.UTF-8
159Podstawowe pliki konfiguracyjne, katalogi i narzędzie instalacyjne dla
160zarządcy systemu i usług systemd.
161
162Ten pakiet zawiera ogólną konfigurację, ustawienia można nadpisać
163poprzez katalog %{_sysconfdir}/systemd/system.
164
e4c66821
JB
165%package plymouth
166Summary: Plymouth support units for systemd
167Summary(pl.UTF-8): Jednostki wspierające Plymouth dla systemd
168Group: Base
169Requires: %{name}-units = %{version}-%{release}
216f25d7 170Requires: plymouth
e4c66821
JB
171
172%description plymouth
173Plymouth (graphical boot) support units for systemd.
174
175%description plymouth -l pl.UTF-8
176Jednostki wspierające Plymouth (graficzny start systemu) dla systemd.
177
c3037397
ER
178%package gtk
179Summary: Graphical frontend for systemd
5b9bde26 180Summary(pl.UTF-8): Graficzny interfejs do systemd
c3037397
ER
181Group: Base
182Requires: %{name} = %{version}-%{release}
183Requires: polkit
184
185%description gtk
186Graphical front-end for systemd.
187
5b9bde26
JB
188%description gtk -l pl.UTF-8
189Graficzny interfejs do systemd.
6c89bbd4 190
4e5e9c32
ER
191%package analyze
192Summary: Tool for processing systemd profiling information
193Group: Base
194Requires: %{name} = %{version}-%{release}
195Requires: python-dbus
196Requires: python-modules
197Requires: python-pycairo
198Conflicts: %{name} < 44-3
199
200%description analyze
201'systemd-analyze blame' lists which systemd unit needed how much time
202to finish initialization at boot. 'systemd-analyze plot' renders an
203SVG visualizing the parallel start of units at boot.
204
011bccb6 205%package libs
5b9bde26
JB
206Summary: Shared systemd libraries
207Summary(pl.UTF-8): Biblioteki współdzielone systemd
011bccb6
BZ
208Group: Libraries
209
210%description libs
5b9bde26
JB
211Shared systemd libraries.
212
213%description libs -l pl.UTF-8
214Biblioteki współdzielone systemd.
011bccb6 215
961baf80
AF
216%package devel
217Summary: Header files for systemd libraries
218Summary(pl.UTF-8): Pliki nagłówkowe bibliotek systemd
219Group: Development/Libraries
011bccb6 220Requires: %{name}-libs = %{version}-%{release}
961baf80
AF
221
222%description devel
223Header files for systemd libraries.
224
225%description devel -l pl.UTF-8
226Pliki nagłówkowe bibliotek systemd.
227
5b9bde26
JB
228%package -n bash-completion-systemd
229Summary: bash-completion for systemd
230Summary(pl.UTF-8): Bashowe dopełnianie składni dla systemd
231Group: Applications/Shells
232Requires: %{name}
233Requires: bash-completion
234
235%description -n bash-completion-systemd
236bash-completion for systemd.
237
238%description -n bash-completion-systemd -l pl.UTF-8
239Bashowe dopełnianie składni dla systemd
240
ae4d0acb
JR
241%package no-compat-tmpfiles
242Summary: Force update of packages that provide tmpfiles.d configuration
243Group: Base
244Requires(post): sed > 4.0
245Conflicts: ConsoleKit-dirs < 0.4.5-7
246Conflicts: NetworkManager < 2:0.9.2.0-3
247Conflicts: Zope < 2.11.8-2
248Conflicts: amavisd-new < 1:2.7.0-1
ae4d0acb
JR
249Conflicts: apache-base < 2.2.21-4
250Conflicts: apache-mod_bw < 0.92-3
251Conflicts: apache-mod_fastcgi < 2.4.6-6
b0980573
ŁK
252Conflicts: apache1-base < 1.3.42-5
253Conflicts: apache1-mod_fastcgi < 2.4.6-2
ae4d0acb
JR
254Conflicts: asterisk < 10.0.1-2
255Conflicts: autossh-init < 1.4b-3
256Conflicts: balance < 3.54-2
257Conflicts: bind < 7:9.8.1.P1-4
258Conflicts: bopm < 3.1.3-4
259Conflicts: callweaver < 1.2.1-9
260Conflicts: cassandra-bin < 0.8.9-2
261Conflicts: clamav < 0.97.3-3
262Conflicts: cups < 1:1.5.0-10
263Conflicts: dbus < 1.4.16-4
264Conflicts: dovecot < 1:2.0.16-3
265Conflicts: dspam < 3.9.0-6
266Conflicts: fail2ban < 0.8.4-4
267Conflicts: filesystem < 4.0-3
268Conflicts: gammu-smsd < 1:1.31.0-3
a6203073
JR
269# Break gdm2.20 installs
270#Conflicts: gdm < 2:3.2.1.1-9
ae4d0acb
JR
271Conflicts: greylistd < 0.8.8-2
272Conflicts: inn < 2.4.6-7
273Conflicts: ipsec-tools < 0.8.0-3
274Conflicts: jabber-common < 0-9
275Conflicts: laptop-mode-tools < 1.58-2
276Conflicts: libgpod < 0.8.0-6
277Conflicts: libvirt-utils < 0.9.9-4
278Conflicts: lighttpd < 1.4.30-5
279Conflicts: lirc < 0.9.0-20
280Conflicts: mailman < 5:2.1.14-4
281Conflicts: memcached < 1.4.11-2
282Conflicts: mpd < 0.16.5-4
283Conflicts: mrtg < 2.17.0-3
284Conflicts: munin-common < 1.4.5-5
285Conflicts: nagios-nrpe < 2.13-2
286Conflicts: ndisc6-rdnssd < 1.0.1-3
287Conflicts: nscd < 6:2.14.1-5
288Conflicts: nss_ldapd-nslcd < 0.8.4-2
289Conflicts: openct < 0.6.20-3
290Conflicts: openl2tp < 1.8-3
291Conflicts: openldap-overlay-nssov < 2.4.28-4
292Conflicts: openldap-servers < 2.4.28-4
293Conflicts: openvpn < 2.2.2-2
ae4d0acb
JR
294Conflicts: pam-pam_mount < 2.12-3
295Conflicts: pam-pam_ssh < 1.97-2
296Conflicts: pcsc-lite < 1.8.1-2
297Conflicts: php-dirs < 1.2-3
298Conflicts: policyd < 2.0.10-3
299Conflicts: pound < 2.6-2
300Conflicts: pptp < 1.7.2-3
301Conflicts: proftpd-common < 2:1.3.4a-2
302Conflicts: pulseaudio-server < 1.1-2
303Conflicts: quagga < 0.99.20-3
304Conflicts: radvd < 1.8.5-2
305Conflicts: rc-scripts < 0.4.5.2-3
306Conflicts: red5 < 0.9.0-2
307Conflicts: redis-server < 2.4.2-4
308Conflicts: smokeping < 2.4.2-10
309Conflicts: smtp-gated < 1.4.17-2
310Conflicts: socat < 1.7.2.0-2
311Conflicts: speech-dispatcher < 0.7.1-2
312Conflicts: sphinx < 2.0.3-4
313Conflicts: splashutils < 1.5.4.3-3
314Conflicts: stunnel < 4.50-2
ae4d0acb
JR
315Conflicts: tenshi < 0.12-2
316Conflicts: tor < 0.2.2.35-2
317Conflicts: ucarp < 1.5.2-3
318Conflicts: udisks < 1.0.4-3
319Conflicts: util-vserver < 0.30.216-1.pre3002.3
320Conflicts: vpnc < 0.5.3-2
321Conflicts: web2ldap < 1.1.0rc1-2
322Conflicts: wesnoth-server < 1:1.10-2
323Conflicts: wpa_supplicant < 0.7.3-10
324Conflicts: xl2tpd < 1.3.0-2
325
326%description no-compat-tmpfiles
327Force update of packages that provide tmpfiles.d configuration
328
ede8d3e5 329%prep
330%setup -q
4c5b5ab6 331%patch0 -p1
252e1bad 332%patch1 -p1
a6203073 333%patch2 -p1
942c9075 334%patch3 -p1
d374e721 335%patch4 -p1
2be4e142 336%patch5 -p1
216f25d7 337%patch6 -p1
b77423ae 338cp -p %{SOURCE2} src/systemd_booted.c
ede8d3e5 339
340%build
4c5b5ab6 341%{__aclocal} -I m4
ede8d3e5 342%{__autoconf}
6e34428f 343%{__autoheader}
ede8d3e5 344%{__automake}
9c0b975d 345%configure \
6c89bbd4
ER
346 %{__enable_disable audit} \
347 %{__enable_disable cryptsetup libcryptsetup} \
348 %{__enable_disable gtk} \
349 %{__enable_disable pam} \
4389e6f9 350 %{__enable_disable plymouth} \
6c89bbd4
ER
351 %{__enable_disable selinux} \
352 %{__enable_disable tcpd tcpwrap} \
353 --disable-silent-rules \
961baf80 354 --disable-static \
5b9bde26 355 --with-distro=pld \
391eea76 356 --with-rootprefix= \
4389e6f9
JR
357 --with-rootlibdir=/%{_lib} \
358 --enable-split-usr
e1d9cc15 359
ede8d3e5 360%{__make}
b77423ae 361./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
ede8d3e5 362
363%install
364rm -rf $RPM_BUILD_ROOT
24f95219 365install -d $RPM_BUILD_ROOT/var/lib/%{name}/coredump
23107006 366
ede8d3e5 367%{__make} install \
368 DESTDIR=$RPM_BUILD_ROOT
369
216f25d7 370./libtool --mode=install install -p -m755 systemd_booted $RPM_BUILD_ROOT/bin/systemd_booted
b77423ae 371
4389e6f9
JR
372# Main binary has been moved, but we don't want to break existing installs
373ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/bin/systemd
374
1dcb74bb 375# Create SysV compatibility symlinks. systemctl/systemd are smart
2a61be78 376# enough to detect the way they were called
c28b0c1c 377install -d $RPM_BUILD_ROOT/sbin
4389e6f9 378ln -s ../lib/systemd/systemd $RPM_BUILD_ROOT/sbin/init
1dcb74bb 379ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/halt
380ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/poweroff
23107006
TP
381ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/reboot
382ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/runlevel
1dcb74bb 383ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/shutdown
384ln -s ../bin/systemctl $RPM_BUILD_ROOT/sbin/telinit
1dcb74bb 385
5d32f234 386ln -s ../modules $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/modules.conf
44410185
JR
387
388# disable redundant SYSV services
389ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/allowlogin.service
4cc1cb1d 390ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/console.service
44410185
JR
391ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/cpusets.service
392ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/killall.service
393ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/netfs.service
394ln -s /dev/null $RPM_BUILD_ROOT%{systemdunitdir}/random.service
5d32f234 395
f1586299 396# add static (non-NetworkManager) networking
216f25d7 397cp -p %{SOURCE3} $RPM_BUILD_ROOT%{systemdunitdir}/network.service
f1586299 398
5c8fe698 399# install compatibility tmpfiles configs
216f25d7
ER
400cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/compat-pld-media.conf
401cp -p %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
5c8fe698 402
44410185 403# Install and enable storage subsystems support services (RAID, LVM, etc.)
216f25d7
ER
404cp -p %{SOURCE10} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init-late.service
405cp -p %{SOURCE11} $RPM_BUILD_ROOT%{systemdunitdir}/pld-storage-init.service
406cp -p %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/pld-wait-storage.service
407install -p %{SOURCE13} $RPM_BUILD_ROOT/lib/systemd/pld-storage-init
44410185
JR
408
409ln -s ../pld-storage-init-late.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init-late.service
410ln -s ../pld-storage-init.service $RPM_BUILD_ROOT%{systemdunitdir}/local-fs.target.wants/pld-storage-init.service
c3037397 411
216f25d7
ER
412# handled by rc-local sysv service, no need for generator
413%{__rm} $RPM_BUILD_ROOT/lib/systemd/system-generators/systemd-rc-local-generator
414%{__rm} $RPM_BUILD_ROOT%{systemdunitdir}/multi-user.target.wants/rc-local.service
415
2a61be78
TP
416# Make sure these directories are properly owned:
417# - halt,kexec,poweroff,reboot: generic ones used by ConsoleKit-systemd,
418# - syslog _might_ be used by some syslog implementation (none for now),
419# - isn't dbus populated by dbus-systemd only (so to be moved there)?
4cc1cb1d 420install -d $RPM_BUILD_ROOT%{systemdunitdir}/{dbus,halt,kexec,poweroff,reboot,syslog}.target.wants
961baf80
AF
421
422# Create new-style configuration files so that we can ghost-own them
70047b34 423touch $RPM_BUILD_ROOT%{_sysconfdir}/{hostname,locale.conf,machine-id,machine-info,timezone,vconsole.conf}
4bbef33c 424
9d8b5dfe 425# Install SysV conversion tool for systemd
4f25b6ac 426install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}
9d8b5dfe
BZ
427
428install -d $RPM_BUILD_ROOT/var/log
5a65c84e
TP
429:> $RPM_BUILD_ROOT/var/log/btmp
430:> $RPM_BUILD_ROOT/var/log/wtmp
a761f93e 431
5d32f234 432%if %{without gtk}
5d32f234
TP
433%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/systemadm.1*
434%endif
435
436%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
a86320a6 437%{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_systemd.la
5d32f234
TP
438%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
439
ede8d3e5 440%clean
441rm -rf $RPM_BUILD_ROOT
442
9638c72f 443%post
4bbef33c 444/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
9638c72f 445/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
c3037397 446
961baf80 447%postun
85879912 448if [ $1 -ge 1 ]; then
961baf80 449 /bin/systemctl try-restart systemd-logind.service >/dev/null 2>&1 || :
9638c72f 450fi
451
3edd52a6
TP
452%post libs -p /sbin/ldconfig
453%postun libs -p /sbin/ldconfig
011bccb6 454
961baf80 455%post units
85879912 456if [ $1 -eq 1 ]; then
961baf80
AF
457 # Try to read default runlevel from the old inittab if it exists
458 runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab 2> /dev/null)
459 if [ -z "$runlevel" ] ; then
4cc1cb1d 460 target="%{systemdunitdir}/graphical.target"
961baf80 461 else
4cc1cb1d 462 target="%{systemdunitdir}/runlevel$runlevel.target"
961baf80
AF
463 fi
464
465 # And symlink what we found to the new-style default.target
f341cd9b 466 ln -s "$target" %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
cf819365
JR
467
468 # Setup hostname
469 [ -f /etc/sysconfig/network ] && . /etc/sysconfig/network
470 if [ -n "$HOSTNAME" -a "$HOSTNAME" != "pldmachine" ]; then
471 [ -f /etc/hostname ] && mv -f /etc/hostname /etc/hostname.rpmsave
472 echo $HOSTNAME > /etc/hostname
473 chmod 644 /etc/hostname
474 fi
44410185
JR
475
476 # Enable the services we install by default.
477 /bin/systemctl enable \
478 getty@.service \
479 network.service \
480 remote-fs.target \
481 systemd-readahead-replay.service \
482 systemd-readahead-collect.service >/dev/null 2>&1 || :
9638c72f 483fi
c3037397
ER
484
485%preun units
961baf80
AF
486if [ $1 -eq 0 ] ; then
487 /bin/systemctl disable \
488 getty@.service \
f1586299 489 network.service \
961baf80
AF
490 remote-fs.target \
491 systemd-readahead-replay.service \
492 systemd-readahead-collect.service >/dev/null 2>&1 || :
493
f341cd9b 494 %{__rm} -f %{_sysconfdir}/systemd/system/default.target >/dev/null 2>&1 || :
c3037397 495fi
9638c72f 496
961baf80 497%postun units
85879912 498if [ $1 -ge 1 ]; then
9638c72f 499 /bin/systemctl daemon-reload > /dev/null 2>&1 || :
500fi
501
f2a385f3 502%triggerpostun units -- %{name}-units < 43-7
44410185 503# Remove design fialures
44410185
JR
504rm -f %{_sysconfdir}/systemd/system/network.target.wants/ifcfg@*.service >/dev/null 2>&1 || :
505rm -f %{_sysconfdir}/systemd/system/network.target.wants/network-post.service >/dev/null 2>&1 || :
f3877668
JR
506rm -f %{_sysconfdir}/systemd/system/multi-user.target.wants/network-post.service >/dev/null 2>&1 || :
507/bin/systemctl reenable network.service >/dev/null 2>&1 || :
44410185 508
ae4d0acb 509%post no-compat-tmpfiles
a6203073 510%{__sed} -i -e '/^#/!s/^/# /g' %{_sysconfdir}/tmpfiles.d/compat-pld-var-run.conf
ae4d0acb 511
ede8d3e5 512%files
513%defattr(644,root,root,755)
1c239f8b 514%doc DISTRO_PORTING README TODO
6e34428f 515/etc/dbus-1/system.d/org.freedesktop.hostname1.conf
961baf80
AF
516/etc/dbus-1/system.d/org.freedesktop.locale1.conf
517/etc/dbus-1/system.d/org.freedesktop.login1.conf
c3037397 518/etc/dbus-1/system.d/org.freedesktop.systemd1.conf
961baf80 519/etc/dbus-1/system.d/org.freedesktop.timedate1.conf
3edd52a6 520%ghost %config(noreplace) %{_sysconfdir}/machine-id
b77423ae
AF
521%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/hostname
522%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/locale.conf
523%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/machine-info
b77423ae
AF
524%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/timezone
525%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/vconsole.conf
5d32f234 526%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/systemd/*.conf
2a61be78 527%dir %{_sysconfdir}/systemd/user
44410185
JR
528%dir %{_sysconfdir}/systemd/system/*.target.wants
529%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.service
530%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/systemd/system/*.target.wants/*.target
abd479ee 531/etc/xdg/systemd
1dcb74bb 532%attr(755,root,root) /bin/systemd
533%attr(755,root,root) /bin/systemd-ask-password
c76a8951 534%attr(755,root,root) /bin/systemd-journalctl
961baf80 535%attr(755,root,root) /bin/systemd-loginctl
7a76bc86 536%attr(755,root,root) /bin/systemd-machine-id-setup
1dcb74bb 537%attr(755,root,root) /bin/systemd-notify
538%attr(755,root,root) /bin/systemd-tty-ask-password-agent
d374e721
JR
539%attr(755,root,root) %{_bindir}/systemd-cat
540%attr(755,root,root) %{_bindir}/systemd-cgtop
23107006 541%attr(755,root,root) %{_bindir}/systemd-cgls
57cd0d13
ZU
542%attr(755,root,root) %{_bindir}/systemd-nspawn
543%attr(755,root,root) %{_bindir}/systemd-stdio-bridge
2a61be78 544%attr(755,root,root) %{_bindir}/systemd-sysv-convert
44410185 545%attr(755,root,root) /lib/systemd/pld-storage-init
abd479ee 546%attr(755,root,root) /lib/systemd/systemd-*
c3037397 547%dir /lib/systemd/system-generators
4389e6f9 548%attr(755,root,root) /lib/systemd/systemd
5d32f234 549%attr(755,root,root) /lib/systemd/system-generators/systemd-*-generator
abd479ee 550%dir /lib/systemd/system-shutdown
1c239f8b 551/lib/udev/rules.d/99-systemd.rules
961baf80
AF
552/lib/udev/rules.d/70-uaccess.rules
553/lib/udev/rules.d/71-seat.rules
554/lib/udev/rules.d/73-seat-late.rules
3edd52a6
TP
555%dir %{_libexecdir}/systemd
556%{_libexecdir}/systemd/user
2a61be78 557%dir %{_libexecdir}/systemd/user-generators
89d58574 558%config(noreplace,missingok) %{_libexecdir}/tmpfiles.d/*.conf
961baf80
AF
559%{_datadir}/dbus-1/interfaces/org.freedesktop.hostname1.xml
560%{_datadir}/dbus-1/interfaces/org.freedesktop.locale1.xml
c3037397 561%{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.*.xml
961baf80 562%{_datadir}/dbus-1/interfaces/org.freedesktop.timedate1.xml
1c239f8b 563%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
6e34428f 564%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
961baf80
AF
565%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
566%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
1c239f8b 567%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
961baf80 568%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
6e34428f 569%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
961baf80
AF
570%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
571%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
572%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
573%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
574%dir %{_datadir}/systemd
575%{_datadir}/systemd/kbd-model-map
7a76bc86 576%{_mandir}/man1/systemd.1*
2a61be78 577%{_mandir}/man1/systemd-*.1*
6e34428f 578%{_mandir}/man5/binfmt.d.5*
1c239f8b 579%{_mandir}/man5/hostname.5*
580%{_mandir}/man5/locale.conf.5*
7a76bc86 581%{_mandir}/man5/machine-id.5*
6e34428f 582%{_mandir}/man5/machine-info.5*
1c239f8b 583%{_mandir}/man5/modules-load.d.5*
584%{_mandir}/man5/os-release.5*
6e34428f 585%{_mandir}/man5/sysctl.d.5*
89d58574 586%{_mandir}/man5/systemd.*.5*
2be4e142 587%{_mandir}/man5/systemd-journald.conf.5*
961baf80
AF
588%{_mandir}/man5/systemd-logind.conf.5*
589%{_mandir}/man5/timezone.5*
23107006 590%{_mandir}/man5/vconsole.conf.5*
1c239f8b 591%{_mandir}/man7/daemon.7*
592%{_mandir}/man7/sd-daemon.7*
c76a8951 593%{_mandir}/man7/sd-login.7*
1c239f8b 594%{_mandir}/man7/sd-readahead.7*
595%{_mandir}/man7/systemd.special.7*
24f95219
ER
596%dir /var/lib/%{name}
597%dir /var/lib/%{name}/coredump
a761f93e
TP
598%attr(640,root,root) %ghost /var/log/btmp
599%attr(664,root,utmp) %ghost /var/log/wtmp
c3037397 600
6c89bbd4 601%if %{with pam}
a86320a6 602%attr(755,root,root) /%{_lib}/security/pam_systemd.so
6c89bbd4
ER
603%{_mandir}/man8/pam_systemd.8*
604%endif
605
c97dacdd 606%files init
5b9bde26 607%defattr(644,root,root,755)
c97dacdd
TP
608%attr(755,root,root) /sbin/halt
609%attr(755,root,root) /sbin/init
610%attr(755,root,root) /sbin/poweroff
611%attr(755,root,root) /sbin/reboot
612%attr(755,root,root) /sbin/runlevel
613%attr(755,root,root) /sbin/shutdown
614%attr(755,root,root) /sbin/telinit
615%{_mandir}/man1/init.1
616%{_mandir}/man8/halt.8*
617%{_mandir}/man8/poweroff.8
618%{_mandir}/man8/reboot.8
619%{_mandir}/man8/runlevel.8*
620%{_mandir}/man8/shutdown.8*
621%{_mandir}/man8/telinit.8*
622
c3037397
ER
623%files units
624%defattr(644,root,root,755)
abd479ee
MB
625%dir %{_sysconfdir}/binfmt.d
626%dir %{_sysconfdir}/modules-load.d
5d32f234 627%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/modules-load.d/modules.conf
abd479ee 628%dir %{_sysconfdir}/sysctl.d
c3037397
ER
629%dir %{_sysconfdir}/systemd
630%dir %{_sysconfdir}/systemd/system
631%dir %{_sysconfdir}/tmpfiles.d
7cb5cfc8 632%config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/tmpfiles.d/*.conf
85879912
ER
633%dir %{_libexecdir}/binfmt.d
634%dir %{_libexecdir}/modules-load.d
635%dir %{_libexecdir}/sysctl.d
d374e721 636%{_libexecdir}/sysctl.d/coredump.conf
c3037397
ER
637%attr(755,root,root) /bin/systemctl
638%attr(755,root,root) /bin/systemd-tmpfiles
b77423ae 639%attr(755,root,root) /bin/systemd_booted
c3037397 640%{_mandir}/man1/systemctl.1*
89d58574 641%{_mandir}/man5/tmpfiles.d.5*
c3037397 642%{_mandir}/man8/systemd-tmpfiles.8*
961baf80 643%{_npkgconfigdir}/systemd.pc
c3037397 644
4cc1cb1d
ER
645%{systemdunitdir}/*.automount
646%{systemdunitdir}/*.mount
647%{systemdunitdir}/*.path
648%{systemdunitdir}/*.service
649%{systemdunitdir}/*.socket
650%{systemdunitdir}/*.target
651%{systemdunitdir}/*.timer
e4c66821
JB
652%if %{with plymouth}
653%exclude %{systemdunitdir}/plymouth*.service
654%exclude %{systemdunitdir}/systemd-ask-password-plymouth.*
655%endif
656%dir %{systemdunitdir}/basic.target.wants
657%dir %{systemdunitdir}/dbus.target.wants
658%dir %{systemdunitdir}/final.target.wants
659%dir %{systemdunitdir}/graphical.target.wants
660%dir %{systemdunitdir}/halt.target.wants
661%dir %{systemdunitdir}/kexec.target.wants
662%dir %{systemdunitdir}/local-fs.target.wants
663%dir %{systemdunitdir}/multi-user.target.wants
664%dir %{systemdunitdir}/poweroff.target.wants
665%dir %{systemdunitdir}/reboot.target.wants
666%dir %{systemdunitdir}/runlevel[12345].target.wants
667%dir %{systemdunitdir}/shutdown.target.wants
668%dir %{systemdunitdir}/sockets.target.wants
669%dir %{systemdunitdir}/sysinit.target.wants
670%dir %{systemdunitdir}/syslog.target.wants
671%config(noreplace,missingok) %{systemdunitdir}/basic.target.wants/*
672%config(noreplace,missingok) %{systemdunitdir}/final.target.wants/*
673%config(noreplace,missingok) %{systemdunitdir}/graphical.target.wants/*
674%config(noreplace,missingok) %{systemdunitdir}/local-fs.target.wants/*
675%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/getty.target
e4c66821
JB
676%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-ask-password-wall.path
677%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-logind.service
678%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/systemd-user-sessions.service
679%config(noreplace,missingok) %{systemdunitdir}/runlevel[12345].target.wants/*
680%config(noreplace,missingok) %{systemdunitdir}/shutdown.target.wants/*
681%config(noreplace,missingok) %{systemdunitdir}/sockets.target.wants/*
682%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/cryptsetup.target
683%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-hugepages.mount
684%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/dev-mqueue.mount
685%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
686%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/sys-*.mount
687%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/systemd-*
688
689%if %{with plymouth}
690%files plymouth
691%defattr(644,root,root,755)
692%{systemdunitdir}/plymouth-halt.service
693%{systemdunitdir}/plymouth-kexec.service
694%{systemdunitdir}/plymouth-poweroff.service
695%{systemdunitdir}/plymouth-quit-wait.service
696%{systemdunitdir}/plymouth-quit.service
697%{systemdunitdir}/plymouth-read-write.service
698%{systemdunitdir}/plymouth-reboot.service
699%{systemdunitdir}/plymouth-start.service
700%{systemdunitdir}/systemd-ask-password-plymouth.path
701%{systemdunitdir}/systemd-ask-password-plymouth.service
702%config(noreplace,missingok) %{systemdunitdir}/halt.target.wants/plymouth-halt.service
703%config(noreplace,missingok) %{systemdunitdir}/kexec.target.wants/plymouth-kexec.service
704%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit.service
705%config(noreplace,missingok) %{systemdunitdir}/multi-user.target.wants/plymouth-quit-wait.service
706%config(noreplace,missingok) %{systemdunitdir}/poweroff.target.wants/plymouth-poweroff.service
707%config(noreplace,missingok) %{systemdunitdir}/reboot.target.wants/plymouth-reboot.service
708%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-read-write.service
709%config(noreplace,missingok) %{systemdunitdir}/sysinit.target.wants/plymouth-start.service
710%endif
10ffdcd2 711
c3037397
ER
712%if %{with gtk}
713%files gtk
714%defattr(644,root,root,755)
715%attr(755,root,root) %{_bindir}/systemadm
716%attr(755,root,root) %{_bindir}/systemd-gnome-ask-password-agent
c3037397
ER
717%{_mandir}/man1/systemadm.1*
718%endif
6c89bbd4 719
4e5e9c32
ER
720%files analyze
721%defattr(644,root,root,755)
722%attr(755,root,root) %{_bindir}/systemd-analyze
723
5b9bde26 724%files libs
6c89bbd4 725%defattr(644,root,root,755)
6ba1f779
MB
726%attr(755,root,root) /%{_lib}/libsystemd-daemon.so.*.*.*
727%attr(755,root,root) %ghost /%{_lib}/libsystemd-daemon.so.0
728%attr(755,root,root) /%{_lib}/libsystemd-id128.so.*.*.*
729%attr(755,root,root) %ghost /%{_lib}/libsystemd-id128.so.0
730%attr(755,root,root) /%{_lib}/libsystemd-journal.so.*.*.*
731%attr(755,root,root) %ghost /%{_lib}/libsystemd-journal.so.0
732%attr(755,root,root) /%{_lib}/libsystemd-login.so.*.*.*
733%attr(755,root,root) %ghost /%{_lib}/libsystemd-login.so.0
961baf80
AF
734
735%files devel
736%defattr(644,root,root,755)
89d58574 737%attr(755,root,root) %{_libdir}/libsystemd-daemon.so
c76a8951
BZ
738%attr(755,root,root) %{_libdir}/libsystemd-id128.so
739%attr(755,root,root) %{_libdir}/libsystemd-journal.so
89d58574 740%attr(755,root,root) %{_libdir}/libsystemd-login.so
5b9bde26 741%{_includedir}/%{name}
961baf80 742%{_pkgconfigdir}/libsystemd-daemon.pc
c76a8951
BZ
743%{_pkgconfigdir}/libsystemd-id128.pc
744%{_pkgconfigdir}/libsystemd-journal.pc
961baf80 745%{_pkgconfigdir}/libsystemd-login.pc
2be4e142 746%{_mandir}/man3/sd_booted.3*
c76a8951
BZ
747%{_mandir}/man3/sd_get_seats.3*
748%{_mandir}/man3/sd_get_sessions.3*
749%{_mandir}/man3/sd_get_uids.3*
2be4e142 750%{_mandir}/man3/sd_is_fifo.3*
c76a8951 751%{_mandir}/man3/sd_is_mq.3*
2be4e142
JR
752%{_mandir}/man3/sd_is_socket.3
753%{_mandir}/man3/sd_is_socket_inet.3
754%{_mandir}/man3/sd_is_socket_unix.3
755%{_mandir}/man3/sd_listen_fds.3*
c76a8951
BZ
756%{_mandir}/man3/sd_login_monitor_flush.3*
757%{_mandir}/man3/sd_login_monitor_get_fd.3*
758%{_mandir}/man3/sd_login_monitor_new.3*
759%{_mandir}/man3/sd_login_monitor_unref.3*
2be4e142
JR
760%{_mandir}/man3/sd_notify.3*
761%{_mandir}/man3/sd_notifyf.3
c76a8951
BZ
762%{_mandir}/man3/sd_pid_get_owner_uid.3*
763%{_mandir}/man3/sd_pid_get_session.3*
764%{_mandir}/man3/sd_pid_get_unit.3*
2be4e142 765%{_mandir}/man3/sd_readahead.3*
c76a8951
BZ
766%{_mandir}/man3/sd_seat_can_multi_session.3*
767%{_mandir}/man3/sd_seat_get_active.3*
768%{_mandir}/man3/sd_seat_get_sessions.3*
2be4e142
JR
769%{_mandir}/man3/sd_session_get_class.3*
770%{_mandir}/man3/sd_session_get_display.3*
c76a8951 771%{_mandir}/man3/sd_session_get_seat.3*
2be4e142
JR
772%{_mandir}/man3/sd_session_get_service.3*
773%{_mandir}/man3/sd_session_get_type.3*
c76a8951
BZ
774%{_mandir}/man3/sd_session_get_uid.3*
775%{_mandir}/man3/sd_session_is_active.3*
776%{_mandir}/man3/sd_uid_get_seats.3*
777%{_mandir}/man3/sd_uid_get_sessions.3*
778%{_mandir}/man3/sd_uid_get_state.3*
779%{_mandir}/man3/sd_uid_is_on_seat.3*
5b9bde26
JB
780
781%files -n bash-completion-systemd
782%defattr(644,root,root,755)
391eea76 783/etc/bash_completion.d/systemd-bash-completion.sh
ae4d0acb
JR
784
785%files no-compat-tmpfiles
786%defattr(644,root,root,755)
787# empty package
This page took 0.231423 seconds and 4 git commands to generate.