]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux.spec
- s/Distibutable/distributable/ in License
[packages/util-linux.git] / util-linux.spec
1 #
2 # Conditional build:
3 # _without_crypto       - without kerneli cryptography
4 # _with_pivot_root
5 #
6 # TODO:
7 # - move raw to /sbin (potentially can be used before mount partitions)??
8 %define         _kernel_ver     %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
9 %define         _kernel24       %(echo %{_kernel_ver} | grep -q '2\.[012]\.' ; echo $?)
10 %if %{_kernel24}
11 %define         _kernel_series  2.4
12 %else
13 %define         _kernel_series  2.2
14 %endif
15 %define         _release        4
16
17 Summary:        Collection of basic system utilities for Linux
18 Summary(de):    Sammlung von grundlegenden Systemdienstprogrammen für Linux
19 Summary(es):    Colectánea de utilitarios básicos de sistema para Linux
20 Summary(fr):    Ensemble d'utilitaires système de base pour Linux
21 Summary(pl):    Zbiór podstawowych narzêdzi systemowych dla Linuksa
22 Summary(pt_BR): Coletânea de utilitários básicos de sistema para Linux
23 Summary(tr):    Temel sistem araçlarý
24 Name:           util-linux
25 Version:        2.11l
26 Release:        %{_release}
27 License:        distributable
28 Group:          Applications/System
29 Group(de):      Applikationen/System
30 Group(pl):      Aplikacje/System
31 Source0:        ftp://ftp.win.tue.nl/pub/linux-local/utils/util-linux/%{name}-%{version}.tar.gz
32 Source1:        %{name}-non-english-man-pages.tar.bz2
33 Source2:        login.pamd
34 Source3:        rawdevices-init
35 Source4:        rawdevices-sysconfig
36 Patch0:         %{name}-MCONFIG.patch
37 Patch1:         %{name}-fdisk.patch
38 Patch2:         %{name}-utmpx.patch
39 Patch3:         %{name}-fhs.patch
40 Patch4:         %{name}-login.patch
41 Patch5:         %{name}-kerneli.patch
42 Patch6:         %{name}-info.patch
43 Patch7:         %{name}-fdisk2.patch
44 Patch8:         ftp://ftp.linuxnfs.sourceforge.org:/pub/nfs/%{name}-2.10m-mount-compat.patch
45 Patch9:         %{name}-syscall.patch
46 Patch10:        %{name}-raw.patch
47 Patch11:        %{name}-gecos.patch
48 Patch12:        %{name}-glibc.patch
49 Patch13:        %{name}-s390.patch
50 Patch14:        %{name}-kerneli-2.4.patch
51 Patch15:        %{name}-qnx4.patch
52 Patch16:        %{name}-losetup-getpass.patch
53 Patch17:        %{name}-login-problems.patch
54 BuildRequires:  pam-devel >= 0.66
55 BuildRequires:  ncurses-devel >= 5.0
56 BuildRequires:  gettext-devel
57 BuildRequires:  texinfo
58 %if %{?BOOT:1}%{!?BOOT:0}
59 BuildRequires:  glibc-static
60 %endif
61 Requires:       pam >= 0.66
62 Provides:       fdisk
63 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
64 Obsoletes:      util-linux-suids
65
66 %define         debugcflags     -O1 -g
67
68 %description
69 util-linux contains a large variety of low-level system utilities
70 necessary for a functional Linux system. This includes, among other
71 things, configuration tools such as fdisk and system programs such as
72 logger.
73
74 %description -l de
75 util-linux enthält eine große Anzahl an
76 low-level-Systemdienstprogrammen, die für ein funktionierendes
77 Linux-System erforderlich sind. Dazu gehören Konfigurationstools wie
78 'fdisk' und Systemprogramme wie 'logger'.
79
80 %description -l es
81 util-Linux contiene una gran variedad de utilitarios de sistema de
82 bajo nivel necesarios a un sistema Linux funcional. Esto incluye,
83 entre otras cosas, herramientas de configuración como fdisk y
84 programas de sistema como login.
85
86 %description -l fr
87 util-linux contient une grande variété d'utilitaire système bas niveau
88 nécessaires au fonctionnement d'un système Linux. Cela comprend, entre
89 autres, les outils de configuration comme fdisk et des programmes
90 systèmes comme logger.
91
92 %description -l pl
93 Util-linux zawiera wiele ró¿nych, niskopoziomowych narzêdzi
94 systemowych niezbêdnych do prawid³owego dzia³ania Linuksa. W pakiecie
95 znajduj± siê miêdzy innymi, narzêdzia konfiguracyjne takie jak fdisk i
96 programy systemowe takie jak logger.
97
98 %description -l pt_BR
99 util-Linux contém uma grande variedade de utilitários de sistema
100 de baixo-nível necessários para um sistema Linux funcional. Isso
101 inclui, entre outras coisas, ferramentas de configuração como fdisk
102 e programas de sistema como login.
103
104 %description -l tr
105 þlevsel durumdaki bir Linux sistemi için gerekli birçok alt düzey
106 sistem araçlarýný içerir. Bunlar arasýnda fdisk gibi yapýlandýrma
107 uygulamalarý ve logger gibi sistem programlarý sayýlabilir.
108
109 %package -n losetup
110 Summary:        Programs for setting up and configuring loopback devices
111 Summary(de):    Programme zum Einrichten und Konfigurieren von Loopback-Geräten
112 Summary(fr):    Programmes pour mettre en place et configurer les loopback
113 Summary(pl):    Program do konfiguracji urz±dzenia blokowego loopback
114 Summary(tr):    Yerel-çevrim aygýtlarýnýn kurulmasý ve ayarlanmasý için programlar
115 Group:          Applications/System
116 Group(de):      Applikationen/System
117 Group(pl):      Aplikacje/System
118 Release:        %{_release}@%{_kernel_series}
119 %if %{_kernel24}
120 Conflicts:      kernel < 2.3.0
121 %else
122 Conflicts:      kernel >= 2.3.0
123 %endif
124
125 %description -n losetup
126 Linux supports a special block device called the loopback device,
127 which maps a normal file onto a virtual block device. This package
128 contains programs for setting up and removing the mapping between
129 files and loopback devices.
130
131 Block loopback devices should not be confused with the networking
132 loopback device, which is configured with the normal ifconfig command.
133
134 %description -n losetup -l de
135 Linux unterstützt ein spezielles Blockgerät, das sogenannte Loopback,
136 das eine normale Datei auf ein virtuelles Blockgerät abbildet. Das
137 Paket enthält Programme zum Einrichten und Entfernen der Zuordnung
138 zwischen Dateien und Loopback-Geräten.
139
140 %description -n losetup -l fr
141 Linux gère un périphérique bloc spécial appelé « loopback », qui
142 correspond à un fichier normal sur un périphérique bloc virtuel. Ce
143 paquetage contient les programmes pour configurer et supprimer la
144 correspondance entre les fichiers et les périphériques loopback.
145
146 Les périphériques bloc loopback ne doivent pas être confondus avec le
147 périphérique loopback du réseau, configuré avec la commande ifconfig
148 normale.
149
150 %description -n losetup -l pl
151 Linux ma wsparcie dla specjalnego urz±dzenia blokowego loopback, które
152 mapuje normalny plik w wirtualne urz±dzenie blokowe. Pakiet ten
153 zawiera program przy pomocy którego bêdziesz móg³ wykorzystaæ to
154 urz±dzenie.
155
156 Urz±dzenie blokowe loopback nie powinno byæ mylone z sieciowym
157 interfejsem loopback, który jest konfigurowany przy pomocy polecenia
158 ifconfig.
159
160 %description -n losetup -l tr
161 Linux özel bir blok aygýt olan yerel-çevrim aygýtýný (loopback device)
162 destekler. Bu aygýt normal bir dosyanýn sanal bir blok aygýtý üzerine
163 haritasýný çýkarýr. Bu paket, dosyalar ve yerel-çevrim aygýtlarý
164 arasýndaki haritalama iþleminin kurulmasý ve kaldýrýlmasý için
165 programlar içerir. Blok yerel-çevrim aygýtý ifconfig komutu ile
166 yapýlandýrýlan að yerel-çevrim aygýtý ile karýþtýrýlmamalýdýr.
167
168 %package -n mount
169 Summary:        Programs for mounting and unmounting filesystems
170 Summary(de):    Programme zum Montieren und Abmontieren von Dateisystemen
171 Summary(fr):    Programme pour monter et démonter des systèmes de fichiers.
172 Summary(pl):    Programy do montowania i odmontowywania systemu plików
173 Summary(tr):    Dosya sistemlerini baðlamak ve çözmek için programlar
174 Group:          Applications/System
175 Group(de):      Applikationen/System
176 Group(pl):      Aplikacje/System
177 Release:        %{_release}@%{_kernel_series}
178 %if %{_kernel24}
179 Conflicts:      kernel < 2.3.0
180 %else
181 Conflicts:      kernel >= 2.3.0
182 %endif
183
184 %description -n mount
185 Mount is used for adding new filesystems, both local and networked, to
186 your current directory structure. The filesystems must already exist
187 for this to work. It can also be used to change the access types the
188 kernel uses for already-mounted filesystems.
189
190 This package is critical for the functionality of your system.
191
192 %description -n mount -l de
193 Mount wird zum Hinzufügen neuer Dateisysteme (lokal und im Netzwerk)
194 zu Ihrer aktuellen Verzeichnisstruktur verwendet. Die Dateisysteme
195 müssen bereits existieren. Außerdem können die Zugriffstypen geändert
196 werden, die der Kernel für bereits montierte Dateisysteme verwendet.
197
198 Dieses Paket ist für Ihr System unbedingt erforderlich.
199
200 %description -n mount -l fr
201 mount sert à ajouter de nouveaux systèmes de fichiers, locaux ou
202 réseaux, à votre structure de répertoire. Les systèmes de fichiers
203 doivent déjà exister pour que cela fonctionne. Il peut aussi servir à
204 changer les types d'accès pour les systèmes de fichiers déjà montés.
205
206 Ce paquetage est critique pour le fonctionnement de votre système.
207
208 %description -n mount -l pl
209 Program mount jest u¿ywany przez system do montowania systemu plików,
210 zarówno lokalnych jak i sieciowych (np. NFS).
211
212 Pakiet ten jest niezbêdny do prawid³owej pracy twojego Linuksa.
213
214 %description -n mount -l tr
215 mount, hem yerel hem de að dosya sistemlerinin dizin yapýsýna
216 eklenmesi için kullanýlýr. Bunun için baðlanacak dosya sisteminin
217 önceden hazýrlanmýþ olmasý gerekir. Ayný zamanda çekirdeðin baðlanmýþ
218 dosya sistemlerine eriþimini deðiþtirmek için de kullanýlýr. Bu paket
219 sisteminizin iþlevselliði açýsýndan kritiktir.
220
221 %package chkdupexe
222 Summary:        chkdupexe - find duplicate executables
223 Summary(pl):    chkdupexe odszukuje powtarzaj±ce siê pliki uruchamialne
224 Group:          Applications/System
225 Group(de):      Applikationen/System
226 Group(pl):      Aplikacje/System
227
228 %description chkdupexe
229 chkdupexe will scan the union of $PATH and a hardcoded list of common
230 locations for binaries. It will report dangling symlinks and
231 duplicately-named binaries.
232
233 %description chkdupexe -l pl
234 chkdupexe przeszukuje katalogi z $PATH oraz inne powszechnie znane
235 katalogi z plikami uruchamialnymi i informuje o powtarzaj±cych siê
236 plikach w ró¿nych katalogach.
237
238 %package -n tunelp
239 Summary:        Configures kernel parallel port driver
240 Summary(de):    Konfiguriert den Kerneltreiber für den parallelen Port
241 Summary(fr):    Configure le pilote du port parallèle dans le noyau
242 Summary(pl):    Program do konfigurowania sterownika portu równoleg³ego
243 Summary(tr):    Çekirdeðin paralel baðlantý noktasý sürücüsünü ayarlar
244 Group:          Applications/System
245 Group(de):      Applikationen/System
246 Group(pl):      Aplikacje/System
247
248 %description -n tunelp
249 `tunelp' aids in configuring the kernel parallel port driver.
250
251 %description -n tunelp -l de
252 TUNELP hilft bei der Konfiguration des Kernel-Parallelport-Treibers.
253
254 %description -n tunelp -l fr
255 « tunelp » aide à configurer le pilote du noyau pour le port
256 parallèle.
257
258 %description -n tunelp -l pl
259 Program do konfigurowania sterownika portu równoleg³ego.
260
261 %description -n tunelp -l tr
262 Paralel baðlantý noktasý sürücüsünü ayarlar.
263
264 %package -n login
265 Summary:        login is used when signing onto a system
266 Summary(pl):    login jest u¿ywany do rozpoczêcia pracy w systemie
267 Group:          Applications/System
268 Group(de):      Applikationen/System
269 Group(pl):      Aplikacje/System
270 Obsoletes:      heimdal-login
271 Requires:       pam-pld
272
273 %description -n login
274 login is used when signing onto a system. It can also be used to
275 switch from one user to another at any time (most modern shells have
276 support for this feature built into them, however).
277
278 %description -n login -l pl
279 login jest u¿ywany do rozpoczêcia pracy w systemie. Mo¿e byæ u¿ywany
280 do prze³±czania z jednego u¿ytkownika na innego w ka¿dym momencie
281 (jednak wiêkszo¶æ nowoczesnych pow³ok ma takie funkcje wbudowane).
282
283 %package -n agetty
284 Summary:        Alternative Linux getty
285 Summary(pl):    Alternatywny getty
286 Group:          Applications/System
287 Group(de):      Applikationen/System
288 Group(pl):      Aplikacje/System
289 Requires:       login
290
291 %description -n agetty
292 agetty is simple Linux getty with serial support.
293
294 %description -n agetty -l pl
295 agetty jest prostym linuksowym getty z obs³ug± portu szeregowego.
296
297 %package -n rawdevices
298 Summary:        Support for raw-devices
299 Summary(pl):    Obs³uga raw-device'ów
300 Group:          Applications/System
301 Group(de):      Applikationen/System
302 Group(pl):      Aplikacje/System
303 Prereq:         /sbin/chkconfig
304
305 %description -n rawdevices
306 Support for raw-devices.
307
308 %description -n rawdevices -l pl
309 Obs³uga raw-device'ów.
310
311 %if %{?BOOT:1}%{!?BOOT:0}
312 %package BOOT
313 Summary:        util-linux for bootdisk
314 Group:          Applications/System
315 Group(de):      Applikationen/System
316 Group(pl):      Aplikacje/System
317
318 %description BOOT
319 %endif
320
321 %prep
322 %setup -q -a1
323 %patch0 -p1
324 %patch1 -p1
325 %patch2 -p1
326 %patch3 -p1
327 %patch4 -p1
328 %if %{_kernel24}
329 %{!?_without_crypto:%patch14 -p1}
330 %else
331 %{!?_without_crypto:%patch5 -p1}
332 %endif
333 %patch6 -p1
334 %patch7 -p1
335 %patch8 -p1
336 %patch9 -p1
337 %patch10 -p1
338 %patch11 -p1
339 %patch12 -p1
340 %patch13 -p1
341 %patch15 -p1
342 %if !%{_kernel24}
343 %{!?_without_crypto:%patch16 -p1}
344 %endif
345 %patch17 -p1
346
347 %build
348 CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses -I%{_kernelsrcdir}/include"
349 %configure2_13
350
351 %if %{?BOOT:1}%{!?BOOT:0}
352 %{__make} -C fdisk fdisk OPT="%{rpmcflags}" LDFLAGS="-static"
353 mv -f fdisk/fdisk fdisk-BOOT
354 %{__make} -C fdisk clean
355 %endif
356
357 %{__make} OPT="%{rpmcflags}" \
358         MOREHELPDIR=%{_datadir}/misc \
359         ADD_RAW="yes"
360
361 (cd sys-utils; makeinfo ipc.texi)
362
363 %install
364 rm -rf $RPM_BUILD_ROOT
365
366 %if %{?BOOT:1}%{!?BOOT:0}
367 install -d $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin
368 install fdisk-BOOT $RPM_BUILD_ROOT%{_libdir}/bootdisk/sbin/fdisk
369 %endif
370
371 install -d $RPM_BUILD_ROOT/{bin,sbin,etc/{pam.d,logrotate,rc.d/init.d,sysconfig}} \
372         $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_infodir},%{_datadir}/misc} \
373         $RPM_BUILD_ROOT{%{_examplesdir},%{_mandir}/man{1,5,6,8}}
374
375 %{__make} install \
376         DESTDIR="$RPM_BUILD_ROOT" \
377         INSTALLSUID="install -m 755" \
378         MOREHELPDIR=$RPM_BUILD_ROOT%{_datadir}/misc \
379         GETOPTDIR=$RPM_BUILD_ROOT%{_examplesdir}/getopt \
380         USRGAMESDIR=$RPM_BUILD_ROOT%{_bindir} \
381         USE_TTY_GROUP=no \
382         ADD_RAW="yes"
383
384 install %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/login
385 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/rawdevices
386 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rawdevices
387
388 install -d $RPM_BUILD_ROOT/{etc/security,var/lock}
389
390 touch $RPM_BUILD_ROOT/etc/security/blacklist.login
391
392 :> $RPM_BUILD_ROOT/var/lock/wtmpxlock
393
394 ln -sf hwclock $RPM_BUILD_ROOT/sbin/clock
395 echo '.so hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/man8/clock.8
396
397 ln -sf swapon $RPM_BUILD_ROOT/sbin/swapoff
398
399 for d in cs da de es fi fr hu id it ja ko nl pl ; do
400     for m in man1 man5 man8 ; do
401         if [ -d man/$d/$m ]; then
402             install -d $RPM_BUILD_ROOT%{_mandir}/$d/$m
403             install man/$d/$m/* $RPM_BUILD_ROOT%{_mandir}/$d/$m
404         fi
405     done
406 done
407
408 gzip -9nf */README.*
409
410 %find_lang %{name}
411
412 %clean
413 rm -rf $RPM_BUILD_ROOT
414
415 %post
416 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
417
418 %postun
419 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
420
421 %post -n rawdevices
422 /sbin/chkconfig --add rawdevices
423 if [ -f /var/lock/subsys/rawdevices ]; then
424         /etc/rc.d/init.d/rawdevices restart 1>&2
425 else
426         echo "Run \"/etc/rc.d/init.d/rawdevices start\" to start rawdevices."
427 fi
428
429 %preun -n rawdevices
430 if [ -f /var/lock/subsys/rawdevices ]; then
431         /etc/rc.d/init.d/rawdevices stop 1>&2
432 fi
433 /sbin/chkconfig --del rawdevices
434
435 %files -f %{name}.lang
436 %defattr(644,root,root,755)
437 %doc */README.*
438
439 %attr(755,root,root) /sbin/clock
440 %attr(755,root,root) /sbin/hwclock
441
442 %{_mandir}/man8/clock.8*
443 %{_mandir}/man8/hwclock.8*
444 %lang(es) %{_mandir}/es/man8/clock.8*
445 %lang(es) %{_mandir}/es/man8/hwclock.8*
446 %lang(ja) %{_mandir}/ja/man8/clock.8*
447 %lang(ja) %{_mandir}/ja/man8/hwclock.8*
448
449 %attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/fdprm
450
451 %attr(0755,root,root) /bin/arch
452 %attr(0755,root,root) /bin/dmesg
453 %attr(0755,root,root) /bin/kill
454 %attr(0755,root,root) /bin/more
455 %attr(0755,root,root) /sbin/blockdev
456 %attr(0755,root,root) /sbin/mkfs
457 %attr(0755,root,root) /sbin/mkswap
458 %attr(0755,root,root) /sbin/ctrlaltdel
459 %attr(0755,root,root) /sbin/elvtune
460 %attr(0755,root,root) %{_bindir}/cal
461 %attr(0755,root,root) %{_bindir}/col
462 %attr(0755,root,root) %{_bindir}/colcrt
463 %attr(0755,root,root) %{_bindir}/colrm
464 %attr(0755,root,root) %{_bindir}/column
465 %attr(0755,root,root) %{_bindir}/ddate
466 %attr(0755,root,root) %{_bindir}/fdformat
467 %attr(0755,root,root) %{_bindir}/getopt
468 %attr(0755,root,root) %{_bindir}/hexdump
469 %attr(0755,root,root) %{_bindir}/ipcrm
470 %attr(0755,root,root) %{_bindir}/ipcs
471 %attr(0755,root,root) %{_bindir}/isosize
472 %attr(0755,root,root) %{_bindir}/logger
473 %attr(0755,root,root) %{_bindir}/look
474 %attr(0755,root,root) %{_bindir}/mcookie
475 %attr(0755,root,root) %{_bindir}/namei
476 %attr(0755,root,root) %{_bindir}/renice
477 %attr(0755,root,root) %{_bindir}/rev
478 %attr(0755,root,root) %{_bindir}/script
479 %attr(0755,root,root) %{_bindir}/setsid
480 %attr(0755,root,root) %{_bindir}/setfdprm
481 %attr(0755,root,root) %{_bindir}/setterm
482 %attr(0755,root,root) %{_bindir}/ul
483 %attr(0755,root,root) %{_bindir}/whereis
484 %attr(2755,root,tty) %{_bindir}/write
485 %attr(0755,root,root) %{_sbindir}/readprofile
486
487 %{_mandir}/man1/arch.1*
488 %{_mandir}/man1/cal.1*
489 %{_mandir}/man1/col.1*
490 %{_mandir}/man1/colcrt.1*
491 %{_mandir}/man1/colrm.1*
492 %{_mandir}/man1/column.1*
493 %{_mandir}/man1/ddate.1*
494 %{_mandir}/man1/getopt.1*
495 %{_mandir}/man1/hexdump.1*
496 %{_mandir}/man1/kill.1*
497 %{_mandir}/man1/logger.1*
498 %{_mandir}/man1/look.1*
499 %{_mandir}/man1/mcookie.1*
500 %{_mandir}/man1/more.1*
501 %{_mandir}/man1/namei.1*
502 %{_mandir}/man1/readprofile.1*
503 %{_mandir}/man1/rev.1*
504 %{_mandir}/man1/script.1*
505 %{_mandir}/man1/setterm.1*
506 %{_mandir}/man1/ul.1*
507 %{_mandir}/man1/whereis.1*
508 %{_mandir}/man1/write.1*
509
510 %{_mandir}/man8/blockdev.8*
511 %{_mandir}/man8/ctrlaltdel.8*
512 %{_mandir}/man8/cytune.8*
513 %{_mandir}/man8/dmesg.8*
514 %{_mandir}/man8/elvtune.8*
515 %{_mandir}/man8/fdformat.8*
516 %{_mandir}/man8/ipcrm.8*
517 %{_mandir}/man8/ipcs.8*
518 %{_mandir}/man8/isosize.8*
519 %{_mandir}/man8/mkswap.8*
520 %{_mandir}/man8/renice.8*
521 %{_mandir}/man8/setfdprm.8*
522 %{_mandir}/man8/setsid.8*
523
524 %lang(da) %{_mandir}/da/man1/kill.1*
525 %lang(da) %{_mandir}/da/man1/more.1*
526 %lang(da) %{_mandir}/da/man1/write.1*
527
528 %lang(de) %{_mandir}/de/man1/kill.1*
529 %lang(de) %{_mandir}/de/man1/more.1*
530 %lang(de) %{_mandir}/de/man1/write.1*
531
532 %lang(da) %{_mandir}/da/man8/fdformat.8*
533
534 %lang(es) %{_mandir}/es/man1/arch.1*
535 %lang(es) %{_mandir}/es/man1/colrm.1*
536 %lang(es) %{_mandir}/es/man1/column.1*
537 %lang(es) %{_mandir}/es/man1/ddate.1*
538 %lang(es) %{_mandir}/es/man1/getopt.1*
539 %lang(es) %{_mandir}/es/man1/look.1*
540 %lang(es) %{_mandir}/es/man1/more.1*
541 %lang(es) %{_mandir}/es/man1/namei.1*
542 %lang(es) %{_mandir}/es/man1/readprofile.1*
543 %lang(es) %{_mandir}/es/man1/rev.1*
544 %lang(es) %{_mandir}/es/man1/script.1*
545 %lang(es) %{_mandir}/es/man1/setterm.1*
546 %lang(es) %{_mandir}/es/man1/ul.1*
547 %lang(es) %{_mandir}/es/man1/whereis.1*
548 %lang(es) %{_mandir}/es/man1/write.1*
549
550 %lang(es) %{_mandir}/es/man8/cytune.8*
551 %lang(es) %{_mandir}/es/man8/ctrlaltdel.8*
552 %lang(es) %{_mandir}/es/man8/ipcrm.8*
553 %lang(es) %{_mandir}/es/man8/ipcs.8*
554 %lang(es) %{_mandir}/es/man8/mkswap.8*
555 %lang(es) %{_mandir}/es/man8/renice.8*
556 %lang(es) %{_mandir}/es/man8/setfdprm.8*
557 %lang(es) %{_mandir}/es/man8/setsid.8*
558
559 %lang(fi) %{_mandir}/fi/man1/arch.1*
560 %lang(fi) %{_mandir}/fi/man1/cal.1*
561 %lang(fi) %{_mandir}/fi/man1/column.1*
562 %lang(fi) %{_mandir}/fi/man1/kill.1*
563 %lang(fi) %{_mandir}/fi/man1/more.1*
564 %lang(fi) %{_mandir}/fi/man1/whereis.1*
565 %lang(fi) %{_mandir}/fi/man1/write.1*
566
567 %lang(fr) %{_mandir}/fr/man1/arch.1*
568 %lang(fr) %{_mandir}/fr/man1/cal.1*
569 %lang(fr) %{_mandir}/fr/man1/col.1*
570 %lang(fr) %{_mandir}/fr/man1/kill.1*
571 %lang(fr) %{_mandir}/fr/man1/more.1*
572 %lang(fr) %{_mandir}/fr/man1/whereis.1*
573 %lang(fr) %{_mandir}/fr/man1/write.1*
574
575 %lang(fr) %{_mandir}/fr/man8/ctrlaltdel.8*
576 %lang(fr) %{_mandir}/fr/man8/dmesg.8*
577 %lang(fr) %{_mandir}/fr/man8/fdformat.8*
578 %lang(fr) %{_mandir}/fr/man8/ipcrm.8*
579 %lang(fr) %{_mandir}/fr/man8/ipcs.8*
580 %lang(fr) %{_mandir}/fr/man8/setsid.8*
581
582 %lang(hu) %{_mandir}/hu/man1/arch.1*
583 %lang(hu) %{_mandir}/hu/man1/cal.1*
584 %lang(hu) %{_mandir}/hu/man1/colrm.1*
585 %lang(hu) %{_mandir}/hu/man1/hexdump.1*
586 %lang(hu) %{_mandir}/hu/man1/kill.1*
587 %lang(hu) %{_mandir}/hu/man1/logger.1*
588 %lang(hu) %{_mandir}/hu/man1/more.1*
589 %lang(hu) %{_mandir}/hu/man1/setterm.1*
590 %lang(hu) %{_mandir}/hu/man1/whereis.1*
591 %lang(hu) %{_mandir}/hu/man1/write.1*
592
593 %lang(hu) %{_mandir}/hu/man8/ctrlaltdel.8*
594 %lang(hu) %{_mandir}/hu/man8/fdformat.8*
595 %lang(hu) %{_mandir}/hu/man8/mkswap.8*
596
597 %lang(id) %{_mandir}/id/man1/cal.1*
598 %lang(id) %{_mandir}/id/man1/kill.1*
599 %lang(id) %{_mandir}/id/man1/logger.1*
600 %lang(id) %{_mandir}/id/man1/more.1*
601 %lang(id) %{_mandir}/id/man1/script.1*
602 %lang(id) %{_mandir}/id/man1/write.1*
603
604 %lang(id) %{_mandir}/id/man8/fdformat.8*
605
606 %lang(it) %{_mandir}/it/man1/arch.1*
607 %lang(it) %{_mandir}/it/man1/kill.1*
608
609 %lang(it) %{_mandir}/it/man8/mkswap.8*
610 %lang(it) %{_mandir}/it/man8/setsid.8*
611
612 %lang(ja) %{_mandir}/ja/man1/arch.1*
613 %lang(ja) %{_mandir}/ja/man1/cal.1*
614 %lang(ja) %{_mandir}/ja/man1/col.1*
615 %lang(ja) %{_mandir}/ja/man1/colcrt.1*
616 %lang(ja) %{_mandir}/ja/man1/colrm.1*
617 %lang(ja) %{_mandir}/ja/man1/column.1*
618 %lang(ja) %{_mandir}/ja/man1/ddate.1*
619 %lang(ja) %{_mandir}/ja/man1/getopt.1*
620 %lang(ja) %{_mandir}/ja/man1/hexdump.1*
621 %lang(ja) %{_mandir}/ja/man1/kill.1*
622 %lang(ja) %{_mandir}/ja/man1/logger.1*
623 %lang(ja) %{_mandir}/ja/man1/look.1*
624 %lang(ja) %{_mandir}/ja/man1/mcookie.1*
625 %lang(ja) %{_mandir}/ja/man1/more.1*
626 %lang(ja) %{_mandir}/ja/man1/namei.1*
627 %lang(ja) %{_mandir}/ja/man1/readprofile.1*
628 %lang(ja) %{_mandir}/ja/man1/rev.1*
629 %lang(ja) %{_mandir}/ja/man1/script.1*
630 %lang(ja) %{_mandir}/ja/man1/setterm.1*
631 %lang(ja) %{_mandir}/ja/man1/ul.1*
632 %lang(ja) %{_mandir}/ja/man1/whereis.1*
633 %lang(ja) %{_mandir}/ja/man1/write.1*
634
635 %lang(ja) %{_mandir}/ja/man8/blockdev.8*
636 %lang(ja) %{_mandir}/ja/man8/ctrlaltdel.8*
637 %lang(ja) %{_mandir}/ja/man8/cytune.8*
638 %lang(ja) %{_mandir}/ja/man8/dmesg.8*
639 %lang(ja) %{_mandir}/ja/man8/elvtune.8*
640 %lang(ja) %{_mandir}/ja/man8/fdformat.8*
641 %lang(ja) %{_mandir}/ja/man8/ipcrm.8*
642 %lang(ja) %{_mandir}/ja/man8/ipcs.8*
643 %lang(ja) %{_mandir}/ja/man8/isosize.8*
644 %lang(ja) %{_mandir}/ja/man8/mkswap.8*
645 %lang(ja) %{_mandir}/ja/man8/renice.8*
646 %lang(ja) %{_mandir}/ja/man8/setfdprm.8*
647 %lang(ja) %{_mandir}/ja/man8/setsid.8*
648
649 %lang(ko) %{_mandir}/ko/man1/arch.1*
650 %lang(ko) %{_mandir}/ko/man1/cal.1*
651 %lang(ko) %{_mandir}/ko/man1/col.1*
652 %lang(ko) %{_mandir}/ko/man1/colcrt.1*
653 %lang(ko) %{_mandir}/ko/man1/colrm.1*
654 %lang(ko) %{_mandir}/ko/man1/column.1*
655 %lang(ko) %{_mandir}/ko/man1/ddate.1*
656 %lang(ko) %{_mandir}/ko/man1/getopt.1*
657 %lang(ko) %{_mandir}/ko/man1/hexdump.1*
658 %lang(ko) %{_mandir}/ko/man1/kill.1*
659 %lang(ko) %{_mandir}/ko/man1/logger.1*
660 %lang(ko) %{_mandir}/ko/man1/look.1*
661 %lang(ko) %{_mandir}/ko/man1/mcookie.1*
662 %lang(ko) %{_mandir}/ko/man1/more.1*
663 %lang(ko) %{_mandir}/ko/man1/namei.1*
664 %lang(ko) %{_mandir}/ko/man1/readprofile.1*
665 %lang(ko) %{_mandir}/ko/man1/rev.1*
666 %lang(ko) %{_mandir}/ko/man1/script.1*
667 %lang(ko) %{_mandir}/ko/man1/setterm.1*
668 %lang(ko) %{_mandir}/ko/man1/ul.1*
669 %lang(ko) %{_mandir}/ko/man1/whereis.1*
670 %lang(ko) %{_mandir}/ko/man1/write.1*
671  
672 %lang(ko) %{_mandir}/ko/man8/ctrlaltdel.8*
673 %lang(ko) %{_mandir}/ko/man8/dmesg.8*
674 %lang(ko) %{_mandir}/ko/man8/fdformat.8*
675 %lang(ko) %{_mandir}/ko/man8/ipcrm.8*
676 %lang(ko) %{_mandir}/ko/man8/ipcs.8*
677 %lang(ko) %{_mandir}/ko/man8/mkswap.8*
678 %lang(ko) %{_mandir}/ko/man8/renice.8*
679 %lang(ko) %{_mandir}/ko/man8/setfdprm.8*
680 %lang(ko) %{_mandir}/ko/man8/setsid.8*
681
682 %lang(nl) %{_mandir}/nl/man1/kill.1*
683
684 %lang(pl) %{_mandir}/pl/man1/arch.1*
685 %lang(pl) %{_mandir}/pl/man1/cal.1*
686 %lang(pl) %{_mandir}/pl/man1/col.1*
687 %lang(pl) %{_mandir}/pl/man1/colcrt.1*
688 %lang(pl) %{_mandir}/pl/man1/colrm.1*
689 %lang(pl) %{_mandir}/pl/man1/getopt.1*
690 %lang(pl) %{_mandir}/pl/man1/hexdump.1*
691 %lang(pl) %{_mandir}/pl/man1/kill.1*
692 %lang(pl) %{_mandir}/pl/man1/look.1*
693 %lang(pl) %{_mandir}/pl/man1/more.1*
694 %lang(pl) %{_mandir}/pl/man1/rev.1*
695 %lang(pl) %{_mandir}/pl/man1/script.1*
696 %lang(pl) %{_mandir}/pl/man1/setterm.1*
697 %lang(pl) %{_mandir}/pl/man1/ul.1*
698 %lang(pl) %{_mandir}/pl/man1/whereis.1*
699 %lang(pl) %{_mandir}/pl/man1/write.1*
700
701 %lang(pl) %{_mandir}/pl/man8/ctrlaltdel.8*
702 %lang(pl) %{_mandir}/pl/man8/dmesg.8*
703 %lang(pl) %{_mandir}/pl/man8/fdformat.8*
704 %lang(pl) %{_mandir}/pl/man8/ipcrm.8*
705 %lang(pl) %{_mandir}/pl/man8/ipcs.8*
706 %lang(pl) %{_mandir}/pl/man8/mkswap.8*
707 %lang(pl) %{_mandir}/pl/man8/renice.8*
708 %lang(pl) %{_mandir}/pl/man8/setfdprm.8*
709
710 %dir %{_examplesdir}/getopt
711 %attr(755,root,root) %{_examplesdir}/getopt/*
712 %{_datadir}/misc/more.help
713
714 %attr(755,root,root) /sbin/cfdisk
715 %attr(755,root,root) /sbin/fdisk
716 %attr(755,root,root) /sbin/fsck.minix
717 %attr(755,root,root) /sbin/mkfs.minix
718 %attr(755,root,root) /sbin/sfdisk
719
720 %{_mandir}/man8/cfdisk.8*
721 %{_mandir}/man8/fdisk.8*
722 %{_mandir}/man8/sfdisk.8*
723 %{_mandir}/man8/fsck.minix.8*
724 %{_mandir}/man8/mkfs.minix.8*
725 %{_mandir}/man8/mkfs.8*
726
727 %lang(es) %{_mandir}/es/man8/fdisk.8*
728 %lang(es) %{_mandir}/es/man8/fsck.minix.8*
729 %lang(es) %{_mandir}/es/man8/mkfs.minix.8*
730 %lang(es) %{_mandir}/es/man8/mkfs.8*
731
732 %lang(fr) %{_mandir}/fr/man8/cfdisk.8*
733 %lang(fr) %{_mandir}/fr/man8/fdisk.8*
734 %lang(fr) %{_mandir}/fr/man8/sfdisk.8*
735 %lang(fr) %{_mandir}/fr/man8/mkfs.minix.8*
736 %lang(fr) %{_mandir}/fr/man8/mkfs.8*
737
738 %lang(hu) %{_mandir}/hu/man8/mkfs.8*
739
740 %lang(it) %{_mandir}/it/man8/cfdisk.8*
741 %lang(it) %{_mandir}/it/man8/fdisk.8*
742
743 %lang(ja) %{_mandir}/ja/man8/cfdisk.8*
744 %lang(ja) %{_mandir}/ja/man8/fdisk.8*
745 %lang(ja) %{_mandir}/ja/man8/sfdisk.8*
746 %lang(ja) %{_mandir}/ja/man8/fsck.minix.8*
747 %lang(ja) %{_mandir}/ja/man8/mkfs.minix.8*
748 %lang(ja) %{_mandir}/ja/man8/mkfs.8*
749
750 %lang(ko) %{_mandir}/ko/man8/fdisk.8*
751 %lang(ko) %{_mandir}/ko/man8/fsck.minix.8*
752 %lang(ko) %{_mandir}/ko/man8/mkfs.minix.8*
753 %lang(ko) %{_mandir}/ko/man8/mkfs.8*
754
755 %lang(pl) %{_mandir}/pl/man8/fdisk.8*
756 %lang(pl) %{_mandir}/pl/man8/fsck.minix.8*
757 %lang(pl) %{_mandir}/pl/man8/mkfs.minix.8*
758 %lang(pl) %{_mandir}/pl/man8/mkfs.8*
759
760 %attr(755,root,root) %{_bindir}/cytune
761
762 %ifarch %{ix86}
763 %attr(755,root,root) %{_sbindir}/ramsize
764 %attr(755,root,root) %{_sbindir}/rdev
765 %attr(755,root,root) %{_sbindir}/rootflags
766 %attr(755,root,root) %{_sbindir}/vidmode
767
768 %{_mandir}/man8/ramsize.8*
769 %{_mandir}/man8/rdev.8*
770 %{_mandir}/man8/rootflags.8*
771 %{_mandir}/man8/vidmode.8*
772
773 %lang(da) %{_mandir}/da/man8/ramsize.8*
774 %lang(da) %{_mandir}/da/man8/rdev.8*
775 %lang(da) %{_mandir}/da/man8/rootflags.8*
776 %lang(da) %{_mandir}/da/man8/vidmode.8*
777
778 %lang(de) %{_mandir}/de/man8/ramsize.8*
779 %lang(de) %{_mandir}/de/man8/rdev.8*
780 %lang(de) %{_mandir}/de/man8/rootflags.8*
781 %lang(de) %{_mandir}/de/man8/vidmode.8*
782
783 %lang(es) %{_mandir}/es/man8/ramsize.8*
784 %lang(es) %{_mandir}/es/man8/rdev.8*
785 %lang(es) %{_mandir}/es/man8/rootflags.8*
786 %lang(es) %{_mandir}/es/man8/vidmode.8*
787
788 %lang(ja) %{_mandir}/ja/man8/ramsize.8*
789 %lang(ja) %{_mandir}/ja/man8/rdev.8*
790 %lang(ja) %{_mandir}/ja/man8/rootflags.8*
791 %lang(ja) %{_mandir}/ja/man8/vidmode.8*
792
793 %lang(ko) %{_mandir}/ko/man8/ramsize.8*
794 %lang(ko) %{_mandir}/ko/man8/rdev.8*
795 %lang(ko) %{_mandir}/ko/man8/rootflags.8*
796 %lang(ko) %{_mandir}/ko/man8/vidmode.8*
797
798 %lang(pl) %{_mandir}/pl/man8/ramsize.8*
799 %lang(pl) %{_mandir}/pl/man8/rdev.8*
800 %lang(pl) %{_mandir}/pl/man8/rootflags.8*
801 %lang(pl) %{_mandir}/pl/man8/vidmode.8*
802 %endif
803
804 %{_infodir}/ipc*
805
806 %ghost /var/lock/wtmpxlock
807
808 %files -n mount
809 %defattr(644,root,root,755)
810
811 %attr(4755,root,root) /bin/mount
812 %attr(4755,root,root) /bin/umount
813 %{?_with_pivot_root:%attr(755,root,root) /sbin/pivot_root}
814 %attr(755,root,root) /sbin/swapon
815 %attr(755,root,root) /sbin/swapoff
816
817 %{_mandir}/man5/fstab.5*
818 %{_mandir}/man5/nfs.5*
819
820 %{_mandir}/man8/mount.8*
821 %{_mandir}/man8/umount.8*
822 %{?_with_pivot_root:%{_mandir}/man8/pivot_root.8*}
823 %{_mandir}/man8/swapon.8*
824 %{_mandir}/man8/swapoff.8*
825
826 %lang(cs) %{_mandir}/cs/man5/fstab.5*
827
828 %lang(de) %{_mandir}/de/man5/fstab.5*
829 %lang(de) %{_mandir}/de/man5/nfs.5*
830
831 %lang(es) %{_mandir}/es/man5/fstab.5*
832 %lang(es) %{_mandir}/es/man5/nfs.5*
833
834 %lang(es) %{_mandir}/es/man8/mount.8*
835 %lang(es) %{_mandir}/es/man8/umount.8*
836 %lang(es) %{_mandir}/es/man8/swapon.8*
837 %lang(es) %{_mandir}/es/man8/swapoff.8*
838
839 %lang(fr) %{_mandir}/fr/man5/fstab.5*
840 %lang(fr) %{_mandir}/fr/man5/nfs.5*
841
842 %lang(fr) %{_mandir}/fr/man8/mount.8*
843 %lang(fr) %{_mandir}/fr/man8/umount.8*
844
845 %lang(hu) %{_mandir}/hu/man5/fstab.5*
846
847 %lang(hu) %{_mandir}/hu/man8/mount.8*
848 %lang(hu) %{_mandir}/hu/man8/umount.8*
849
850 %lang(it) %{_mandir}/it/man5/fstab.5*
851 %lang(it) %{_mandir}/it/man5/nfs.5*
852
853 %lang(it) %{_mandir}/it/man8/mount.8*
854 %lang(it) %{_mandir}/it/man8/umount.8*
855 %lang(it) %{_mandir}/it/man8/swapon.8*
856 %lang(it) %{_mandir}/it/man8/swapoff.8*
857
858 %lang(ja) %{_mandir}/ja/man5/fstab.5*
859 %lang(ja) %{_mandir}/ja/man5/nfs.5*
860
861 %lang(ja) %{_mandir}/ja/man8/mount.8*
862 %lang(ja) %{_mandir}/ja/man8/umount.8*
863 %{?_with_pivot_root:%lang(ja) %{_mandir}/ja/man8/pivot_root.8*}
864 %lang(ja) %{_mandir}/ja/man8/swapon.8*
865 %lang(ja) %{_mandir}/ja/man8/swapoff.8*
866
867 %lang(ko) %{_mandir}/ko/man5/fstab.5*
868 %lang(ko) %{_mandir}/ko/man5/nfs.5*
869
870 %lang(ko) %{_mandir}/ko/man8/mount.8*
871 %lang(ko) %{_mandir}/ko/man8/umount.8*
872 %lang(ko) %{_mandir}/ko/man8/swapon.8*
873 %lang(ko) %{_mandir}/ko/man8/swapoff.8*
874
875 %lang(pl) %{_mandir}/pl/man5/fstab.5*
876 %lang(pl) %{_mandir}/pl/man5/nfs.5*
877
878 %lang(pl) %{_mandir}/pl/man8/mount.8*
879 %lang(pl) %{_mandir}/pl/man8/umount.8*
880 %lang(pl) %{_mandir}/pl/man8/swapon.8*
881 %lang(pl) %{_mandir}/pl/man8/swapoff.8*
882
883 %files -n losetup
884 %defattr(644,root,root,755)
885 %attr(755,root,root) /sbin/losetup
886
887 %{_mandir}/man8/losetup.8*
888 %lang(fr) %{_mandir}/fr/man8/losetup.8*
889 %lang(it) %{_mandir}/it/man8/losetup.8*
890 %lang(ja) %{_mandir}/ja/man8/losetup.8*
891 %lang(ko) %{_mandir}/ko/man8/losetup.8*
892 %lang(pl) %{_mandir}/pl/man8/losetup.8*
893
894 %files chkdupexe
895 %defattr(644,root,root,755)
896 %attr(755,root,root) %{_bindir}/chkdupexe
897
898 %{_mandir}/man1/chkdupexe.1*
899 %lang(ja) %{_mandir}/ja/man1/chkdupexe.1*
900 %lang(ko) %{_mandir}/ko/man1/chkdupexe.1*
901 %lang(pl) %{_mandir}/pl/man1/chkdupexe.1*
902
903 %files -n tunelp
904 %defattr(644,root,root,755)
905 %attr(755,root,root) %{_sbindir}/tunelp
906
907 %{_mandir}/man8/tunelp.8*
908 %lang(es) %{_mandir}/es/man8/tunelp.8*
909 %lang(ja) %{_mandir}/ja/man8/tunelp.8*
910 %lang(pl) %{_mandir}/pl/man8/tunelp.8*
911
912 %files -n login
913 %defattr(644,root,root,755)
914 %attr(640,root,root) %config(noreplace) %verify(not mtime size md5) /etc/pam.d/login
915 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/security/blacklist.login
916 %attr(0755,root,root) /bin/login
917
918 %{_mandir}/man1/login.1*
919 %lang(da) %{_mandir}/da/man1/login.1*
920 %lang(de) %{_mandir}/de/man1/login.1*
921 %lang(es) %{_mandir}/es/man1/login.1*
922 %lang(hu) %{_mandir}/hu/man1/login.1*
923 %lang(id) %{_mandir}/id/man1/login.1*
924 %lang(ja) %{_mandir}/ja/man1/login.1*
925 %lang(ko) %{_mandir}/ko/man1/login.1*
926 %lang(pl) %{_mandir}/pl/man1/login.1*
927
928 %files -n agetty
929 %defattr(644,root,root,755)
930 %attr(0755,root,root) /sbin/agetty
931
932 %{_mandir}/man8/agetty.8*
933 %lang(es) %{_mandir}/es/man8/agetty.8*
934 %lang(ja) %{_mandir}/ja/man8/agetty.8*
935
936 %files -n rawdevices
937 %defattr(644,root,root,755)
938 %attr(0755,root,root) %{_bindir}/raw
939 %attr(0750,root,root) /etc/rc.d/init.d/rawdevices
940 %attr(0640,root,root) %config(noreplace) /etc/sysconfig/rawdevices
941
942 %{_mandir}/man8/raw.8*
943 %lang(ja) %{_mandir}/ja/man8/raw.8*
944
945 %if %{?BOOT:1}%{!?BOOT:0}
946 %files BOOT
947 %defattr(644,root,root,755)
948 %attr(755,root,root) %{_libdir}/bootdisk/sbin/*
949 %endif
This page took 0.086872 seconds and 4 git commands to generate.