]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux.spec
- add blockdev upstart
[packages/util-linux.git] / util-linux.spec
1 #
2 # Conditional build:
3 %bcond_with             uClibc          # link initrd version with static glibc instead of uClibc
4 %bcond_without  dietlibc        # link initrd version with dietlibc instead of uClibc
5 %bcond_without  selinux         # SELinux support
6 %if "%{pld_release}" == "ac"
7 %bcond_with             initrd          # don't build initrd version
8 %bcond_with             fallocate       # fallocate utility (needs glibc 2.11 to compile)
9 %bcond_with             partx           # partx utility (needs glibc 2.10 for openat to compile)
10 %else
11 %bcond_without  initrd          # don't build initrd version
12 %bcond_without  fallocate       # fallocate utility (needs glibc 2.11 to compile)
13 %bcond_without  partx           # partx utility (needs glibc 2.10 for openat to compile)
14 %endif
15
16 %if "%{pld_release}" == "ac"
17 %define         pam_ver 0.79.0
18 %else
19 %define         pam_ver 0.99.7.1
20 %endif
21
22 Summary:        Collection of basic system utilities for Linux
23 Summary(de.UTF-8):      Sammlung von grundlegenden Systemdienstprogrammen für Linux
24 Summary(es.UTF-8):      Colectánea de utilitarios básicos de sistema para Linux
25 Summary(fr.UTF-8):      Ensemble d'utilitaires système de base pour Linux
26 Summary(pl.UTF-8):      Zbiór podstawowych narzędzi systemowych dla Linuksa
27 Summary(pt_BR.UTF-8):   Coletânea de utilitários básicos de sistema para Linux
28 Summary(ru.UTF-8):      Набор базовых системных утилит для Linux
29 Summary(tr.UTF-8):      Temel sistem araçları
30 Summary(uk.UTF-8):      Набір базових системних утиліт для Linux
31 Name:           util-linux
32 Version:        2.20
33 Release:        4
34 License:        GPL
35 Group:          Applications/System
36 Source0:        http://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/%{name}-%{version}.tar.bz2
37 # Source0-md5:  4dcacdbdafa116635e52b977d9d0e879
38 Source1:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
39 # Source1-md5:  3c940c7e7fe699eaa2ddb1bffb3de2fe
40 Source2:        login.pamd
41 Source3:        %{name}-blockdev.init
42 Source4:        %{name}-blockdev.sysconfig
43 Source5:        blockdev.upstart
44 Patch1:         %{name}-ng-union-mount.patch
45 Patch2:         %{name}-ctrlaltdel-man.patch
46 Patch3:         %{name}-fdformat-ide.patch
47 Patch4:         %{name}-fhs.patch
48 Patch5:         %{name}-hotkeys.patch
49 Patch6:         %{name}-pl.po-update.patch
50 Patch7:         %{name}-login-lastlog.patch
51 Patch8:         %{name}-procpartitions.patch
52 Patch9:         %{name}-swaponsymlink.patch
53 Patch10:        %{name}-diet.patch
54 Patch11:        no-openat.patch
55 URL:            http://userweb.kernel.org/~kzak/util-linux/
56 BuildRequires:  audit-libs-devel >= 1.0.6
57 BuildRequires:  autoconf >= 2.60
58 BuildRequires:  automake >= 1:1.10
59 BuildRequires:  gettext-devel
60 %{?with_fallocate:BuildRequires:        glibc-devel >= 6:2.11}
61 BuildRequires:  gtk-doc-automake
62 %{?with_selinux:BuildRequires:  libselinux-devel}
63 %{?with_selinux:BuildRequires:  libsepol-devel}
64 BuildRequires:  libtool >= 2:2.2
65 BuildRequires:  linux-libc-headers >= 7:2.6.27
66 BuildRequires:  ncurses-devel >= 5.0
67 BuildRequires:  pam-devel >= %{pam_ver}
68 BuildRequires:  pkgconfig
69 BuildRequires:  rpm >= 4.4.9-56
70 BuildRequires:  rpmbuild(macros) >= 1.470
71 BuildRequires:  sed >= 4.0
72 BuildRequires:  zlib-devel
73 %if %{with initrd}
74         %if %{with uClibc}
75 BuildRequires:  uClibc-static >= 2:0.9.29
76         %else
77                 %if %{with dietlibc}
78 BuildRequires:  dietlibc-static >= 2:0.32-14
79                 %else
80 BuildRequires:  glibc-static
81                 %endif
82         %endif
83 %endif
84 Requires:       pam >= %{pam_ver}
85 Provides:       fdisk
86 Provides:       linux32
87 Provides:       sparc32
88 Obsoletes:      cramfs
89 Obsoletes:      ionice
90 Obsoletes:      linux32
91 Obsoletes:      rawdevices
92 Obsoletes:      schedutils
93 Obsoletes:      setarch
94 Obsoletes:      sparc32
95 Obsoletes:      util-linux-ng <= %{version}-%{release}
96 Obsoletes:      util-linux-suids
97 Conflicts:      e2fsprogs < 1.41.8-5
98 Conflicts:      shadow-extras < 1:4.0.3-6
99 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
100
101 %define         debugcflags     -O1 -g
102
103 # for some reason known only to rpm there must be "\\|" not "\|" here
104 %define         dietarch        %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
105 %define         dietlibdir      %{_prefix}/lib/dietlibc/lib-%{dietarch}
106
107 %ifarch ppc ppc64
108 # for dietlibc
109 %define         filterout_ld    -Wl,-z,relro
110 %endif
111
112 %description
113 util-linux contains a large variety of low-level system utilities
114 necessary for a functional Linux system. This includes, among other
115 things, configuration tools such as fdisk and system programs such as
116 logger.
117
118 %description -l de.UTF-8
119 util-linux enthält eine große Anzahl an
120 low-level-Systemdienstprogrammen, die für ein funktionierendes
121 Linux-System erforderlich sind. Dazu gehören Konfigurationstools wie
122 'fdisk' und Systemprogramme wie 'logger'.
123
124 %description -l es.UTF-8
125 util-linux contiene una gran variedad de utilitarios de sistema de
126 bajo nivel necesarios a un sistema Linux funcional. Esto incluye,
127 entre otras cosas, herramientas de configuración como fdisk y
128 programas de sistema como logger.
129
130 %description -l fr.UTF-8
131 util-linux contient une grande variété d'utilitaire système bas niveau
132 nécessaires au fonctionnement d'un système Linux. Cela comprend, entre
133 autres, les outils de configuration comme fdisk et des programmes
134 systèmes comme logger.
135
136 %description -l pl.UTF-8
137 util-linux zawiera wiele różnych, niskopoziomowych narzędzi
138 systemowych niezbędnych do prawidłowego działania Linuksa. W pakiecie
139 znajdują się między innymi narzędzia konfiguracyjne, takie jak fdisk i
140 programy systemowe, takie jak logger.
141
142 %description -l pt_BR.UTF-8
143 util-linux contém uma grande variedade de utilitários de sistema de
144 baixo-nível necessários para um sistema Linux funcional. Isso inclui,
145 entre outras coisas, ferramentas de configuração como fdisk e
146 programas de sistema como logger.
147
148 %description -l ru.UTF-8
149 Этот пакет содержит большой набор системных утилит низкого уровня,
150 которые необходимы для функционирования системы Linux. Он включает, в
151 числе прочих, инструменты конфигурации, такие как fdisk, и системные
152 программы, такие как logger.
153
154 %description -l tr.UTF-8
155 şlevsel durumdaki bir Linux sistemi için gerekli birçok alt düzey
156 sistem araçlarını içerir. Bunlar arasında fdisk gibi yapılandırma
157 uygulamaları ve logger gibi sistem programları sayılabilir.
158
159 %description -l uk.UTF-8
160 Цей пакет містить великий набір системних утиліт низького рівня, які
161 необхідні для функціонування системи Linux. Він містить, окрім інших,
162 конфігураційні інструменти (такі як fdisk) та системні програми (такі
163 як logger).
164
165 %package -n blockdev
166 Summary:        Support for blockdev
167 Summary(pl.UTF-8):      Obsługa blockdev
168 Group:          Applications/System
169 Requires(post,preun):   /sbin/chkconfig
170 Requires:       coreutils
171 Requires:       rc-scripts
172
173 %description -n blockdev
174 The utility blockdev allows one to call block device ioctls from the
175 command line. This package also includes initscript to set blockdev
176 parameters at system startup.
177
178 %description -n blockdev -l pl.UTF-8
179 Narzędzie blockdev pozwala na wywołania ioctl dla urządzeń blokowych z
180 linii poleceń. Ten pakiet zawiera także skrypt inicjalizacyjny do
181 ustawiania parametrów blockdev przy starcie systemu.
182
183 %package -n losetup
184 Summary:        Programs for setting up and configuring loopback devices
185 Summary(de.UTF-8):      Programme zum Einrichten und Konfigurieren von Loopback-Geräten
186 Summary(fr.UTF-8):      Programmes pour mettre en place et configurer les loopback
187 Summary(pl.UTF-8):      Program do konfiguracji urządzenia blokowego loopback
188 Summary(ru.UTF-8):      Программы для настройки loopback-устройств
189 Summary(tr.UTF-8):      Yerel-çevrim aygıtlarının kurulması ve ayarlanması için programlar
190 Summary(uk.UTF-8):      Програми для конфігурації loopback-пристроїв
191 Group:          Applications/System
192
193 %description -n losetup
194 Linux supports a special block device called the loopback device,
195 which maps a normal file onto a virtual block device. This package
196 contains programs for setting up and removing the mapping between
197 files and loopback devices.
198
199 Block loopback devices should not be confused with the networking
200 loopback device, which is configured with the normal ifconfig command.
201
202 %description -n losetup -l de.UTF-8
203 Linux unterstützt ein spezielles Blockgerät, das sogenannte Loopback,
204 das eine normale Datei auf ein virtuelles Blockgerät abbildet. Das
205 Paket enthält Programme zum Einrichten und Entfernen der Zuordnung
206 zwischen Dateien und Loopback-Geräten.
207
208 %description -n losetup -l fr.UTF-8
209 Linux gère un périphérique bloc spécial appelé « loopback », qui
210 correspond à un fichier normal sur un périphérique bloc virtuel. Ce
211 paquetage contient les programmes pour configurer et supprimer la
212 correspondance entre les fichiers et les périphériques loopback.
213
214 Les périphériques bloc loopback ne doivent pas être confondus avec le
215 périphérique loopback du réseau, configuré avec la commande ifconfig
216 normale.
217
218 %description -n losetup -l pl.UTF-8
219 Linux wspiera specjalne urządzenie blokowe loopback, które mapuje
220 normalny plik w wirtualne urządzenie blokowe. Pakiet ten zawiera
221 program, przy pomocy którego będziesz mógł je skonfigurować.
222
223 Urządzenie blokowe loopback nie powinno być mylone z sieciowym
224 interfejsem loopback, który jest konfigurowany przy pomocy polecenia
225 ifconfig.
226
227 %description -n losetup -l ru.UTF-8
228 Linux поддерживает специальное блочное устройство, называемое
229 loopback, которое отображает обычный файл в виртуальное блочное
230 устройство. Это позволяет использовать файл как виртуальную файловую
231 систему. Losetup используется для связи loopback-устройств с обычными
232 файлами или блочными устройствами, для отсоединения loopback-устройств
233 и запросов их статуса.
234
235 %description -n losetup -l tr.UTF-8
236 Linux özel bir blok aygıt olan yerel-çevrim aygıtını (loopback device)
237 destekler. Bu aygıt normal bir dosyanın sanal bir blok aygıtı üzerine
238 haritasını çıkarır. Bu paket, dosyalar ve yerel-çevrim aygıtları
239 arasındaki haritalama işleminin kurulması ve kaldırılması için
240 programlar içerir. Blok yerel-çevrim aygıtı ifconfig komutu ile
241 yapılandırılan ağ yerel-çevrim aygıtı ile karıştırılmamalıdır.
242
243 %description -n losetup -l uk.UTF-8
244 Linux підтримує спеціальний блочний пристрій, loopback, який
245 відображує звичайний файл у віртуальний блочний пристрій. Це дозволяє
246 використовувати файл як віртуальну файлову систему. Losetup
247 використовують для зв'язку loopback-пристроїв зі звичайними файлами
248 або блочними пристроями, для від'єднання loopback-пристроїв та
249 запросів їх стану.
250
251 %package -n mount
252 Summary:        Programs for mounting and unmounting filesystems
253 Summary(de.UTF-8):      Programme zum montieren und abmontieren von Dateisystemen
254 Summary(fr.UTF-8):      Programme pour monter et démonter des systèmes de fichiers
255 Summary(pl.UTF-8):      Programy do montowania i odmontowywania systemów plików
256 Summary(ru.UTF-8):      Программы для монтирования и размонтирования файловых систем
257 Summary(tr.UTF-8):      Dosya sistemlerini bağlamak ve çözmek için programlar
258 Summary(uk.UTF-8):      Програми для монтування та розмонтування файлових систем
259 Group:          Applications/System
260 Conflicts:      nfs-utils-common < 1.1.3-3
261
262 %description -n mount
263 mount is used for adding new filesystems, both local and networked, to
264 your current directory structure. The filesystems must already exist
265 for this to work. It can also be used to change the access types the
266 kernel uses for already-mounted filesystems.
267
268 This package is critical for the functionality of your system.
269
270 %description -n mount -l de.UTF-8
271 mount wird zum Hinzufügen neuer Dateisysteme (lokal und im Netzwerk)
272 zu Ihrer aktuellen Verzeichnisstruktur verwendet. Die Dateisysteme
273 müssen bereits existieren. Außerdem können die Zugriffstypen geändert
274 werden, die der Kernel für bereits montierte Dateisysteme verwendet.
275
276 Dieses Paket ist für Ihr System unbedingt erforderlich.
277
278 %description -n mount -l fr.UTF-8
279 mount sert à ajouter de nouveaux systèmes de fichiers, locaux ou
280 réseaux, à votre structure de répertoire. Les systèmes de fichiers
281 doivent déjà exister pour que cela fonctionne. Il peut aussi servir à
282 changer les types d'accès pour les systèmes de fichiers déjà montés.
283
284 Ce paquetage est critique pour le fonctionnement de votre système.
285
286 %description -n mount -l pl.UTF-8
287 Program mount jest używany przez system do montowania systemów plików,
288 zarówno lokalnych jak i sieciowych (np. NFS).
289
290 Pakiet ten jest niezbędny do prawidłowej pracy twojego Linuksa.
291
292 %description -n mount -l ru.UTF-8
293 Пакет mount содержит программы mount, umount, swapon и swapoff. Файлы
294 в вашей системе организованы в виде одного большого дерева или
295 иерархии. Эти файлы могут быть размещены на разных устройствах.
296 Команда mount присоединяет файловую систему на некотором устройстве к
297 дереву файлов вашей системы. Команда umount отсоединяет файловую
298 систему от дерева. Swapon и swapoff, соответственно, разрешает и
299 запрещает своппинг в определенные файлы и устройства.
300
301 %description -n mount -l tr.UTF-8
302 mount, hem yerel hem de ağ dosya sistemlerinin dizin yapısına
303 eklenmesi için kullanılır. Bunun için bağlanacak dosya sisteminin
304 önceden hazırlanmış olması gerekir. Aynı zamanda çekirdeğin bağlanmış
305 dosya sistemlerine erişimini değiştirmek için de kullanılır. Bu paket
306 sisteminizin işlevselliği açısından kritiktir.
307
308 %description -n mount -l uk.UTF-8
309 Пакет mount містить програми mount, umount, swapon та swapoff. Файли у
310 вашій системі організовані у вигляді одного великого дерева або
311 ієрархії. Ці файли можуть бути розташовані на різних пристроях.
312 Команда mount під'єднує файлову систему на деякому пристрої до дерева
313 файлів вашої системи. Команда umount від'єднує файлову систему від
314 дерева. Swapon та swapoff, відповідно, дозволяє та заборонює свопінг у
315 визначені файли або пристрої.
316
317 %package chkdupexe
318 Summary:        chkdupexe - find duplicate executables
319 Summary(pl.UTF-8):      chkdupexe odszukuje powtarzające się pliki uruchamialne
320 Group:          Applications/System
321 Obsoletes:      util-linux-ng-chkdupexe
322
323 %description chkdupexe
324 chkdupexe will scan the union of $PATH and a hardcoded list of common
325 locations for binaries. It will report dangling symlinks and
326 duplicately-named binaries.
327
328 %description chkdupexe -l pl.UTF-8
329 chkdupexe przeszukuje katalogi z $PATH oraz inne powszechnie znane
330 katalogi z plikami uruchamialnymi i informuje o powtarzających się
331 plikach w różnych katalogach.
332
333 %package -n tunelp
334 Summary:        Configures kernel parallel port driver
335 Summary(de.UTF-8):      Konfiguriert den Kerneltreiber für den parallelen Port
336 Summary(fr.UTF-8):      Configure le pilote du port parallèle dans le noyau
337 Summary(pl.UTF-8):      Program do konfigurowania sterownika portu równoległego
338 Summary(tr.UTF-8):      Çekirdeğin paralel bağlantı noktası sürücüsünü ayarlar
339 License:        GPL v2+
340 Group:          Applications/System
341
342 %description -n tunelp
343 tunelp aids in configuring the kernel parallel port driver.
344
345 %description -n tunelp -l de.UTF-8
346 tunelp hilft bei der Konfiguration des Kernel-Parallelport-Treibers.
347
348 %description -n tunelp -l fr.UTF-8
349 « tunelp » aide à configurer le pilote du noyau pour le port
350 parallèle.
351
352 %description -n tunelp -l pl.UTF-8
353 Program do konfigurowania sterownika portu równoległego.
354
355 %description -n tunelp -l tr.UTF-8
356 Paralel bağlantı noktası sürücüsünü ayarlar.
357
358 %package -n login
359 Summary:        login is used when signing onto a system
360 Summary(pl.UTF-8):      login jest używany do rozpoczęcia pracy w systemie
361 Group:          Applications/System
362 Requires:       pam >= %{pam_ver}
363 Obsoletes:      heimdal-login
364
365 %description -n login
366 login is used when signing onto a system. It can also be used to
367 switch from one user to another at any time (most modern shells have
368 support for this feature built into them, however).
369
370 %description -n login -l pl.UTF-8
371 login jest używany do rozpoczęcia pracy w systemie. Może być używany
372 do przełączania z jednego użytkownika na innego w każdym momencie
373 (jednak większość nowoczesnych powłok ma takie funkcje wbudowane).
374
375 %package -n agetty
376 Summary:        Alternative Linux getty
377 Summary(pl.UTF-8):      Alternatywny getty
378 Group:          Applications/System
379 Requires:       login
380
381 %description -n agetty
382 agetty is simple Linux getty with serial support.
383
384 %description -n agetty -l pl.UTF-8
385 agetty jest prostym linuksowym getty z obsługą portu szeregowego.
386
387 %package -n libblkid
388 Summary:        Library to handle device identification and token extraction
389 Summary(pl.UTF-8):      Biblioteka do obsługi identyfikacji urządzeń
390 License:        LGPL v2.1+
391 Group:          Libraries
392 Requires:       libuuid = %{version}-%{release}
393 Obsoletes:      util-linux-ng-libs
394
395 %description -n libblkid
396 Library to handle device identification and token extraction.
397
398 %description -n libblkid -l pl.UTF-8
399 Biblioteka do obsługi identyfikacji urządzeń i wydobywania tokenów.
400
401 %package -n libblkid-devel
402 Summary:        Header files for blkid library
403 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki blkid
404 License:        LGPL v2.1+
405 Group:          Development/Libraries
406 Requires:       libblkid = %{version}-%{release}
407 Requires:       libuuid-devel = %{version}-%{release}
408 Obsoletes:      util-linux-ng-devel
409
410 %description -n libblkid-devel
411 Header files for blkid library.
412
413 %description -n libblkid-devel -l pl.UTF-8
414 Pliki nagłówkowe biblioteki blkid.
415
416 %package -n libblkid-static
417 Summary:        Static library to handle device identification and token extraction
418 Summary(pl.UTF-8):      Statyczna biblioteka do obsługi identyfikacji urządzeń
419 License:        LGPL v2.1+
420 Group:          Development/Libraries
421 Requires:       libblkid-devel = %{version}-%{release}
422 Requires:       libuuid-static = %{version}-%{release}
423 Obsoletes:      util-linux-ng-static
424
425 %description -n libblkid-static
426 Static library to handle device identification and token extraction.
427
428 %description -n libblkid-static -l pl.UTF-8
429 Statyczna biblioteka do obsługi identyfikacji urządzeń i wydobywania
430 tokenów.
431
432 %package -n libblkid-dietlibc
433 Summary:        Static dietlibc library to handle device identification and token extraction
434 Summary(pl.UTF-8):      Statyczna biblioteka dietlibc do obsługi identyfikacji urządzeń
435 License:        LGPL v2.1+
436 Group:          Development/Libraries
437 Requires:       libblkid-devel = %{version}-%{release}
438 Requires:       libuuid-dietlibc = %{version}-%{release}
439
440 %description -n libblkid-dietlibc
441 Library to handle device identification and token extraction - static
442 dietlibc version.
443
444 %description -n libblkid-dietlibc -l pl.UTF-8
445 Biblioteka do obsługi identyfikacji urządzeń i wydobywania tokenów -
446 wersja statyczna dla dietlibc.
447
448 %package -n libuuid
449 Summary:        Library for accessing and manipulating UUID
450 Summary(pl.UTF-8):      Biblioteka umożliwiająca dostęp i zmiany UUID
451 License:        BSD
452 Group:          Libraries
453 Conflicts:      e2fsprogs < 1.34-3
454
455 %description -n libuuid
456 Library for accessing and manipulating UUID.
457
458 %description -n libuuid -l pl.UTF-8
459 Biblioteka umożliwiająca dostęp i zmiany UUID.
460
461 %package -n libuuid-devel
462 Summary:        Header files for library for accessing and manipulating UUID
463 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki umożliwiającej dostęp i zmiany UUID
464 License:        BSD
465 Group:          Development/Libraries
466 Requires:       libuuid = %{version}-%{release}
467 Conflicts:      e2fsprogs-devel < 1.34-3
468
469 %description -n libuuid-devel
470 Library for accessing and manipulating UUID - development files.
471
472 %description -n libuuid-devel -l pl.UTF-8
473 Biblioteka umożliwiająca dostęp i zmiany UUID - pliki dla
474 programistów.
475
476 %package -n libuuid-static
477 Summary:        Static library for accessing and manipulating UUID
478 Summary(pl.UTF-8):      Statyczna biblioteka umożliwiająca dostęp i zmiany UUID
479 License:        BSD
480 Group:          Development/Libraries
481 Requires:       libuuid-devel = %{version}-%{release}
482 Conflicts:      e2fsprogs-static < 1.34-3
483
484 %description -n libuuid-static
485 Library for accessing and manipulating UUID - static version.
486
487 %description -n libuuid-static -l pl.UTF-8
488 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna.
489
490 %package -n libuuid-dietlibc
491 Summary:        Static dietlibc library for accessing and manipulating UUID
492 Summary(pl.UTF-8):      Statyczna biblioteka dietlibc umożliwiająca dostęp i zmiany UUID
493 License:        BSD
494 Group:          Development/Libraries
495 Requires:       libuuid-devel = %{version}-%{release}
496 Conflicts:      e2fsprogs-static < 1.34-3
497
498 %description -n libuuid-dietlibc
499 Library for accessing and manipulating UUID - static dietlibc version.
500
501 %description -n libuuid-dietlibc -l pl.UTF-8
502 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna dla
503 dietlibc.
504
505 %package -n uuidd
506 Summary:        Helper daemon to guarantee uniqueness of time-based UUIDs
507 Summary(pl.UTF-8):      Pomocniczy demon gwarantujący unikalność UUID-ów opartych na czasie
508 License:        GPL v2
509 Group:          Daemons
510 Requires(postun):       /usr/sbin/groupdel
511 Requires(postun):       /usr/sbin/userdel
512 Requires(pre):  /bin/id
513 Requires(pre):  /usr/bin/getgid
514 Requires(pre):  /usr/sbin/groupadd
515 Requires(pre):  /usr/sbin/groupmod
516 Requires(pre):  /usr/sbin/useradd
517 Requires(pre):  /usr/sbin/usermod
518 Requires:       libuuid = %{version}-%{release}
519 Provides:       group(uuidd)
520 Provides:       user(uuidd)
521 Conflicts:      libuuid < 1.40.5-0.1
522
523 %description -n uuidd
524 The uuidd package contains a userspace daemon (uuidd) which guarantees
525 uniqueness of time-based UUID generation even at very high rates on
526 SMP systems.
527
528 %description -n uuidd -l pl.UTF-8
529 Ten pakiet zawiera działającego w przestrzeni użytkownika demona
530 (uuidd) gwarantującego unikalność generowania UUID-ów opartych na
531 czasie nawet przy bardzo dużej częstotliwości na systemach SMP.
532
533 %package -n libmount
534 Summary:        Library to handle mounting-related tasks
535 Summary(pl.UTF-8):      Biblioteka obsługująca zadania związane z montowaniem
536 License:        LGPL
537 Group:          Libraries
538 Requires:       libblkid = %{version}-%{release}
539
540 %description -n libmount
541 Library to handle mounting-related tasks.
542
543 %description -n libmount -l pl.UTF-8
544 Biblioteka obsługująca zadania związane z montowaniem.
545
546 %package -n libmount-devel
547 Summary:        Header files for mount library
548 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki mount
549 License:        LGPL
550 Group:          Development/Libraries
551 Requires:       libblkid-devel = %{version}-%{release}
552 Requires:       libmount = %{version}-%{release}
553
554 %description -n libmount-devel
555 Header files for mount library.
556
557 %description -n libmount-devel -l pl.UTF-8
558 Pliki nagłówkowe biblioteki mount.
559
560 %package -n libmount-static
561 Summary:        Static version of mount library
562 Summary(pl.UTF-8):      Statyczna wersja biblioteki mount
563 License:        LGPL
564 Group:          Development/Libraries
565 Requires:       libmount-devel = %{version}-%{release}
566
567 %description -n libmount-static
568 Static version of mount library.
569
570 %description -n libmount-static -l pl.UTF-8
571 Statyczna wersja biblioteki mount.
572
573 %package -n libmount-dietlibc
574 Summary:        Static dietlibc mount library
575 Summary(pl.UTF-8):      Statyczna biblioteka mount dla dietlibc
576 License:        LGPL v2.1+
577 Group:          Development/Libraries
578 Requires:       libblkid-devel = %{version}-%{release}
579 Requires:       libblkid-dietlibc = %{version}-%{release}
580 Requires:       libuuid-devel = %{version}-%{release}
581 Requires:       libuuid-dietlibc = %{version}-%{release}
582
583 %description -n libmount-dietlibc
584 Static dietlibc version of mount library.
585
586 %description -n libmount-dietlibc -l pl.UTF-8
587 Statyczna wersja biblioteki mount dla dietlibc.
588
589 %package -n fsck
590 Summary:        Check and repair a Linux file system
591 Summary(pl.UTF-8):      Sprawdzanie i naprawa linuksowego systemu plików
592 Group:          Applications/System
593
594 %description -n fsck
595 Check and repair a Linux file system.
596
597 %description -n fsck -l pl.UTF-8
598 Sprawdzanie i naprawa linuksowego systemu plików.
599
600 %package initrd
601 Summary:        blkid - initrd version
602 Summary(pl.UTF-8):      blkid - wersja dla initrd
603 Group:          Base
604 Obsoletes:      util-linux-ng-initrd
605 Conflicts:      geninitrd < 10000.10
606
607 %description initrd
608 This package includes a blkid utility to recognize partitions by label
609 or UUID - staticaly linked for initrd.
610
611 %description initrd -l pl.UTF-8
612 Pakiet ten zawiera narzędzie blkid do rozpoznawania partycji przez
613 etykietę lub UUID - statycznie skonsolidowane na potrzeby initrd.
614
615 %prep
616 %setup -q -a1
617 %patch1 -p1
618 %patch2 -p1
619 %patch3 -p1
620 %patch4 -p1
621 %patch5 -p1
622 #%patch6 -p1
623 %patch7 -p1
624 %patch8 -p1
625 %patch9 -p1
626 %patch10 -p1
627 %if %{without partx}
628 %patch11 -p1
629 %endif
630
631 %if "%{pld_release}" != "ac"
632 sed -i -e 's/-lncursesw/-lncursesw -ltinfow/' configure.ac
633 %endif
634
635 %{__rm} po/stamp-po
636
637 %build
638 %{__gettextize}
639 %{__libtoolize}
640 %{__aclocal} -I m4
641 %{__autoconf}
642 %{__autoheader}
643 %{__automake}
644
645 export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE -DHAVE_LLSEEK_PROTOTYPE"
646 %if %{with initrd}
647 %{?with_uClibc:xCC="%{_target_cpu}-uclibc-gcc"}
648 %{?with_dietlibc:xCC="diet %{__cc}"; xCC=${xCC#*ccache }}
649 %configure \
650 %if %{with dietlibc}
651         ac_cv_header_crypt_h="no" \
652 %endif
653         CC="$xCC" \
654         --disable-shared \
655         --enable-static \
656         --disable-fsck \
657         --disable-login-utils \
658         --disable-schedutils \
659         --disable-silent-rules \
660         --disable-use-tty-group \
661         --disable-wall \
662         --without-audit \
663         --without-ncurses \
664         --without-pam \
665         --without-selinux
666
667 # configure gets it unconditionally wrong
668 sed -i -e 's/#define HAVE_WIDECHAR 1//' config.h
669
670 sed -i -e 's/ cal\$(EXEEXT) / /; s/ lsblk\$(EXEEXT)//' misc-utils/Makefile
671
672 for dir in libblkid libmount libuuid disk-utils misc-utils fsck fdisk schedutils hwclock; do
673         %{__make} -C $dir \
674         %if %{with uClibc}
675                 LDFLAGS="-Wl,-static"
676         %endif
677         %if %{with dietlibc}
678                 CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE" \
679                 LDFLAGS="-lcompat"
680         %endif
681         # empty line required because there is a backslash up there
682         %{__make} -C $dir install DESTDIR=`pwd`/initrd
683 done
684
685 %{__make} clean
686 %endif
687
688 %configure \
689         --bindir=/bin \
690         --sbindir=/sbin \
691         %{!?with_fallocate:--disable-fallocate} \
692         --disable-silent-rules \
693         --disable-use-tty-group \
694         --disable-wall \
695         --enable-ddate \
696         --enable-line \
697         --enable-kill \
698         --enable-login-chown-vcs \
699         --enable-login-utils \
700         --enable-partx \
701         --enable-write \
702         --with-audit \
703         --with-pam \
704         --with%{!?with_selinux:out}-selinux
705
706 %{__make}
707
708 %install
709 rm -rf $RPM_BUILD_ROOT
710 install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,init,security} \
711         $RPM_BUILD_ROOT{/%{_lib},/var/{lock,lib/libuuid}}
712 %{?with_dietlibc:install -d $RPM_BUILD_ROOT%{dietlibdir}}
713
714 %{__make} install \
715         DESTDIR=$RPM_BUILD_ROOT
716
717 sed -i -e 's,/usr/spool/mail,/var/mail,g' $RPM_BUILD_ROOT%{_mandir}/man1/login.1
718
719 %if %{with partx}
720 mv $RPM_BUILD_ROOT%{_sbindir}/{addpart,delpart,partx} $RPM_BUILD_ROOT/sbin
721 %endif
722
723 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/login
724 install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/blockdev
725 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/blockdev
726 cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/init/blockdev.conf
727
728 :> $RPM_BUILD_ROOT/etc/security/blacklist.login
729 :> $RPM_BUILD_ROOT/var/lock/wtmpxlock
730 :> $RPM_BUILD_ROOT%{_sysconfdir}/blkid.tab
731
732 for lib in blkid uuid mount; do
733         mv $RPM_BUILD_ROOT%{_libdir}/lib${lib}.so.* $RPM_BUILD_ROOT/%{_lib}
734         ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/lib${lib}.so.*.*.*) \
735                  $RPM_BUILD_ROOT%{_libdir}/lib${lib}.so
736 done
737
738 ln -sf hwclock $RPM_BUILD_ROOT/sbin/clock
739 echo '.so hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/man8/clock.8
740
741 for d in cs de es fi fr hu id it ja ko nl pl ; do
742         for m in man1 man5 man8 ; do
743                 if [ -d man/$d/$m ]; then
744                         install -d $RPM_BUILD_ROOT%{_mandir}/$d/$m
745                         cp -a man/$d/$m/* $RPM_BUILD_ROOT%{_mandir}/$d/$m
746                 fi
747         done
748 done
749
750 # cleanup, remove files not included in package
751 %{__rm} $RPM_BUILD_ROOT%{_bindir}/{chfn,chsh,newgrp} \
752         $RPM_BUILD_ROOT%{_sbindir}/{vigr,vipw} \
753         $RPM_BUILD_ROOT%{_mandir}/man1/{chfn,chsh,newgrp}.1 \
754         $RPM_BUILD_ROOT%{_mandir}/man8/{vigr,vipw}.8 \
755         $RPM_BUILD_ROOT%{_mandir}/*/man1/{arch,reset}.1 \
756         $RPM_BUILD_ROOT%{_mandir}/*/man5/nfs.5 \
757         $RPM_BUILD_ROOT%{_mandir}/*/man8/{elvtune,setfdprm,sln,ramsize,raw,rdev,rootflags,vidmode}.8
758
759 %ifarch sparc sparc64
760 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/{cfdisk,sfdisk}.8
761 %endif
762
763 %if %{with initrd}
764 install -d $RPM_BUILD_ROOT%{_libdir}/initrd
765 install -p initrd%{_bindir}/* $RPM_BUILD_ROOT%{_libdir}/initrd/
766 install -p initrd%{_sbindir}/* $RPM_BUILD_ROOT%{_libdir}/initrd/
767 ln -s fsck $RPM_BUILD_ROOT%{_libdir}/initrd/e2fsck
768
769 # We don't need those
770 %{__rm} $RPM_BUILD_ROOT%{_libdir}/initrd/{chkdupexe,uuidd,mcookie,whereis,mkfs*,fsck.minix,isosize,logger}
771
772 %if %{with dietlibc}
773 cp -a initrd%{_libdir}/lib*.a $RPM_BUILD_ROOT%{dietlibdir}
774 %endif
775 %endif
776
777 %find_lang %{name}
778
779 %clean
780 rm -rf $RPM_BUILD_ROOT
781
782 %post -n blockdev
783 /sbin/chkconfig --add blockdev
784 %service blockdev restart
785
786 %preun -n blockdev
787 if [ "$1" = "0" ]; then
788         %service blockdev stop
789         /sbin/chkconfig --del blockdev
790 fi
791
792 %post   -n libblkid -p /sbin/ldconfig
793 %postun -n libblkid -p /sbin/ldconfig
794
795 %post   -n libuuid -p /sbin/ldconfig
796 %postun -n libuuid -p /sbin/ldconfig
797
798 %pre    -n uuidd
799 if [ "$(getgid libuuid 2>/dev/null)" = "222" ]; then
800         /usr/sbin/groupmod -n uuidd libuuid
801 fi
802 %groupadd -g 222 uuidd
803 if [ "$(id -u libuuid 2>/dev/null)" = "222" ]; then
804         /usr/sbin/usermod -l uuidd libuuid
805 fi
806 %useradd -u 222 -r -d /var/lib/libuuid -s /bin/false -c "UUID generator helper daemon" -g uuidd uuidd
807
808 %postun -n uuidd
809 if [ "$1" = "0" ]; then
810         %userremove uuidd
811         %groupremove uuidd
812 fi
813
814 %post   -n libmount -p /sbin/ldconfig
815 %postun -n libmount -p /sbin/ldconfig
816
817 %files -f %{name}.lang
818 %defattr(644,root,root,755)
819 %doc */README.* text-utils/LICENSE.pg NEWS
820
821 %attr(755,root,root) /sbin/clock
822 %attr(755,root,root) /sbin/hwclock*
823 %{_mandir}/man8/clock.8*
824 %{_mandir}/man8/hwclock.8*
825 %lang(es) %{_mandir}/es/man8/clock.8*
826 %lang(es) %{_mandir}/es/man8/hwclock.8*
827 %lang(ja) %{_mandir}/ja/man8/clock.8*
828 %lang(ja) %{_mandir}/ja/man8/hwclock.8*
829
830 %ghost %{_sysconfdir}/blkid.tab
831 %attr(755,root,root) /sbin/blkid
832 %attr(755,root,root) /sbin/findfs
833 %{_mandir}/man8/blkid.8*
834 %{_mandir}/man8/findfs.8*
835
836 %attr(755,root,root) %{_bindir}/linux*
837 %attr(755,root,root) %{_bindir}/setarch
838 %{_mandir}/man8/linux*
839 %{_mandir}/man8/setarch.8*
840 %ifarch s390 s390x
841 %attr(755,root,root) %{_bindir}/s390*
842 %{_mandir}/man8/s390*
843 %endif
844 %ifarch %{ix86} %{x8664}
845 %attr(755,root,root) %{_bindir}/i386
846 %{_mandir}/man8/i386*
847 %ifarch %{x8664}
848 %attr(755,root,root) %{_bindir}/x86_64
849 %{_mandir}/man8/x86_64*
850 %endif
851 %endif
852 %ifarch ppc ppc64
853 %attr(755,root,root) %{_bindir}/ppc*
854 %{_mandir}/man8/ppc*
855 %endif
856 %ifarch sparc sparc64
857 %attr(755,root,root) %{_bindir}/sparc*
858 %{_mandir}/man8/sparc*
859 %endif
860 %ifarch ia64
861 %attr(755,root,root) %{_bindir}/i386
862 %attr(755,root,root) %{_bindir}/ia64
863 %{_mandir}/man8/i386*
864 %{_mandir}/man8/ia64*
865 %endif
866
867 %attr(755,root,root) /bin/dmesg
868 %attr(755,root,root) /bin/kill
869 %attr(755,root,root) /bin/more
870 %attr(755,root,root) /sbin/ctrlaltdel
871 %if %{with partx}
872 %attr(755,root,root) /sbin/addpart
873 %attr(755,root,root) /sbin/delpart
874 %attr(755,root,root) /sbin/partx
875 %attr(755,root,root) /bin/lsblk
876 %endif
877 %attr(755,root,root) /sbin/fsfreeze
878 %attr(755,root,root) /sbin/fstrim
879 %attr(755,root,root) /sbin/mkfs
880 %attr(755,root,root) /sbin/mkswap
881 %attr(755,root,root) /sbin/swaplabel
882 %if "%{pld_release}" != "ac"
883 %attr(755,root,root) /sbin/switch_root
884 %endif
885 %attr(755,root,root) /sbin/wipefs
886 %attr(755,root,root) %{_bindir}/cal
887 %attr(755,root,root) %{_bindir}/chrt
888 %attr(755,root,root) %{_bindir}/col
889 %attr(755,root,root) %{_bindir}/colcrt
890 %attr(755,root,root) %{_bindir}/colrm
891 %attr(755,root,root) %{_bindir}/column
892 %attr(755,root,root) %{_bindir}/cytune
893 %attr(755,root,root) %{_bindir}/ddate
894 %attr(755,root,root) %{_bindir}/flock
895 %{?with_fallocate:%attr(755,root,root) %{_bindir}/fallocate}
896 %attr(755,root,root) %{_bindir}/getopt
897 %attr(755,root,root) %{_bindir}/hexdump
898 %attr(755,root,root) %{_bindir}/ionice
899 %attr(755,root,root) %{_bindir}/ipcmk
900 %attr(755,root,root) %{_bindir}/ipcrm
901 %attr(755,root,root) %{_bindir}/ipcs
902 %attr(755,root,root) %{_bindir}/isosize
903 %attr(755,root,root) %{_bindir}/line
904 %attr(755,root,root) %{_bindir}/logger
905 %attr(755,root,root) %{_bindir}/look
906 %attr(755,root,root) %{_bindir}/lscpu
907 %attr(755,root,root) %{_bindir}/mcookie
908 %attr(755,root,root) %{_bindir}/namei
909 %attr(755,root,root) %{_bindir}/pg
910 %attr(755,root,root) %{_bindir}/rename
911 %attr(755,root,root) %{_bindir}/renice
912 %attr(755,root,root) %{_bindir}/rev
913 %attr(755,root,root) %{_bindir}/script
914 %attr(755,root,root) %{_bindir}/scriptreplay
915 %attr(755,root,root) %{_bindir}/setsid
916 %attr(755,root,root) %{_bindir}/setterm
917 %attr(755,root,root) %{_bindir}/tailf
918 %attr(755,root,root) %{_bindir}/taskset
919 %attr(755,root,root) %{_bindir}/ul
920 %attr(755,root,root) %{_bindir}/unshare
921 %attr(755,root,root) %{_bindir}/whereis
922 %attr(2755,root,tty) %{_bindir}/write
923 %attr(755,root,root) %{_sbindir}/fdformat
924 %attr(755,root,root) %{_sbindir}/ldattach
925 %attr(755,root,root) %{_sbindir}/readprofile
926 %attr(755,root,root) %{_sbindir}/rtcwake
927
928 %{_mandir}/man1/cal.1*
929 %{_mandir}/man1/chrt.1*
930 %{_mandir}/man1/col.1*
931 %{_mandir}/man1/colcrt.1*
932 %{_mandir}/man1/colrm.1*
933 %{_mandir}/man1/column.1*
934 %{_mandir}/man1/ddate.1*
935 %{_mandir}/man1/dmesg.1*
936 %{?with_fallocate:%{_mandir}/man1/fallocate.1*}
937 %{_mandir}/man1/flock.1*
938 %{_mandir}/man1/getopt.1*
939 %{_mandir}/man1/hexdump.1*
940 %{_mandir}/man1/ionice.1*
941 %{_mandir}/man1/ipcrm.1*
942 %{_mandir}/man1/ipcmk.1*
943 %{_mandir}/man1/ipcs.1*
944 %{_mandir}/man1/kill.1*
945 %{_mandir}/man1/line.1*
946 %{_mandir}/man1/logger.1*
947 %{_mandir}/man1/look.1*
948 %{_mandir}/man1/lscpu.1*
949 %{_mandir}/man1/mcookie.1*
950 %{_mandir}/man1/more.1*
951 %{_mandir}/man1/namei.1*
952 %{_mandir}/man1/pg.1*
953 %{_mandir}/man1/readprofile.1*
954 %{_mandir}/man1/renice.1*
955 %{_mandir}/man1/rev.1*
956 %{_mandir}/man1/rename.1*
957 %{_mandir}/man1/setsid.1*
958 %{_mandir}/man1/script.1*
959 %{_mandir}/man1/scriptreplay.1*
960 %{_mandir}/man1/setterm.1*
961 %{_mandir}/man1/tailf.1*
962 %{_mandir}/man1/taskset.1*
963 %{_mandir}/man1/ul.1*
964 %{_mandir}/man1/unshare.1*
965 %{_mandir}/man1/whereis.1*
966 %{_mandir}/man1/write.1*
967 %if %{with partx}
968 %{_mandir}/man8/addpart.8*
969 %{_mandir}/man8/delpart.8*
970 %{_mandir}/man8/partx.8*
971 %{_mandir}/man8/lsblk.8*
972 %endif
973 %{_mandir}/man8/ctrlaltdel.8*
974 %{_mandir}/man8/cytune.8*
975 %{_mandir}/man8/fdformat.8*
976 %{_mandir}/man8/fsfreeze.8*
977 %{_mandir}/man8/fstrim.8*
978 %{_mandir}/man8/isosize.8*
979 %{_mandir}/man8/ldattach.8*
980 %{_mandir}/man8/mkswap.8*
981 %{_mandir}/man8/rtcwake.8*
982 %{_mandir}/man8/swaplabel.8*
983 %if "%{pld_release}" != "ac"
984 %{_mandir}/man8/switch_root.8*
985 %endif
986 %{_mandir}/man8/wipefs.8*
987
988 %lang(de) %{_mandir}/de/man1/kill.1*
989 %lang(de) %{_mandir}/de/man1/more.1*
990 %lang(de) %{_mandir}/de/man1/write.1*
991 %lang(de) %{_mandir}/de/man8/fdformat.8*
992
993 %lang(es) %{_mandir}/es/man1/colrm.1*
994 %lang(es) %{_mandir}/es/man1/column.1*
995 %lang(es) %{_mandir}/es/man1/ddate.1*
996 %lang(es) %{_mandir}/es/man1/getopt.1*
997 %lang(es) %{_mandir}/es/man1/look.1*
998 %lang(es) %{_mandir}/es/man1/more.1*
999 %lang(es) %{_mandir}/es/man1/namei.1*
1000 %lang(es) %{_mandir}/es/man1/readprofile.1*
1001 %lang(es) %{_mandir}/es/man1/rev.1*
1002 %lang(es) %{_mandir}/es/man1/script.1*
1003 %lang(es) %{_mandir}/es/man1/setterm.1*
1004 %lang(es) %{_mandir}/es/man1/ul.1*
1005 %lang(es) %{_mandir}/es/man1/whereis.1*
1006 %lang(es) %{_mandir}/es/man1/write.1*
1007 %lang(es) %{_mandir}/es/man8/cytune.8*
1008 %lang(es) %{_mandir}/es/man8/ctrlaltdel.8*
1009 %lang(es) %{_mandir}/es/man8/ipcrm.8*
1010 %lang(es) %{_mandir}/es/man8/ipcs.8*
1011 %lang(es) %{_mandir}/es/man8/mkswap.8*
1012 %lang(es) %{_mandir}/es/man8/renice.8*
1013 %lang(es) %{_mandir}/es/man8/setsid.8*
1014
1015 %lang(fi) %{_mandir}/fi/man1/cal.1*
1016 %lang(fi) %{_mandir}/fi/man1/column.1*
1017 %lang(fi) %{_mandir}/fi/man1/kill.1*
1018 %lang(fi) %{_mandir}/fi/man1/more.1*
1019 %lang(fi) %{_mandir}/fi/man1/whereis.1*
1020 %lang(fi) %{_mandir}/fi/man1/write.1*
1021
1022 %lang(fr) %{_mandir}/fr/man1/cal.1*
1023 %lang(fr) %{_mandir}/fr/man1/col.1*
1024 %lang(fr) %{_mandir}/fr/man1/kill.1*
1025 %lang(fr) %{_mandir}/fr/man1/more.1*
1026 %lang(fr) %{_mandir}/fr/man1/whereis.1*
1027 %lang(fr) %{_mandir}/fr/man1/write.1*
1028 %lang(fr) %{_mandir}/fr/man8/ctrlaltdel.8*
1029 %lang(fr) %{_mandir}/fr/man8/dmesg.8*
1030 %lang(fr) %{_mandir}/fr/man8/fdformat.8*
1031 %lang(fr) %{_mandir}/fr/man8/ipcrm.8*
1032 %lang(fr) %{_mandir}/fr/man8/ipcs.8*
1033 %lang(fr) %{_mandir}/fr/man8/setsid.8*
1034
1035 %lang(hu) %{_mandir}/hu/man1/cal.1*
1036 %lang(hu) %{_mandir}/hu/man1/colrm.1*
1037 %lang(hu) %{_mandir}/hu/man1/hexdump.1*
1038 %lang(hu) %{_mandir}/hu/man1/kill.1*
1039 %lang(hu) %{_mandir}/hu/man1/logger.1*
1040 %lang(hu) %{_mandir}/hu/man1/more.1*
1041 %lang(hu) %{_mandir}/hu/man1/setterm.1*
1042 %lang(hu) %{_mandir}/hu/man1/whereis.1*
1043 %lang(hu) %{_mandir}/hu/man1/write.1*
1044 %lang(hu) %{_mandir}/hu/man8/ctrlaltdel.8*
1045 %lang(hu) %{_mandir}/hu/man8/fdformat.8*
1046 %lang(hu) %{_mandir}/hu/man8/mkswap.8*
1047
1048 %lang(id) %{_mandir}/id/man1/cal.1*
1049 %lang(id) %{_mandir}/id/man1/kill.1*
1050 %lang(id) %{_mandir}/id/man1/logger.1*
1051 %lang(id) %{_mandir}/id/man1/more.1*
1052 %lang(id) %{_mandir}/id/man1/script.1*
1053 %lang(id) %{_mandir}/id/man1/write.1*
1054 %lang(id) %{_mandir}/id/man8/fdformat.8*
1055
1056 %lang(it) %{_mandir}/it/man1/kill.1*
1057 %lang(it) %{_mandir}/it/man8/mkswap.8*
1058 %lang(it) %{_mandir}/it/man8/setsid.8*
1059
1060 %lang(ja) %{_mandir}/ja/man1/cal.1*
1061 %lang(ja) %{_mandir}/ja/man1/col.1*
1062 %lang(ja) %{_mandir}/ja/man1/colcrt.1*
1063 %lang(ja) %{_mandir}/ja/man1/colrm.1*
1064 %lang(ja) %{_mandir}/ja/man1/column.1*
1065 %lang(ja) %{_mandir}/ja/man1/ddate.1*
1066 %lang(ja) %{_mandir}/ja/man1/getopt.1*
1067 %lang(ja) %{_mandir}/ja/man1/hexdump.1*
1068 %lang(ja) %{_mandir}/ja/man1/kill.1*
1069 %lang(ja) %{_mandir}/ja/man1/line.1*
1070 %lang(ja) %{_mandir}/ja/man1/logger.1*
1071 %lang(ja) %{_mandir}/ja/man1/login.1*
1072 %lang(ja) %{_mandir}/ja/man1/look.1*
1073 %lang(ja) %{_mandir}/ja/man1/mcookie.1*
1074 %lang(ja) %{_mandir}/ja/man1/more.1*
1075 %lang(ja) %{_mandir}/ja/man1/namei.1*
1076 %lang(ja) %{_mandir}/ja/man1/readprofile.1*
1077 %lang(ja) %{_mandir}/ja/man1/rename.1*
1078 %lang(ja) %{_mandir}/ja/man1/rev.1*
1079 %lang(ja) %{_mandir}/ja/man1/script.1*
1080 %lang(ja) %{_mandir}/ja/man1/setterm.1*
1081 %lang(ja) %{_mandir}/ja/man1/ul.1*
1082 %lang(ja) %{_mandir}/ja/man1/whereis.1*
1083 %lang(ja) %{_mandir}/ja/man1/write.1*
1084 %lang(ja) %{_mandir}/ja/man8/ctrlaltdel.8*
1085 %lang(ja) %{_mandir}/ja/man8/cytune.8*
1086 %lang(ja) %{_mandir}/ja/man8/dmesg.8*
1087 %lang(ja) %{_mandir}/ja/man8/fdformat.8*
1088 %lang(ja) %{_mandir}/ja/man8/ipcrm.8*
1089 %lang(ja) %{_mandir}/ja/man8/ipcs.8*
1090 %lang(ja) %{_mandir}/ja/man8/isosize.8*
1091 %lang(ja) %{_mandir}/ja/man8/mkswap.8*
1092 %lang(ja) %{_mandir}/ja/man8/renice.8*
1093 %lang(ja) %{_mandir}/ja/man8/setsid.8*
1094
1095 %lang(ko) %{_mandir}/ko/man1/cal.1*
1096 %lang(ko) %{_mandir}/ko/man1/col.1*
1097 %lang(ko) %{_mandir}/ko/man1/colcrt.1*
1098 %lang(ko) %{_mandir}/ko/man1/colrm.1*
1099 %lang(ko) %{_mandir}/ko/man1/column.1*
1100 %lang(ko) %{_mandir}/ko/man1/ddate.1*
1101 %lang(ko) %{_mandir}/ko/man1/getopt.1*
1102 %lang(ko) %{_mandir}/ko/man1/hexdump.1*
1103 %lang(ko) %{_mandir}/ko/man1/kill.1*
1104 %lang(ko) %{_mandir}/ko/man1/logger.1*
1105 %lang(ko) %{_mandir}/ko/man1/look.1*
1106 %lang(ko) %{_mandir}/ko/man1/mcookie.1*
1107 %lang(ko) %{_mandir}/ko/man1/more.1*
1108 %lang(ko) %{_mandir}/ko/man1/namei.1*
1109 %lang(ko) %{_mandir}/ko/man1/readprofile.1*
1110 %lang(ko) %{_mandir}/ko/man1/rev.1*
1111 %lang(ko) %{_mandir}/ko/man1/script.1*
1112 %lang(ko) %{_mandir}/ko/man1/setterm.1*
1113 %lang(ko) %{_mandir}/ko/man1/ul.1*
1114 %lang(ko) %{_mandir}/ko/man1/whereis.1*
1115 %lang(ko) %{_mandir}/ko/man1/write.1*
1116 %lang(ko) %{_mandir}/ko/man8/ctrlaltdel.8*
1117 %lang(ko) %{_mandir}/ko/man8/dmesg.8*
1118 %lang(ko) %{_mandir}/ko/man8/fdformat.8*
1119 %lang(ko) %{_mandir}/ko/man8/ipcrm.8*
1120 %lang(ko) %{_mandir}/ko/man8/ipcs.8*
1121 %lang(ko) %{_mandir}/ko/man8/mkswap.8*
1122 %lang(ko) %{_mandir}/ko/man8/renice.8*
1123 %lang(ko) %{_mandir}/ko/man8/setsid.8*
1124
1125 %lang(nl) %{_mandir}/nl/man1/kill.1*
1126
1127 %lang(pl) %{_mandir}/pl/man1/cal.1*
1128 %lang(pl) %{_mandir}/pl/man1/col.1*
1129 %lang(pl) %{_mandir}/pl/man1/colcrt.1*
1130 %lang(pl) %{_mandir}/pl/man1/colrm.1*
1131 %lang(pl) %{_mandir}/pl/man1/getopt.1*
1132 %lang(pl) %{_mandir}/pl/man1/hexdump.1*
1133 %lang(pl) %{_mandir}/pl/man1/kill.1*
1134 %lang(pl) %{_mandir}/pl/man1/look.1*
1135 %lang(pl) %{_mandir}/pl/man1/logger.1*
1136 %lang(pl) %{_mandir}/pl/man1/more.1*
1137 %lang(pl) %{_mandir}/pl/man1/rev.1*
1138 %lang(pl) %{_mandir}/pl/man1/script.1*
1139 %lang(pl) %{_mandir}/pl/man1/setterm.1*
1140 %lang(pl) %{_mandir}/pl/man1/ul.1*
1141 %lang(pl) %{_mandir}/pl/man1/whereis.1*
1142 %lang(pl) %{_mandir}/pl/man1/write.1*
1143 %lang(pl) %{_mandir}/pl/man8/ctrlaltdel.8*
1144 %lang(pl) %{_mandir}/pl/man8/dmesg.8*
1145 %lang(pl) %{_mandir}/pl/man8/fdformat.8*
1146 %lang(pl) %{_mandir}/pl/man8/ipcrm.8*
1147 %lang(pl) %{_mandir}/pl/man8/ipcs.8*
1148 %lang(pl) %{_mandir}/pl/man8/mkswap.8*
1149 %lang(pl) %{_mandir}/pl/man8/renice.8*
1150
1151 %lang(ru) %{_mandir}/ru/man1/ddate.1*
1152
1153 %attr(755,root,root) /sbin/fdisk
1154 %attr(755,root,root) /sbin/fsck.minix
1155 %attr(755,root,root) /sbin/mkfs.minix
1156 %ifnarch sparc sparc64
1157 %attr(755,root,root) /sbin/cfdisk
1158 %attr(755,root,root) /sbin/sfdisk
1159 %endif
1160
1161 %{_mandir}/man8/fdisk.8*
1162 %ifnarch sparc sparc64
1163 %{_mandir}/man8/cfdisk.8*
1164 %{_mandir}/man8/sfdisk.8*
1165 %endif
1166 %{_mandir}/man8/fsck.minix.8*
1167 %{_mandir}/man8/mkfs.bfs.8*
1168 %{_mandir}/man8/mkfs.minix.8*
1169 %{_mandir}/man8/mkfs.8*
1170
1171 %lang(es) %{_mandir}/es/man8/fdisk.8*
1172 %lang(es) %{_mandir}/es/man8/fsck.minix.8*
1173 %lang(es) %{_mandir}/es/man8/mkfs.minix.8*
1174 %lang(es) %{_mandir}/es/man8/mkfs.8*
1175
1176 %lang(fr) %{_mandir}/fr/man8/fdisk.8*
1177 %ifnarch sparc sparc64
1178 %lang(fr) %{_mandir}/fr/man8/cfdisk.8*
1179 %lang(fr) %{_mandir}/fr/man8/sfdisk.8*
1180 %endif
1181 %lang(fr) %{_mandir}/fr/man8/mkfs.minix.8*
1182 %lang(fr) %{_mandir}/fr/man8/mkfs.8*
1183
1184 %lang(hu) %{_mandir}/hu/man8/mkfs.8*
1185
1186 %lang(it) %{_mandir}/it/man8/fdisk.8*
1187 %ifnarch sparc sparc64
1188 %lang(it) %{_mandir}/it/man8/cfdisk.8*
1189 %endif
1190
1191 %lang(ja) %{_mandir}/ja/man8/fdisk.8*
1192 %ifnarch sparc sparc64
1193 %lang(ja) %{_mandir}/ja/man8/cfdisk.8*
1194 %lang(ja) %{_mandir}/ja/man8/sfdisk.8*
1195 %endif
1196 %lang(ja) %{_mandir}/ja/man8/fsck.minix.8*
1197 %lang(ja) %{_mandir}/ja/man8/mkfs.bfs.8*
1198 %lang(ja) %{_mandir}/ja/man8/mkfs.minix.8*
1199 %lang(ja) %{_mandir}/ja/man8/mkfs.8*
1200
1201 %lang(ko) %{_mandir}/ko/man8/fdisk.8*
1202 %lang(ko) %{_mandir}/ko/man8/fsck.minix.8*
1203 %lang(ko) %{_mandir}/ko/man8/mkfs.minix.8*
1204 %lang(ko) %{_mandir}/ko/man8/mkfs.8*
1205
1206 %lang(pl) %{_mandir}/pl/man8/fdisk.8*
1207 %lang(pl) %{_mandir}/pl/man8/fsck.minix.8*
1208 %lang(pl) %{_mandir}/pl/man8/mkfs.minix.8*
1209 %lang(pl) %{_mandir}/pl/man8/mkfs.8*
1210
1211 %attr(755,root,root) /sbin/fsck.cramfs
1212 %attr(755,root,root) /sbin/mkfs.cramfs
1213 %attr(755,root,root) /sbin/mkfs.bfs
1214
1215 %ghost /var/lock/wtmpxlock
1216
1217 %files -n blockdev
1218 %defattr(644,root,root,755)
1219 %attr(754,root,root) /etc/rc.d/init.d/blockdev
1220 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/blockdev
1221 %config(noreplace) %verify(not md5 mtime size) /etc/init/blockdev.conf
1222 %attr(755,root,root) /sbin/blockdev
1223 %{_mandir}/man8/blockdev.8*
1224 %lang(ja) %{_mandir}/ja/man8/blockdev.8*
1225
1226 %files -n mount
1227 %defattr(644,root,root,755)
1228 %attr(4755,root,root) /bin/mount
1229 #%attr(755,root,root) /bin/mountpoint
1230 %attr(4755,root,root) /bin/umount
1231 %attr(755,root,root) /sbin/pivot_root
1232 %attr(755,root,root) /sbin/swapon
1233 %attr(755,root,root) /sbin/swapoff
1234
1235 #%{_mandir}/man1/mountpoint.1*
1236
1237 %{_mandir}/man5/fstab.5*
1238
1239 %{_mandir}/man8/mount.8*
1240 %{_mandir}/man8/umount.8*
1241 %{_mandir}/man8/pivot_root.8*
1242 %{_mandir}/man8/swapon.8*
1243 %{_mandir}/man8/swapoff.8*
1244
1245 %lang(cs) %{_mandir}/cs/man5/fstab.5*
1246
1247 %lang(de) %{_mandir}/de/man5/fstab.5*
1248
1249 %lang(es) %{_mandir}/es/man5/fstab.5*
1250 %lang(es) %{_mandir}/es/man8/mount.8*
1251 %lang(es) %{_mandir}/es/man8/umount.8*
1252 %lang(es) %{_mandir}/es/man8/swapon.8*
1253 %lang(es) %{_mandir}/es/man8/swapoff.8*
1254
1255 %lang(fr) %{_mandir}/fr/man5/fstab.5*
1256 %lang(fr) %{_mandir}/fr/man8/mount.8*
1257 %lang(fr) %{_mandir}/fr/man8/umount.8*
1258
1259 %lang(hu) %{_mandir}/hu/man5/fstab.5*
1260 %lang(hu) %{_mandir}/hu/man8/mount.8*
1261 %lang(hu) %{_mandir}/hu/man8/umount.8*
1262
1263 %lang(it) %{_mandir}/it/man5/fstab.5*
1264 %lang(it) %{_mandir}/it/man8/mount.8*
1265 %lang(it) %{_mandir}/it/man8/umount.8*
1266 %lang(it) %{_mandir}/it/man8/swapon.8*
1267 %lang(it) %{_mandir}/it/man8/swapoff.8*
1268
1269 %lang(ja) %{_mandir}/ja/man5/fstab.5*
1270 %lang(ja) %{_mandir}/ja/man8/mount.8*
1271 %lang(ja) %{_mandir}/ja/man8/umount.8*
1272 %lang(ja) %{_mandir}/ja/man8/pivot_root.8*
1273 %lang(ja) %{_mandir}/ja/man8/swapon.8*
1274 %lang(ja) %{_mandir}/ja/man8/swapoff.8*
1275
1276 %lang(ko) %{_mandir}/ko/man5/fstab.5*
1277 %lang(ko) %{_mandir}/ko/man8/mount.8*
1278 %lang(ko) %{_mandir}/ko/man8/umount.8*
1279 %lang(ko) %{_mandir}/ko/man8/swapon.8*
1280 %lang(ko) %{_mandir}/ko/man8/swapoff.8*
1281
1282 %lang(pl) %{_mandir}/pl/man5/fstab.5*
1283 %lang(pl) %{_mandir}/pl/man8/mount.8*
1284 %lang(pl) %{_mandir}/pl/man8/umount.8*
1285 %lang(pl) %{_mandir}/pl/man8/swapon.8*
1286 %lang(pl) %{_mandir}/pl/man8/swapoff.8*
1287
1288 %files -n losetup
1289 %defattr(644,root,root,755)
1290 %attr(755,root,root) /sbin/losetup
1291 %{_mandir}/man8/losetup.8*
1292 %lang(fr) %{_mandir}/fr/man8/losetup.8*
1293 %lang(it) %{_mandir}/it/man8/losetup.8*
1294 %lang(ja) %{_mandir}/ja/man8/losetup.8*
1295 %lang(ko) %{_mandir}/ko/man8/losetup.8*
1296 %lang(pl) %{_mandir}/pl/man8/losetup.8*
1297
1298 %files chkdupexe
1299 %defattr(644,root,root,755)
1300 %attr(755,root,root) %{_bindir}/chkdupexe
1301 %{_mandir}/man1/chkdupexe.1*
1302 %lang(ja) %{_mandir}/ja/man1/chkdupexe.1*
1303 %lang(ko) %{_mandir}/ko/man1/chkdupexe.1*
1304 %lang(pl) %{_mandir}/pl/man1/chkdupexe.1*
1305
1306 %files -n tunelp
1307 %defattr(644,root,root,755)
1308 %attr(755,root,root) %{_sbindir}/tunelp
1309 %{_mandir}/man8/tunelp.8*
1310 %lang(es) %{_mandir}/es/man8/tunelp.8*
1311 %lang(ja) %{_mandir}/ja/man8/tunelp.8*
1312 %lang(pl) %{_mandir}/pl/man8/tunelp.8*
1313
1314 %files -n login
1315 %defattr(644,root,root,755)
1316 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/login
1317 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.login
1318 %attr(755,root,root) /bin/login
1319 %{_mandir}/man1/login.1*
1320 %lang(de) %{_mandir}/de/man1/login.1*
1321 %lang(es) %{_mandir}/es/man1/login.1*
1322 %lang(hu) %{_mandir}/hu/man1/login.1*
1323 %lang(id) %{_mandir}/id/man1/login.1*
1324 %lang(ja) %{_mandir}/ja/man1/login.1*
1325 %lang(ko) %{_mandir}/ko/man1/login.1*
1326 %lang(pl) %{_mandir}/pl/man1/login.1*
1327
1328 %files -n agetty
1329 %defattr(644,root,root,755)
1330 %attr(755,root,root) /sbin/agetty
1331 %{_mandir}/man8/agetty.8*
1332 %lang(es) %{_mandir}/es/man8/agetty.8*
1333 %lang(ja) %{_mandir}/ja/man8/agetty.8*
1334
1335 %files -n libblkid
1336 %defattr(644,root,root,755)
1337 %attr(755,root,root) /%{_lib}/libblkid.so.*.*
1338 %attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
1339
1340 %files -n libblkid-devel
1341 %defattr(644,root,root,755)
1342 %attr(755,root,root) %{_libdir}/libblkid.so
1343 %{_libdir}/libblkid.la
1344 %{_includedir}/blkid
1345 %{_pkgconfigdir}/blkid.pc
1346 %{_mandir}/man3/libblkid.3*
1347
1348 %files -n libblkid-static
1349 %defattr(644,root,root,755)
1350 %{_libdir}/libblkid.a
1351
1352 %if %{with initrd} && %{with dietlibc}
1353 %files -n libblkid-dietlibc
1354 %defattr(644,root,root,755)
1355 %{dietlibdir}/libblkid.a
1356 %endif
1357
1358 %files -n libuuid
1359 %defattr(644,root,root,755)
1360 %attr(755,root,root) %{_bindir}/uuidgen
1361 %attr(755,root,root) /%{_lib}/libuuid.so.*.*
1362 %attr(755,root,root) %ghost /%{_lib}/libuuid.so.1
1363 %{_mandir}/man1/uuidgen.1*
1364
1365 %files -n libuuid-devel
1366 %defattr(644,root,root,755)
1367 %attr(755,root,root) %{_libdir}/libuuid.so
1368 %{_libdir}/libuuid.la
1369 %{_includedir}/uuid
1370 %{_pkgconfigdir}/uuid.pc
1371 %{_mandir}/man3/uuid*.3*
1372
1373 %files -n libuuid-static
1374 %defattr(644,root,root,755)
1375 %{_libdir}/libuuid.a
1376
1377 %if %{with initrd} && %{with dietlibc}
1378 %files -n libuuid-dietlibc
1379 %defattr(644,root,root,755)
1380 %{dietlibdir}/libuuid.a
1381 %endif
1382
1383 %files -n uuidd
1384 %defattr(644,root,root,755)
1385 %attr(6755,uuidd,uuidd) %{_sbindir}/uuidd
1386 %attr(2775,uuidd,uuidd) /var/lib/libuuid
1387 %{_mandir}/man8/uuidd.8*
1388
1389 %files -n libmount
1390 %defattr(644,root,root,755)
1391 %attr(755,root,root) /%{_lib}/libmount.so.*.*
1392 %attr(755,root,root) %ghost /%{_lib}/libmount.so.1
1393 # move to -n mount when mount starts to use libmount
1394 %attr(755,root,root) /bin/findmnt
1395 %{_mandir}/man8/findmnt.8*
1396
1397 %files -n libmount-devel
1398 %defattr(644,root,root,755)
1399 %attr(755,root,root) %{_libdir}/libmount.so
1400 %{_libdir}/libmount.la
1401 %{_includedir}/libmount
1402 %{_pkgconfigdir}/mount.pc
1403
1404 %files -n libmount-static
1405 %defattr(644,root,root,755)
1406 %{_libdir}/libmount.a
1407
1408 %if %{with initrd} && %{with dietlibc}
1409 %files -n libmount-dietlibc
1410 %defattr(644,root,root,755)
1411 %{dietlibdir}/libmount.a
1412 %endif
1413
1414 %files -n fsck
1415 %defattr(644,root,root,755)
1416 %attr(755,root,root) /sbin/fsck
1417 %{_mandir}/man8/fsck.8*
1418
1419 %if %{with initrd}
1420 %files initrd
1421 %defattr(644,root,root,755)
1422 %attr(755,root,root) %{_libdir}/initrd/*
1423 %endif
This page took 0.29575 seconds and 4 git commands to generate.