]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux.spec
1f97fe80daab9a331548398e5f8347288ba4bffb
[packages/util-linux.git] / util-linux.spec
1 # TODO
2 # - remote chfn/chsh (BR: libuser >= 0.58)? - but PLD uses pwdutils/shadow implementation currently
3 # - verify initrd tools set:
4 #   - I've taken list from 2.21.3 package, but there was no explicit list, so
5 #     there are probably some unneeded tools
6 #   - chrt is not built now (because of --disable-schedutils), but it's probably not needed
7 #   - fsck is not built now (because of --disable-libmount)
8 #   - maybe we want some more now?
9 # - agetty: Documentation/releases/v2.32-ReleaseNotes:54:   - add support for /etc/issue.d  [Karel Zak]
10 #   https://github.com/karelzak/util-linux/commit/1fc82a1360305f696dc1be6105c9c56a9ea03f52#diff-d7efd2b3dbb10e54185f001dc21d43db
11 #
12 # Conditional build:
13 %bcond_with     initrd          # initrd version
14 %bcond_with     uClibc          # link initrd version with static glibc instead of uClibc
15 %bcond_without  dietlibc        # link initrd version with dietlibc instead of uClibc
16 %bcond_without  apidocs         # API documentation for libraries
17 %bcond_without  selinux         # SELinux support
18 %bcond_without  su              # su/runuser programs
19 %bcond_without  systemd         # systemd support
20
21 %define         pam_ver 1:1.1.8-5
22
23 Summary:        Collection of basic system utilities for Linux
24 Summary(de.UTF-8):      Sammlung von grundlegenden Systemdienstprogrammen für Linux
25 Summary(es.UTF-8):      Colectánea de utilitarios básicos de sistema para Linux
26 Summary(fr.UTF-8):      Ensemble d'utilitaires système de base pour Linux
27 Summary(pl.UTF-8):      Zbiór podstawowych narzędzi systemowych dla Linuksa
28 Summary(pt_BR.UTF-8):   Coletânea de utilitários básicos de sistema para Linux
29 Summary(ru.UTF-8):      Набор базовых системных утилит для Linux
30 Summary(tr.UTF-8):      Temel sistem araçları
31 Summary(uk.UTF-8):      Набір базових системних утиліт для Linux
32 Name:           util-linux
33 Version:        2.38
34 Release:        1
35 License:        GPL v2+, GPL v3 (hwclock)
36 Group:          Applications/System
37 # https://github.com/karelzak/util-linux (GitHub backup)
38 Source0:        https://www.kernel.org/pub/linux/utils/util-linux/v2.38/%{name}-%{version}.tar.xz
39 # Source0-md5:  fffdc126809a6d4c1789a9efc1b96623
40 Source1:        %{name}-non-english-man-pages.tar.bz2
41 # Source1-md5:  3c940c7e7fe699eaa2ddb1bffb3de2fe
42 Source2:        login.pamd
43 Source3:        %{name}-blockdev.init
44 Source4:        %{name}-blockdev.sysconfig
45 Source6:        su.pamd
46 Source7:        su-l.pamd
47 Source8:        runuser.pamd
48 Source9:        runuser-l.pamd
49 Source12:       blockdev.service
50 Source13:       blockdev.sh
51 Patch0:         %{name}-fdformat-ide.patch
52 Patch1:         %{name}-fhs.patch
53 Patch2:         %{name}-login-lastlog.patch
54 Patch3:         %{name}-procpartitions.patch
55 Patch4:         su-paths.patch
56 Patch5:         %{name}-ac.patch
57 Patch6:         %{name}-diet.patch
58 Patch7:         %{name}-man-asciidoctor.patch
59 URL:            https://github.com/karelzak/util-linux
60 BuildRequires:  audit-libs-devel >= 1.0.6
61 BuildRequires:  autoconf >= 2.64
62 BuildRequires:  automake >= 1:1.10
63 BuildRequires:  gettext-tools >= 0.21
64 # for fallocate
65 BuildRequires:  glibc-devel >= 6:2.11
66 %if %{with apidocs}
67 BuildRequires:  gtk-doc >= 1.10
68 BuildRequires:  gtk-doc-automake >= 1.10
69 %endif
70 BuildRequires:  libcap-ng-devel
71 %ifarch ppc ppc64
72 # for lscpu
73 BuildRequires:  librtas-devel
74 %endif
75 %{?with_selinux:BuildRequires:  libselinux-devel >= 2.5}
76 %{?with_selinux:BuildRequires:  libsepol-devel}
77 BuildRequires:  libtool >= 2:2.2
78 BuildRequires:  linux-libc-headers >= 7:2.6.27
79 BuildRequires:  ncurses-devel >= 5.0
80 BuildRequires:  pam-devel >= %{pam_ver}
81 BuildRequires:  pkgconfig
82 BuildRequires:  po4a
83 BuildRequires:  python3-devel
84 BuildRequires:  readline-devel
85 BuildRequires:  rpm >= 4.4.9-56
86 BuildRequires:  rpmbuild(macros) >= 1.752
87 BuildRequires:  ruby-asciidoctor
88 BuildRequires:  sed >= 4.0
89 %{?with_systemd:BuildRequires:  systemd-devel >= 1:209}
90 BuildRequires:  tar >= 1:1.22
91 BuildRequires:  udev-devel
92 BuildRequires:  xz
93 BuildRequires:  zlib-devel
94 %if %{with initrd}
95         %if %{with uClibc}
96 BuildRequires:  uClibc-static >= 2:0.9.29
97         %else
98                 %if %{with dietlibc}
99 BuildRequires:  dietlibc-static >= 2:0.32-14
100                 %else
101 BuildRequires:  glibc-static
102                 %endif
103         %endif
104 %endif
105 Requires:       libblkid = %{version}-%{release}
106 Requires:       libfdisk = %{version}-%{release}
107 Requires:       libmount = %{version}-%{release}
108 %{?with_selinux:Requires:       libselinux >= 2.5}
109 Requires:       libsmartcols = %{version}-%{release}
110 # for uuidparse
111 Requires:       libuuid= %{version}-%{release}
112 Requires:       pam >= %{pam_ver}
113 Provides:       eject = %{version}-%{release}
114 Provides:       fdisk
115 Provides:       hardlink
116 Provides:       linux32
117 Provides:       sparc32
118 Obsoletes:      cramfs < 1.2
119 Obsoletes:      eject < 2.2
120 Obsoletes:      hardlink < 1.1
121 Obsoletes:      ionice < 0.2
122 Obsoletes:      linux32 < 1.1
123 Obsoletes:      rawdevices < 2.14
124 Obsoletes:      rfkill < 1.1
125 Obsoletes:      schedutils < 1.4
126 Obsoletes:      setarch < 1.8
127 Obsoletes:      sparc32 < 1.2
128 Obsoletes:      util-linux-chkdupexe < 2.23
129 Obsoletes:      util-linux-ng < 2.20-1
130 Obsoletes:      util-linux-suid < 2.9o-10
131 Conflicts:      SysVinit-tools < 2.88-15
132 Conflicts:      e2fsprogs < 1.41.8-5
133 Conflicts:      rc-scripts < 0.4.9-2
134 Conflicts:      shadow-extras < 1:4.0.3-6
135 %if %{with su}
136 Conflicts:      coreutils < 8.19
137 %endif
138 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
139
140 %define         debugcflags     -O1 -g
141
142 # for some reason known only to rpm there must be "\\|" not "\|" here
143 %define         dietarch        %(echo %{_target_cpu} | sed -e 's/i.86\\|pentium.\\|athlon/i386/;s/amd64/x86_64/;s/armv.*/arm/')
144 %define         dietlibdir      %{_prefix}/lib/dietlibc/lib-%{dietarch}
145
146 %ifarch ppc ppc64
147 # for dietlibc
148 %define         filterout_ld    -Wl,-z,relro
149 %endif
150
151 %description
152 util-linux contains a large variety of low-level system utilities
153 necessary for a functional Linux system. This includes, among other
154 things, configuration tools such as fdisk and system programs such as
155 logger.
156
157 %description -l de.UTF-8
158 util-linux enthält eine große Anzahl an
159 low-level-Systemdienstprogrammen, die für ein funktionierendes
160 Linux-System erforderlich sind. Dazu gehören Konfigurationstools wie
161 'fdisk' und Systemprogramme wie 'logger'.
162
163 %description -l es.UTF-8
164 util-linux contiene una gran variedad de utilitarios de sistema de
165 bajo nivel necesarios a un sistema Linux funcional. Esto incluye,
166 entre otras cosas, herramientas de configuración como fdisk y
167 programas de sistema como logger.
168
169 %description -l fr.UTF-8
170 util-linux contient une grande variété d'utilitaire système bas niveau
171 nécessaires au fonctionnement d'un système Linux. Cela comprend, entre
172 autres, les outils de configuration comme fdisk et des programmes
173 systèmes comme logger.
174
175 %description -l pl.UTF-8
176 util-linux zawiera wiele różnych, niskopoziomowych narzędzi
177 systemowych niezbędnych do prawidłowego działania Linuksa. W pakiecie
178 znajdują się między innymi narzędzia konfiguracyjne, takie jak fdisk i
179 programy systemowe, takie jak logger.
180
181 %description -l pt_BR.UTF-8
182 util-linux contém uma grande variedade de utilitários de sistema de
183 baixo-nível necessários para um sistema Linux funcional. Isso inclui,
184 entre outras coisas, ferramentas de configuração como fdisk e
185 programas de sistema como logger.
186
187 %description -l ru.UTF-8
188 Этот пакет содержит большой набор системных утилит низкого уровня,
189 которые необходимы для функционирования системы Linux. Он включает, в
190 числе прочих, инструменты конфигурации, такие как fdisk, и системные
191 программы, такие как logger.
192
193 %description -l tr.UTF-8
194 şlevsel durumdaki bir Linux sistemi için gerekli birçok alt düzey
195 sistem araçlarını içerir. Bunlar arasında fdisk gibi yapılandırma
196 uygulamaları ve logger gibi sistem programları sayılabilir.
197
198 %description -l uk.UTF-8
199 Цей пакет містить великий набір системних утиліт низького рівня, які
200 необхідні для функціонування системи Linux. Він містить, окрім інших,
201 конфігураційні інструменти (такі як fdisk) та системні програми (такі
202 як logger).
203
204 %package -n blockdev
205 Summary:        Support for blockdev
206 Summary(pl.UTF-8):      Obsługa blockdev
207 License:        GPL v2+
208 Group:          Applications/System
209 Requires(post,preun):   /sbin/chkconfig
210 Requires(post,preun,postun):    systemd-units >= 38
211 Requires:       coreutils
212 Requires:       rc-scripts >= 0.4.3.0
213 Requires:       systemd-units >= 38
214
215 %description -n blockdev
216 The utility blockdev allows one to call block device ioctls from the
217 command line. This package also includes initscript to set blockdev
218 parameters at system startup.
219
220 %description -n blockdev -l pl.UTF-8
221 Narzędzie blockdev pozwala na wywołania ioctl dla urządzeń blokowych z
222 linii poleceń. Ten pakiet zawiera także skrypt inicjalizacyjny do
223 ustawiania parametrów blockdev przy starcie systemu.
224
225 %package -n losetup
226 Summary:        Programs for setting up and configuring loopback devices
227 Summary(de.UTF-8):      Programme zum Einrichten und Konfigurieren von Loopback-Geräten
228 Summary(fr.UTF-8):      Programmes pour mettre en place et configurer les loopback
229 Summary(pl.UTF-8):      Program do konfiguracji urządzenia blokowego loopback
230 Summary(ru.UTF-8):      Программы для настройки loopback-устройств
231 Summary(tr.UTF-8):      Yerel-çevrim aygıtlarının kurulması ve ayarlanması için programlar
232 Summary(uk.UTF-8):      Програми для конфігурації loopback-пристроїв
233 License:        GPL v2+
234 Group:          Applications/System
235 Requires:       libsmartcols = %{version}-%{release}
236
237 %description -n losetup
238 Linux supports a special block device called the loopback device,
239 which maps a normal file onto a virtual block device. This package
240 contains programs for setting up and removing the mapping between
241 files and loopback devices.
242
243 Block loopback devices should not be confused with the networking
244 loopback device, which is configured with the normal ifconfig command.
245
246 %description -n losetup -l de.UTF-8
247 Linux unterstützt ein spezielles Blockgerät, das sogenannte Loopback,
248 das eine normale Datei auf ein virtuelles Blockgerät abbildet. Das
249 Paket enthält Programme zum Einrichten und Entfernen der Zuordnung
250 zwischen Dateien und Loopback-Geräten.
251
252 %description -n losetup -l fr.UTF-8
253 Linux gère un périphérique bloc spécial appelé « loopback », qui
254 correspond à un fichier normal sur un périphérique bloc virtuel. Ce
255 paquetage contient les programmes pour configurer et supprimer la
256 correspondance entre les fichiers et les périphériques loopback.
257
258 Les périphériques bloc loopback ne doivent pas être confondus avec le
259 périphérique loopback du réseau, configuré avec la commande ifconfig
260 normale.
261
262 %description -n losetup -l pl.UTF-8
263 Linux wspiera specjalne urządzenie blokowe loopback, które mapuje
264 normalny plik w wirtualne urządzenie blokowe. Pakiet ten zawiera
265 program, przy pomocy którego będziesz mógł je skonfigurować.
266
267 Urządzenie blokowe loopback nie powinno być mylone z sieciowym
268 interfejsem loopback, który jest konfigurowany przy pomocy polecenia
269 ifconfig.
270
271 %description -n losetup -l ru.UTF-8
272 Linux поддерживает специальное блочное устройство, называемое
273 loopback, которое отображает обычный файл в виртуальное блочное
274 устройство. Это позволяет использовать файл как виртуальную файловую
275 систему. Losetup используется для связи loopback-устройств с обычными
276 файлами или блочными устройствами, для отсоединения loopback-устройств
277 и запросов их статуса.
278
279 %description -n losetup -l tr.UTF-8
280 Linux özel bir blok aygıt olan yerel-çevrim aygıtını (loopback device)
281 destekler. Bu aygıt normal bir dosyanın sanal bir blok aygıtı üzerine
282 haritasını çıkarır. Bu paket, dosyalar ve yerel-çevrim aygıtları
283 arasındaki haritalama işleminin kurulması ve kaldırılması için
284 programlar içerir. Blok yerel-çevrim aygıtı ifconfig komutu ile
285 yapılandırılan ağ yerel-çevrim aygıtı ile karıştırılmamalıdır.
286
287 %description -n losetup -l uk.UTF-8
288 Linux підтримує спеціальний блочний пристрій, loopback, який
289 відображує звичайний файл у віртуальний блочний пристрій. Це дозволяє
290 використовувати файл як віртуальну файлову систему. Losetup
291 використовують для зв'язку loopback-пристроїв зі звичайними файлами
292 або блочними пристроями, для від'єднання loopback-пристроїв та
293 запросів їх стану.
294
295 %package -n mount
296 Summary:        Programs for mounting and unmounting filesystems
297 Summary(de.UTF-8):      Programme zum montieren und abmontieren von Dateisystemen
298 Summary(fr.UTF-8):      Programme pour monter et démonter des systèmes de fichiers
299 Summary(pl.UTF-8):      Programy do montowania i odmontowywania systemów plików
300 Summary(ru.UTF-8):      Программы для монтирования и размонтирования файловых систем
301 Summary(tr.UTF-8):      Dosya sistemlerini bağlamak ve çözmek için programlar
302 Summary(uk.UTF-8):      Програми для монтування та розмонтування файлових систем
303 License:        GPL v2+
304 Group:          Applications/System
305 Requires:       libmount = %{version}-%{release}
306 Requires:       libsmartcols = %{version}-%{release}
307 Conflicts:      SysVinit < 2.86-26
308 # C: nfs-utils-common is opposite to http://cvs.pld-linux.org/packages/nfs-utils/nfs-utils.spec?r1=1.165&r2=1.166
309 Conflicts:      nfs-utils-common < 1.1.3-3
310
311 %description -n mount
312 mount is used for adding new filesystems, both local and networked, to
313 your current directory structure. The filesystems must already exist
314 for this to work. It can also be used to change the access types the
315 kernel uses for already-mounted filesystems.
316
317 This package is critical for the functionality of your system.
318
319 %description -n mount -l de.UTF-8
320 mount wird zum Hinzufügen neuer Dateisysteme (lokal und im Netzwerk)
321 zu Ihrer aktuellen Verzeichnisstruktur verwendet. Die Dateisysteme
322 müssen bereits existieren. Außerdem können die Zugriffstypen geändert
323 werden, die der Kernel für bereits montierte Dateisysteme verwendet.
324
325 Dieses Paket ist für Ihr System unbedingt erforderlich.
326
327 %description -n mount -l fr.UTF-8
328 mount sert à ajouter de nouveaux systèmes de fichiers, locaux ou
329 réseaux, à votre structure de répertoire. Les systèmes de fichiers
330 doivent déjà exister pour que cela fonctionne. Il peut aussi servir à
331 changer les types d'accès pour les systèmes de fichiers déjà montés.
332
333 Ce paquetage est critique pour le fonctionnement de votre système.
334
335 %description -n mount -l pl.UTF-8
336 Program mount jest używany przez system do montowania systemów plików,
337 zarówno lokalnych jak i sieciowych (np. NFS).
338
339 Pakiet ten jest niezbędny do prawidłowej pracy twojego Linuksa.
340
341 %description -n mount -l ru.UTF-8
342 Пакет mount содержит программы mount, umount, swapon и swapoff. Файлы
343 в вашей системе организованы в виде одного большого дерева или
344 иерархии. Эти файлы могут быть размещены на разных устройствах.
345 Команда mount присоединяет файловую систему на некотором устройстве к
346 дереву файлов вашей системы. Команда umount отсоединяет файловую
347 систему от дерева. Swapon и swapoff, соответственно, разрешает и
348 запрещает своппинг в определенные файлы и устройства.
349
350 %description -n mount -l tr.UTF-8
351 mount, hem yerel hem de ağ dosya sistemlerinin dizin yapısına
352 eklenmesi için kullanılır. Bunun için bağlanacak dosya sisteminin
353 önceden hazırlanmış olması gerekir. Aynı zamanda çekirdeğin bağlanmış
354 dosya sistemlerine erişimini değiştirmek için de kullanılır. Bu paket
355 sisteminizin işlevselliği açısından kritiktir.
356
357 %description -n mount -l uk.UTF-8
358 Пакет mount містить програми mount, umount, swapon та swapoff. Файли у
359 вашій системі організовані у вигляді одного великого дерева або
360 ієрархії. Ці файли можуть бути розташовані на різних пристроях.
361 Команда mount під'єднує файлову систему на деякому пристрої до дерева
362 файлів вашої системи. Команда umount від'єднує файлову систему від
363 дерева. Swapon та swapoff, відповідно, дозволяє та заборонює свопінг у
364 визначені файли або пристрої.
365
366 %package -n tunelp
367 Summary:        Configures kernel parallel port driver
368 Summary(de.UTF-8):      Konfiguriert den Kerneltreiber für den parallelen Port
369 Summary(fr.UTF-8):      Configure le pilote du port parallèle dans le noyau
370 Summary(pl.UTF-8):      Program do konfigurowania sterownika portu równoległego
371 Summary(tr.UTF-8):      Çekirdeğin paralel bağlantı noktası sürücüsünü ayarlar
372 License:        GPL v2+
373 Group:          Applications/System
374
375 %description -n tunelp
376 tunelp aids in configuring the kernel parallel port driver.
377
378 %description -n tunelp -l de.UTF-8
379 tunelp hilft bei der Konfiguration des Kernel-Parallelport-Treibers.
380
381 %description -n tunelp -l fr.UTF-8
382 « tunelp » aide à configurer le pilote du noyau pour le port
383 parallèle.
384
385 %description -n tunelp -l pl.UTF-8
386 Program do konfigurowania sterownika portu równoległego.
387
388 %description -n tunelp -l tr.UTF-8
389 Paralel bağlantı noktası sürücüsünü ayarlar.
390
391 %package -n login
392 Summary:        login is used when signing onto a system
393 Summary(pl.UTF-8):      login jest używany do rozpoczęcia pracy w systemie
394 License:        GPL v2+
395 Group:          Applications/System
396 Requires:       pam >= %{pam_ver}
397 Obsoletes:      heimdal-login
398
399 %description -n login
400 login is used when signing onto a system. It can also be used to
401 switch from one user to another at any time (most modern shells have
402 support for this feature built into them, however).
403
404 %description -n login -l pl.UTF-8
405 login jest używany do rozpoczęcia pracy w systemie. Może być używany
406 do przełączania z jednego użytkownika na innego w każdym momencie
407 (jednak większość nowoczesnych powłok ma takie funkcje wbudowane).
408
409 %package -n agetty
410 Summary:        Alternative Linux getty
411 Summary(pl.UTF-8):      Alternatywny getty
412 License:        GPL v2+
413 Group:          Applications/System
414 Requires:       login
415
416 %description -n agetty
417 agetty is simple Linux getty with serial support.
418
419 %description -n agetty -l pl.UTF-8
420 agetty jest prostym linuksowym getty z obsługą portu szeregowego.
421
422 %package -n libblkid
423 Summary:        Library to handle device identification and token extraction
424 Summary(pl.UTF-8):      Biblioteka do obsługi identyfikacji urządzeń
425 License:        LGPL v2.1+
426 Group:          Libraries
427 Obsoletes:      util-linux-ng-libs < 2.20-1
428
429 %description -n libblkid
430 Library to handle device identification and token extraction.
431
432 %description -n libblkid -l pl.UTF-8
433 Biblioteka do obsługi identyfikacji urządzeń i wydobywania tokenów.
434
435 %package -n libblkid-devel
436 Summary:        Header files for blkid library
437 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki blkid
438 License:        LGPL v2.1+
439 Group:          Development/Libraries
440 Requires:       libblkid = %{version}-%{release}
441 Obsoletes:      util-linux-ng-devel < 2.20-1
442
443 %description -n libblkid-devel
444 Header files for blkid library.
445
446 %description -n libblkid-devel -l pl.UTF-8
447 Pliki nagłówkowe biblioteki blkid.
448
449 %package -n libblkid-static
450 Summary:        Static library to handle device identification and token extraction
451 Summary(pl.UTF-8):      Statyczna biblioteka do obsługi identyfikacji urządzeń
452 License:        LGPL v2.1+
453 Group:          Development/Libraries
454 Requires:       libblkid-devel = %{version}-%{release}
455 Obsoletes:      util-linux-ng-static < 2.20-1
456
457 %description -n libblkid-static
458 Static library to handle device identification and token extraction.
459
460 %description -n libblkid-static -l pl.UTF-8
461 Statyczna biblioteka do obsługi identyfikacji urządzeń i wydobywania
462 tokenów.
463
464 %package -n libblkid-dietlibc
465 Summary:        Static dietlibc library to handle device identification and token extraction
466 Summary(pl.UTF-8):      Statyczna biblioteka dietlibc do obsługi identyfikacji urządzeń
467 License:        LGPL v2.1+
468 Group:          Development/Libraries
469 Requires:       libblkid-devel = %{version}-%{release}
470
471 %description -n libblkid-dietlibc
472 Library to handle device identification and token extraction - static
473 dietlibc version.
474
475 %description -n libblkid-dietlibc -l pl.UTF-8
476 Biblioteka do obsługi identyfikacji urządzeń i wydobywania tokenów -
477 wersja statyczna dla dietlibc.
478
479 %package -n libblkid-apidocs
480 Summary:        libblkid API documentation
481 Summary(pl.UTF-8):      Dokumentacja API libblkid
482 Group:          Documentation
483 Requires:       gtk-doc-common
484 BuildArch:      noarch
485
486 %description -n libblkid-apidocs
487 libblkid API documentation.
488
489 %description -n libblkid-apidocs -l pl.UTF-8
490 Dokumentacja API libblkid.
491
492 %package -n libuuid
493 Summary:        Library for accessing and manipulating UUID
494 Summary(pl.UTF-8):      Biblioteka umożliwiająca dostęp i zmiany UUID
495 License:        BSD
496 Group:          Libraries
497 Conflicts:      e2fsprogs < 1.34-3
498
499 %description -n libuuid
500 Library for accessing and manipulating UUID.
501
502 %description -n libuuid -l pl.UTF-8
503 Biblioteka umożliwiająca dostęp i zmiany UUID.
504
505 %package -n libuuid-devel
506 Summary:        Header files for library for accessing and manipulating UUID
507 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki umożliwiającej dostęp i zmiany UUID
508 License:        BSD
509 Group:          Development/Libraries
510 Requires:       libuuid = %{version}-%{release}
511 Conflicts:      e2fsprogs-devel < 1.34-3
512
513 %description -n libuuid-devel
514 Library for accessing and manipulating UUID - development files.
515
516 %description -n libuuid-devel -l pl.UTF-8
517 Biblioteka umożliwiająca dostęp i zmiany UUID - pliki dla
518 programistów.
519
520 %package -n libuuid-static
521 Summary:        Static library for accessing and manipulating UUID
522 Summary(pl.UTF-8):      Statyczna biblioteka umożliwiająca dostęp i zmiany UUID
523 License:        BSD
524 Group:          Development/Libraries
525 Requires:       libuuid-devel = %{version}-%{release}
526 Conflicts:      e2fsprogs-static < 1.34-3
527
528 %description -n libuuid-static
529 Library for accessing and manipulating UUID - static version.
530
531 %description -n libuuid-static -l pl.UTF-8
532 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna.
533
534 %package -n libuuid-dietlibc
535 Summary:        Static dietlibc library for accessing and manipulating UUID
536 Summary(pl.UTF-8):      Statyczna biblioteka dietlibc umożliwiająca dostęp i zmiany UUID
537 License:        BSD
538 Group:          Development/Libraries
539 Requires:       libuuid-devel = %{version}-%{release}
540 Conflicts:      e2fsprogs-static < 1.34-3
541
542 %description -n libuuid-dietlibc
543 Library for accessing and manipulating UUID - static dietlibc version.
544
545 %description -n libuuid-dietlibc -l pl.UTF-8
546 Biblioteka umożliwiająca dostęp i zmiany UUID - wersja statyczna dla
547 dietlibc.
548
549 %package -n uuidd
550 Summary:        Helper daemon to guarantee uniqueness of time-based UUIDs
551 Summary(pl.UTF-8):      Pomocniczy demon gwarantujący unikalność UUID-ów opartych na czasie
552 License:        GPL v2+
553 Group:          Daemons
554 Requires(postun):       /usr/sbin/groupdel
555 Requires(postun):       /usr/sbin/userdel
556 Requires(pre):  /bin/id
557 Requires(pre):  /usr/bin/getgid
558 Requires(pre):  /usr/sbin/groupadd
559 Requires(pre):  /usr/sbin/groupmod
560 Requires(pre):  /usr/sbin/useradd
561 Requires(pre):  /usr/sbin/usermod
562 Requires(post,preun,postun):    systemd-units >= 38
563 Requires:       libuuid = %{version}-%{release}
564 Requires:       systemd-units >= 38
565 Provides:       group(uuidd)
566 Provides:       user(uuidd)
567 Conflicts:      libuuid < 1.40.5-0.1
568
569 %description -n uuidd
570 The uuidd package contains a userspace daemon (uuidd) which guarantees
571 uniqueness of time-based UUID generation even at very high rates on
572 SMP systems.
573
574 %description -n uuidd -l pl.UTF-8
575 Ten pakiet zawiera działającego w przestrzeni użytkownika demona
576 (uuidd) gwarantującego unikalność generowania UUID-ów opartych na
577 czasie nawet przy bardzo dużej częstotliwości na systemach SMP.
578
579 %package -n libfdisk
580 Summary:        fdisk library
581 Summary(pl.UTF-8):      Biblioteka fdisk
582 License:        LGPL v2.1+
583 Group:          Libraries
584 Requires:       libblkid = %{version}-%{release}
585 Requires:       libuuid = %{version}-%{release}
586
587 %description -n libfdisk
588 fdisk library.
589
590 %description -n libfdisk -l pl.UTF-8
591 Biblioteka fdisk.
592
593 %package -n libfdisk-devel
594 Summary:        Header files for fdisk library
595 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki fdisk
596 License:        LGPL v2.1+
597 Group:          Development/Libraries
598 Requires:       libblkid-devel = %{version}-%{release}
599 Requires:       libfdisk = %{version}-%{release}
600 Requires:       libuuid-devel = %{version}-%{release}
601
602 %description -n libfdisk-devel
603 Header files for fdisk library.
604
605 %description -n libfdisk-devel -l pl.UTF-8
606 Pliki nagłówkowe biblioteki fdisk.
607
608 %package -n libfdisk-static
609 Summary:        Static version of fdisk library
610 Summary(pl.UTF-8):      Statyczna wersja biblioteki fdisk
611 License:        LGPL v2.1+
612 Group:          Development/Libraries
613 Requires:       libfdisk-devel = %{version}-%{release}
614
615 %description -n libfdisk-static
616 Static version of fdisk library.
617
618 %description -n libfdisk-static -l pl.UTF-8
619 Statyczna wersja biblioteki fdisk.
620
621 %package -n libfdisk-apidocs
622 Summary:        libfdisk API documentation
623 Summary(pl.UTF-8):      Dokumentacja API libfdisk
624 Group:          Documentation
625 Requires:       gtk-doc-common
626 BuildArch:      noarch
627
628 %description -n libfdisk-apidocs
629 libfdisk API documentation.
630
631 %description -n libfdisk-apidocs -l pl.UTF-8
632 Dokumentacja API libfdisk.
633
634 %package -n libmount
635 Summary:        Library to handle mounting-related tasks
636 Summary(pl.UTF-8):      Biblioteka obsługująca zadania związane z montowaniem
637 License:        LGPL v2.1+
638 Group:          Libraries
639 Requires:       libblkid = %{version}-%{release}
640
641 %description -n libmount
642 Library to handle mounting-related tasks.
643
644 %description -n libmount -l pl.UTF-8
645 Biblioteka obsługująca zadania związane z montowaniem.
646
647 %package -n libmount-devel
648 Summary:        Header files for mount library
649 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki mount
650 License:        LGPL v2.1+
651 Group:          Development/Libraries
652 Requires:       libblkid-devel = %{version}-%{release}
653 Requires:       libmount = %{version}-%{release}
654
655 %description -n libmount-devel
656 Header files for mount library.
657
658 %description -n libmount-devel -l pl.UTF-8
659 Pliki nagłówkowe biblioteki mount.
660
661 %package -n libmount-static
662 Summary:        Static version of mount library
663 Summary(pl.UTF-8):      Statyczna wersja biblioteki mount
664 License:        LGPL v2.1+
665 Group:          Development/Libraries
666 Requires:       libmount-devel = %{version}-%{release}
667
668 %description -n libmount-static
669 Static version of mount library.
670
671 %description -n libmount-static -l pl.UTF-8
672 Statyczna wersja biblioteki mount.
673
674 %package -n libmount-apidocs
675 Summary:        libmount API documentation
676 Summary(pl.UTF-8):      Dokumentacja API libmount
677 Group:          Documentation
678 Requires:       gtk-doc-common
679 BuildArch:      noarch
680
681 %description -n libmount-apidocs
682 libmount API documentation.
683
684 %description -n libmount-apidocs -l pl.UTF-8
685 Dokumentacja API libmount.
686
687 %package -n python3-libmount
688 Summary:        Python 3.x libmount bindings
689 Summary(pl.UTF-8):      Wiązania Pythona 3.x do biblioteki libmount
690 License:        LGPL v3+
691 Group:          Libraries/Python
692 Requires:       libmount = %{version}-%{release}
693
694 %description -n python3-libmount
695 Python 3.x libmount bindings.
696
697 %description -n python3-libmount -l pl.UTF-8
698 Wiązania Pythona 3.x do biblioteki libmount.
699
700 %package -n fsck
701 Summary:        Check and repair a Linux file system
702 Summary(pl.UTF-8):      Sprawdzanie i naprawa linuksowego systemu plików
703 License:        GPL v2+
704 Group:          Applications/System
705 Requires:       libblkid = %{version}-%{release}
706
707 %description -n fsck
708 Check and repair a Linux file system.
709
710 %description -n fsck -l pl.UTF-8
711 Sprawdzanie i naprawa linuksowego systemu plików.
712
713 %package -n libsmartcols
714 Summary:        Library to handle tables and trees
715 Summary(pl.UTF-8):      Biblioteka do obsługi tabelek i drzewek
716 License:        LGPL v2+
717 Group:          Libraries
718
719 %description -n libsmartcols
720 Library to handle tables and trees.
721
722 %description -n libsmartcols -l pl.UTF-8
723 Biblioteka do obsługi tabelek i drzewek.
724
725 %package -n libsmartcols-devel
726 Summary:        Header files for smartcols library
727 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki smartcols
728 License:        LGPL v2+
729 Group:          Development/Libraries
730 Requires:       libsmartcols = %{version}-%{release}
731
732 %description -n libsmartcols-devel
733 Header files for smartcols library.
734
735 %description -n libsmartcols-devel -l pl.UTF-8
736 Pliki nagłówkowe biblioteki smartcols.
737
738 %package -n libsmartcols-static
739 Summary:        Static version of smartcols library
740 Summary(pl.UTF-8):      Statyczna wersja biblioteki smartcols
741 License:        LGPL v2+
742 Group:          Development/Libraries
743 Requires:       libsmartcols-devel = %{version}-%{release}
744
745 %description -n libsmartcols-static
746 Static version of smartcols library.
747
748 %description -n libsmartcols-static -l pl.UTF-8
749 Statyczna wersja biblioteki smartcols.
750
751 %package -n libsmartcols-apidocs
752 Summary:        libsmartcols API documentation
753 Summary(pl.UTF-8):      Dokumentacja API libsmartcols
754 Group:          Documentation
755 Requires:       gtk-doc-common
756 BuildArch:      noarch
757
758 %description -n libsmartcols-apidocs
759 libsmartcols API documentation.
760
761 %description -n libsmartcols-apidocs -l pl.UTF-8
762 Dokumentacja API libsmartcols.
763
764 %package initrd
765 Summary:        blkid - initrd version
766 Summary(pl.UTF-8):      blkid - wersja dla initrd
767 License:        GPL v2+
768 Group:          Base
769 Obsoletes:      util-linux-ng-initrd < 2.20-1
770 Conflicts:      geninitrd < 10000.10
771
772 %description initrd
773 This package includes a blkid utility to recognize partitions by label
774 or UUID - staticaly linked for initrd.
775
776 %description initrd -l pl.UTF-8
777 Pakiet ten zawiera narzędzie blkid do rozpoznawania partycji przez
778 etykietę lub UUID - statycznie skonsolidowane na potrzeby initrd.
779
780 %package -n bash-completion-util-linux
781 Summary:        bash completion for util-linux commands
782 Summary(pl.UTF-8):      Bashowe dopełnianie parametrów dla poleceń z pakietu util-linux
783 License:        GPL v2+
784 Group:          Applications/Shells
785 Requires:       %{name} = %{version}-%{release}
786 Requires:       bash-completion >= 2.0
787 Requires:       gawk
788 BuildArch:      noarch
789
790 %description -n bash-completion-util-linux
791 Bash completion for util-linux commands.
792
793 %description -n bash-completion-util-linux -l pl.UTF-8
794 Bashowe dopełnianie parametrów dla poleceń z pakietu util-linux.
795
796 %prep
797 %setup -q -a1
798 %patch0 -p1
799 %patch1 -p1
800 %patch2 -p1
801 %patch3 -p1
802 %patch4 -p1
803 %patch5 -p1
804 %patch7 -p1
805 %{?with_initrd:%patch6 -p1}
806
807 # obsolete programs, remove non-english man pages
808 %{__rm} man/*/man1/{arch,chkdupexe,ddate,reset}.1 \
809         man/*/man5/nfs.5 \
810         man/*/man8/{cytune,elvtune,setfdprm,sln,ramsize,raw,rdev,rootflags,vidmode}.8
811
812 # it's been moved from man1 to man8
813 for d in es ja ko ; do
814         %{__mv} man/$d/man1/readprofile.1 \
815                 man/$d/man8/readprofile.8
816         %{__sed} -i -e 's/READPROFILE 1/READPROFILE 8/' man/$d/man8/readprofile.8
817 done
818
819 %{__rm} po/stamp-po
820
821 %build
822 %{__gettextize}
823 %{__libtoolize}
824 %{__aclocal} -I m4
825 %{__autoconf}
826 %{__autoheader}
827 %{__automake}
828
829 export CPPFLAGS="%{rpmcppflags} -I/usr/include/ncurses -DHAVE_LSEEK64_PROTOTYPE -DHAVE_LLSEEK_PROTOTYPE"
830 %if %{with initrd}
831 %{?with_uClibc:xCC="%{_target_cpu}-uclibc-gcc"}
832 %{?with_dietlibc:xCC="%{__cc}"; xCC="diet ${xCC#*ccache }"}
833 %configure \
834 %if %{with dietlibc}
835         ac_cv_header_crypt_h=no \
836         ac_cv_header_stdio_ext_h=no \
837 %endif
838         CC="$xCC" \
839 %if "%{?configure_cache}" == "1"
840         --cache-file=%{?configure_cache_file}%{!?configure_cache_file:configure}-initrd.cache \
841 %endif
842         --exec-prefix= \
843         --bindir=/bin \
844         --sbindir=/sbin \
845         --libdir=/%{_lib} \
846         --disable-shared \
847         --enable-static \
848         --enable-libmount-force-mountinfo \
849         --disable-agetty \
850         --disable-chfn-chsh \
851         --disable-cramfs \
852         --disable-kill \
853         --disable-ldattach \
854         --disable-libmount \
855         --disable-login \
856         --disable-losetup \
857         --disable-makeinstall-chown \
858         --disable-makeinstall-setuid \
859         --disable-minix \
860         --disable-newgrp \
861         --disable-partx \
862         --disable-raw \
863         --disable-runuser \
864         --disable-schedutils \
865         --disable-setarch \
866         --disable-silent-rules \
867         --disable-su \
868         --disable-sulogin \
869         --disable-tunelp \
870         --disable-use-tty-group \
871         --disable-utmpdump \
872         --disable-uuidd \
873         --disable-vipw \
874         --disable-wall \
875         --without-audit \
876         --without-ncurses \
877         --without-selinux \
878         --without-smack
879
880 # configure gets it unconditionally wrong
881 %{__sed} -i -e 's/#define HAVE_WIDECHAR 1//' config.h
882
883 %{__make} \
884 %if %{with uClibc}
885         LDFLAGS="-Wl,-static"
886 %endif
887 %if %{with dietlibc}
888         CPPFLAGS="$CPPFLAGS -D_BSD_SOURCE" \
889         LDFLAGS="-lcompat"
890 %endif
891
892 %{__make} install \
893         DESTDIR=$(pwd)/initrd
894
895 %{__make} clean
896 %endif
897
898 # raw is obsolete
899 # wall is packaged in SysVinit-tools
900 %configure \
901         --bindir=/bin \
902         --sbindir=/sbin \
903         %{?with_apidocs:--docdir=%{_gtkdocdir}} \
904         --enable-libmount-support-mtab \
905         --disable-makeinstall-chown \
906         --disable-makeinstall-setuid \
907         --disable-raw \
908         --disable-silent-rules \
909         --disable-use-tty-group \
910         --disable-wall \
911         --enable-chfn-chsh \
912         --enable-fdformat \
913         %{?with_apidocs:--enable-gtk-doc} \
914         --enable-kill \
915         --enable-libblkid \
916         --enable-line \
917         --enable-login \
918         --enable-login-chown-vcs \
919         --enable-newgrp \
920         --enable-partx \
921         --enable-poman \
922         --enable-pg \
923         --enable-runuser%{!?with_su:=no} \
924         --enable-su%{!?with_su:=no} \
925         --enable-sulogin \
926         --enable-tunelp \
927         --enable-utmpdump \
928         --enable-vipw \
929         --enable-write \
930         --with-python=3 \
931         --with-audit \
932         --with-bashcompletiondir=%{bash_compdir} \
933         --with-selinux%{!?with_selinux:=no} \
934         --with-smack \
935         --with-readline \
936         %{!?with_systemd:--without-systemd}
937
938 %{__make}
939
940 %install
941 rm -rf $RPM_BUILD_ROOT
942 install -d $RPM_BUILD_ROOT/etc/{pam.d,rc.d/init.d,sysconfig,security,terminal-colors.d} \
943         $RPM_BUILD_ROOT{/%{_lib},/var/{lock,lib/libuuid}} \
944         $RPM_BUILD_ROOT{/lib/systemd/pld-helpers.d,%{systemdunitdir}}
945 %{?with_dietlibc:install -d $RPM_BUILD_ROOT%{dietlibdir}}
946
947 %{__make} install \
948         DESTDIR=$RPM_BUILD_ROOT
949
950 %{__mv} $RPM_BUILD_ROOT%{_sbindir}/{addpart,delpart,partx} $RPM_BUILD_ROOT/sbin
951
952 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/login
953 install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/blockdev
954 cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/blockdev
955 cp -p %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/blockdev.service
956 cp -p %{SOURCE13} $RPM_BUILD_ROOT/lib/systemd/pld-helpers.d/blockdev.sh
957 %if %{with su}
958 ln -s ../sbin/runuser $RPM_BUILD_ROOT/bin/runuser
959 cp -p %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/su
960 cp -p %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/su-l
961 cp -p %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/runuser
962 cp -p %{SOURCE9} $RPM_BUILD_ROOT/etc/pam.d/runuser-l
963 %endif
964
965 :> $RPM_BUILD_ROOT/etc/security/blacklist.login
966 :> $RPM_BUILD_ROOT/var/lock/wtmpxlock
967 :> $RPM_BUILD_ROOT%{_sysconfdir}/blkid.tab
968
969 for lib in blkid fdisk mount smartcols uuid; do
970         %{__mv} $RPM_BUILD_ROOT%{_libdir}/lib${lib}.so.* $RPM_BUILD_ROOT/%{_lib}
971         ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/lib${lib}.so.*.*.*) \
972                  $RPM_BUILD_ROOT%{_libdir}/lib${lib}.so
973 done
974
975 # python module
976 %{__rm} $RPM_BUILD_ROOT%{py3_sitedir}/libmount/pylibmount.la
977 # obsoleted by pkg-config (libuuid.la temporarily kept because of packages built with it)
978 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib{blkid,fdisk,mount,smartcols}.la
979
980 ln -s hwclock $RPM_BUILD_ROOT/sbin/clock
981 echo '.so man8/hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/man8/clock.8
982 echo '.so man8/hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/de/man8/clock.8
983 echo '.so man8/hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/fr/man8/clock.8
984 echo '.so man8/hwclock.8' > $RPM_BUILD_ROOT%{_mandir}/sr/man8/clock.8
985
986 ln -s utmpdump $RPM_BUILD_ROOT%{_bindir}/utmpx-dump
987 ln -s mkswap $RPM_BUILD_ROOT/sbin/mkfs.swap
988
989 # install non-english man pages, but prefer upstream translations over Source1
990 for d in cs de es fi fr hu id it ja ko nl pl ; do
991         for m in man1 man5 man8 ; do
992                 if [ -d man/$d/$m ]; then
993                         install -d $RPM_BUILD_ROOT%{_mandir}/$d/$m
994                         for f in man/$d/$m/* ; do
995                                 if [ ! -f $RPM_BUILD_ROOT%{_mandir}/$d/$m/$(basename $f) ]; then
996                                         cp -p "$f" $RPM_BUILD_ROOT%{_mandir}/$d/$m
997                                 fi
998                         done
999                 fi
1000         done
1001 done
1002
1003 # obsolete
1004 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/raw.8
1005
1006 # packaged in SysVinit-tools
1007 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man1/wall.1
1008
1009 # packaged in pwdutils / shadow
1010 %{__rm} $RPM_BUILD_ROOT%{_bindir}/{chfn,chsh,newgrp} \
1011         $RPM_BUILD_ROOT%{_sbindir}/{vigr,vipw} \
1012         $RPM_BUILD_ROOT%{_mandir}/man1/{chfn,chsh,newgrp}.1 \
1013         $RPM_BUILD_ROOT%{_mandir}/man8/{vigr,vipw}.8 \
1014         $RPM_BUILD_ROOT%{_mandir}/*/man1/{chfn,chsh,newgrp}.1 \
1015         $RPM_BUILD_ROOT%{_mandir}/*/man8/{vigr,vipw}.8 \
1016         $RPM_BUILD_ROOT%{bash_compdir}/{chfn,chsh,newgrp}
1017
1018 %ifarch sparc sparcv9 sparc64
1019 # programs not built on sparc
1020 %{__rm} $RPM_BUILD_ROOT%{_mandir}/*/man8/{cfdisk,sfdisk}.8
1021 %endif
1022
1023 %if %{with apidocs}
1024 # examples
1025 %{__rm} $RPM_BUILD_ROOT%{_gtkdocdir}/getopt-example.{bash,tcsh}
1026 %else
1027 %{__rm} $RPM_BUILD_ROOT%{_docdir}/%{name}/getopt-example.{bash,tcsh}
1028 %endif
1029
1030 %if %{with initrd}
1031 install -d $RPM_BUILD_ROOT%{_libdir}/initrd
1032 install -p initrd/bin/* $RPM_BUILD_ROOT%{_libdir}/initrd
1033 install -p initrd/sbin/* $RPM_BUILD_ROOT%{_libdir}/initrd
1034 ln -s fsck $RPM_BUILD_ROOT%{_libdir}/initrd/e2fsck
1035
1036 # We don't need those
1037 %{__rm} $RPM_BUILD_ROOT%{_libdir}/initrd/{cal,col,colcrt,colrm,column,ctrlaltdel,dmesg,flock,fsfreeze,fstrim,getopt,hexdump,ipcmk,ipcrm,ipcs,isosize,logger,lslocks,mcookie,mkfs*,readprofile,renice,rev,rtcwake,script,scriptreplay,setsid,tunelp,wdctl,whereis}
1038 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib{blkid,mount}.la
1039
1040 %if %{with dietlibc}
1041 cp -a initrd/%{_lib}/lib*.a $RPM_BUILD_ROOT%{dietlibdir}
1042 %endif
1043 %endif
1044
1045 %find_lang %{name}
1046
1047 %clean
1048 rm -rf $RPM_BUILD_ROOT
1049
1050 %post -n blockdev
1051 /sbin/chkconfig --add blockdev
1052 %service blockdev restart
1053 %systemd_post blockdev.service
1054
1055 %preun -n blockdev
1056 if [ "$1" = "0" ]; then
1057         %service blockdev stop
1058         /sbin/chkconfig --del blockdev
1059 fi
1060 %systemd_preun blockdev.service
1061
1062 %postun -n blockdev
1063 %systemd_reload
1064
1065 %triggerpostun -n blockdev -- blockdev < 2.24-4
1066 %systemd_trigger blockdev.service
1067
1068 %post   -n libblkid -p /sbin/ldconfig
1069 %postun -n libblkid -p /sbin/ldconfig
1070
1071 %post   -n libuuid -p /sbin/ldconfig
1072 %postun -n libuuid -p /sbin/ldconfig
1073
1074 %pre    -n uuidd
1075 if [ "$(getgid libuuid 2>/dev/null)" = "222" ]; then
1076         /usr/sbin/groupmod -n uuidd libuuid
1077 fi
1078 %groupadd -g 222 uuidd
1079 if [ "$(id -u libuuid 2>/dev/null)" = "222" ]; then
1080         /usr/sbin/usermod -l uuidd libuuid
1081 fi
1082 %useradd -u 222 -r -d /var/lib/libuuid -s /bin/false -c "UUID generator helper daemon" -g uuidd uuidd
1083
1084 %postun -n uuidd
1085 if [ "$1" = "0" ]; then
1086         %userremove uuidd
1087         %groupremove uuidd
1088 fi
1089
1090 %post   -n libfdisk -p /sbin/ldconfig
1091 %postun -n libfdisk -p /sbin/ldconfig
1092
1093 %post   -n libmount -p /sbin/ldconfig
1094 %postun -n libmount -p /sbin/ldconfig
1095
1096 %post   -n libsmartcols -p /sbin/ldconfig
1097 %postun -n libsmartcols -p /sbin/ldconfig
1098
1099 %files -f %{name}.lang
1100 %defattr(644,root,root,755)
1101 %doc AUTHORS ChangeLog NEWS README README.licensing Documentation misc-utils/getopt-example.{bash,tcsh}
1102 %dir /etc/terminal-colors.d
1103
1104 %attr(755,root,root) /sbin/clock
1105 %attr(755,root,root) /sbin/hwclock*
1106 %{_mandir}/man5/adjtime_config.5*
1107 %{_mandir}/man8/clock.8*
1108 %{_mandir}/man8/hwclock.8*
1109 %lang(de) %{_mandir}/de/man5/adjtime_config.5*
1110 %lang(de) %{_mandir}/de/man8/clock.8*
1111 %lang(de) %{_mandir}/de/man8/hwclock.8*
1112 %lang(es) %{_mandir}/es/man8/clock.8*
1113 %lang(es) %{_mandir}/es/man8/hwclock.8*
1114 %lang(fr) %{_mandir}/fr/man8/clock.8*
1115 %lang(fr) %{_mandir}/fr/man8/hwclock.8*
1116 %lang(ja) %{_mandir}/ja/man8/clock.8*
1117 %lang(ja) %{_mandir}/ja/man8/hwclock.8*
1118 %lang(sr) %{_mandir}/sr/man5/adjtime_config.5*
1119 %lang(sr) %{_mandir}/sr/man8/clock.8*
1120 %lang(sr) %{_mandir}/sr/man8/hwclock.8*
1121
1122 %attr(755,root,root) /sbin/nologin
1123 %{_mandir}/man8/nologin.8*
1124 %lang(de) %{_mandir}/de/man8/nologin.8*
1125 %lang(sr) %{_mandir}/sr/man8/nologin.8*
1126
1127 %ghost %{_sysconfdir}/blkid.tab
1128 %attr(755,root,root) /sbin/blkid
1129 %attr(755,root,root) /sbin/findfs
1130 %{_mandir}/man8/blkid.8*
1131 %{_mandir}/man8/findfs.8*
1132 %lang(de) %{_mandir}/de/man8/blkid.8*
1133 %lang(de) %{_mandir}/de/man8/findfs.8*
1134 %lang(fr) %{_mandir}/fr/man8/blkid.8*
1135 %lang(fr) %{_mandir}/fr/man8/findfs.8*
1136 %lang(sr) %{_mandir}/sr/man8/blkid.8*
1137 %lang(sr) %{_mandir}/sr/man8/findfs.8*
1138
1139 %attr(755,root,root) %{_bindir}/linux*
1140 %attr(755,root,root) %{_bindir}/setarch
1141 %{_mandir}/man8/linux*.8*
1142 %{_mandir}/man8/setarch.8*
1143 %lang(de) %{_mandir}/de/man8/setarch.8*
1144 %lang(fr) %{_mandir}/fr/man8/setarch.8*
1145 %lang(sr) %{_mandir}/sr/man8/setarch.8*
1146 %ifarch s390 s390x
1147 %attr(755,root,root) %{_bindir}/s390*
1148 %{_mandir}/man8/s390*.8*
1149 %endif
1150 %ifarch %{ix86} %{x8664} x32 ia64
1151 %attr(755,root,root) %{_bindir}/i386
1152 %{_mandir}/man8/i386.8*
1153 %endif
1154 %ifarch %{x8664} x32
1155 %attr(755,root,root) %{_bindir}/x86_64
1156 %{_mandir}/man8/x86_64*.8*
1157 %endif
1158 %ifarch ia64
1159 %attr(755,root,root) %{_bindir}/ia64
1160 %{_mandir}/man8/ia64.8*
1161 %endif
1162 %ifarch ppc ppc64
1163 %attr(755,root,root) %{_bindir}/ppc*
1164 %{_mandir}/man8/ppc*.8*
1165 %endif
1166 %ifarch sparc sparc64
1167 %attr(755,root,root) %{_bindir}/sparc*
1168 %{_mandir}/man8/sparc*.8*
1169 %endif
1170
1171 %attr(755,root,root) /bin/dmesg
1172 %attr(755,root,root) /bin/kill
1173 %attr(755,root,root) /bin/lsblk
1174 %attr(755,root,root) /bin/lsfd
1175 %attr(755,root,root) /bin/more
1176 %attr(755,root,root) /bin/wdctl
1177
1178 %attr(755,root,root) /sbin/addpart
1179 %attr(755,root,root) /sbin/blkdiscard
1180 %attr(755,root,root) /sbin/blkzone
1181 %attr(755,root,root) /sbin/chcpu
1182 %attr(755,root,root) /sbin/ctrlaltdel
1183 %attr(755,root,root) /sbin/delpart
1184 %attr(755,root,root) /sbin/fsfreeze
1185 %attr(755,root,root) /sbin/fstrim
1186 %attr(755,root,root) /sbin/partx
1187 %attr(755,root,root) /sbin/sulogin
1188 %attr(755,root,root) /sbin/swaplabel
1189 %attr(755,root,root) /sbin/switch_root
1190 %attr(755,root,root) /sbin/wipefs
1191 %attr(755,root,root) /sbin/zramctl
1192 %attr(755,root,root) %{_bindir}/cal
1193 %attr(755,root,root) %{_bindir}/choom
1194 %attr(755,root,root) %{_bindir}/chmem
1195 %attr(755,root,root) %{_bindir}/chrt
1196 %attr(755,root,root) %{_bindir}/col
1197 %attr(755,root,root) %{_bindir}/colcrt
1198 %attr(755,root,root) %{_bindir}/colrm
1199 %attr(755,root,root) %{_bindir}/column
1200 %attr(755,root,root) %{_bindir}/eject
1201 %attr(755,root,root) %{_bindir}/fallocate
1202 %attr(755,root,root) %{_bindir}/fincore
1203 %attr(755,root,root) %{_bindir}/flock
1204 %attr(755,root,root) %{_bindir}/getopt
1205 %attr(755,root,root) %{_bindir}/hardlink
1206 %attr(755,root,root) %{_bindir}/hexdump
1207 %attr(755,root,root) %{_bindir}/ionice
1208 %attr(755,root,root) %{_bindir}/ipcmk
1209 %attr(755,root,root) %{_bindir}/ipcrm
1210 %attr(755,root,root) %{_bindir}/ipcs
1211 %attr(755,root,root) %{_bindir}/irqtop
1212 %attr(755,root,root) %{_bindir}/isosize
1213 %attr(755,root,root) %{_bindir}/line
1214 %attr(755,root,root) %{_bindir}/last
1215 %attr(755,root,root) %{_bindir}/lastb
1216 %attr(755,root,root) %{_bindir}/logger
1217 %attr(755,root,root) %{_bindir}/look
1218 %attr(755,root,root) %{_bindir}/lscpu
1219 %attr(755,root,root) %{_bindir}/lsipc
1220 %attr(755,root,root) %{_bindir}/lsirq
1221 %attr(755,root,root) %{_bindir}/lslocks
1222 %attr(755,root,root) %{_bindir}/lslogins
1223 %attr(755,root,root) %{_bindir}/lsmem
1224 %attr(755,root,root) %{_bindir}/lsns
1225 %attr(755,root,root) %{_bindir}/mesg
1226 %attr(755,root,root) %{_bindir}/mcookie
1227 %attr(755,root,root) %{_bindir}/namei
1228 %attr(755,root,root) %{_bindir}/nsenter
1229 %attr(755,root,root) %{_bindir}/pg
1230 %attr(755,root,root) %{_bindir}/prlimit
1231 %attr(755,root,root) %{_bindir}/rename
1232 %attr(755,root,root) %{_bindir}/renice
1233 %attr(755,root,root) %{_bindir}/rev
1234 %attr(755,root,root) %{_bindir}/script
1235 %attr(755,root,root) %{_bindir}/scriptlive
1236 %attr(755,root,root) %{_bindir}/scriptreplay
1237 %attr(755,root,root) %{_bindir}/setpriv
1238 %attr(755,root,root) %{_bindir}/setsid
1239 %attr(755,root,root) %{_bindir}/setterm
1240 %attr(755,root,root) %{_bindir}/taskset
1241 %attr(755,root,root) %{_bindir}/uclampset
1242 %attr(755,root,root) %{_bindir}/uuidparse
1243 %attr(755,root,root) %{_bindir}/ul
1244 %attr(755,root,root) %{_bindir}/uname26
1245 %attr(755,root,root) %{_bindir}/unshare
1246 %attr(755,root,root) %{_bindir}/utmpdump
1247 %attr(755,root,root) %{_bindir}/utmpx-dump
1248 %attr(755,root,root) %{_bindir}/whereis
1249 %attr(2755,root,tty) %{_bindir}/write
1250 %attr(755,root,root) %{_sbindir}/fdformat
1251 %attr(755,root,root) %{_sbindir}/ldattach
1252 %attr(755,root,root) %{_sbindir}/readprofile
1253 %attr(755,root,root) %{_sbindir}/resizepart
1254 %attr(755,root,root) %{_sbindir}/rfkill
1255 %attr(755,root,root) %{_sbindir}/rtcwake
1256
1257 %if %{with systemd}
1258 %{systemdunitdir}/fstrim.service
1259 %{systemdunitdir}/fstrim.timer
1260 %endif
1261
1262 %{_mandir}/man1/cal.1*
1263 %{_mandir}/man1/choom.1*
1264 %{_mandir}/man1/chrt.1*
1265 %{_mandir}/man1/col.1*
1266 %{_mandir}/man1/colcrt.1*
1267 %{_mandir}/man1/colrm.1*
1268 %{_mandir}/man1/column.1*
1269 %{_mandir}/man1/dmesg.1*
1270 %{_mandir}/man1/eject.1*
1271 %{_mandir}/man1/fallocate.1*
1272 %{_mandir}/man1/fincore.1*
1273 %{_mandir}/man1/flock.1*
1274 %{_mandir}/man1/getopt.1*
1275 %{_mandir}/man1/hardlink.1*
1276 %{_mandir}/man1/hexdump.1*
1277 %{_mandir}/man1/ionice.1*
1278 %{_mandir}/man1/ipcrm.1*
1279 %{_mandir}/man1/ipcmk.1*
1280 %{_mandir}/man1/ipcs.1*
1281 %{_mandir}/man1/irqtop.1*
1282 %{_mandir}/man1/kill.1*
1283 %{_mandir}/man1/last.1*
1284 %{_mandir}/man1/lastb.1*
1285 %{_mandir}/man1/line.1*
1286 %{_mandir}/man1/logger.1*
1287 %{_mandir}/man1/look.1*
1288 %{_mandir}/man1/lscpu.1*
1289 %{_mandir}/man1/lsfd.1*
1290 %{_mandir}/man1/lsipc.1*
1291 %{_mandir}/man1/lsirq.1*
1292 %{_mandir}/man1/lslogins.1*
1293 %{_mandir}/man1/lsmem.1*
1294 %{_mandir}/man1/mcookie.1*
1295 %{_mandir}/man1/mesg.1*
1296 %{_mandir}/man1/more.1*
1297 %{_mandir}/man1/namei.1*
1298 %{_mandir}/man1/nsenter.1*
1299 %{_mandir}/man1/prlimit.1*
1300 %{_mandir}/man1/pg.1*
1301 %{_mandir}/man1/renice.1*
1302 %{_mandir}/man1/rev.1*
1303 %{_mandir}/man1/rename.1*
1304 %{_mandir}/man1/setpriv.1*
1305 %{_mandir}/man1/setsid.1*
1306 %{_mandir}/man1/script.1*
1307 %{_mandir}/man1/scriptlive.1*
1308 %{_mandir}/man1/scriptreplay.1*
1309 %{_mandir}/man1/setterm.1*
1310 %{_mandir}/man1/taskset.1*
1311 %{_mandir}/man1/uclampset.1*
1312 %{_mandir}/man1/ul.1*
1313 %{_mandir}/man1/unshare.1*
1314 %{_mandir}/man1/utmpdump.1*
1315 %{_mandir}/man1/uuidparse.1*
1316 %{_mandir}/man1/whereis.1*
1317 %{_mandir}/man1/write.1*
1318 # common for many utilities (hexdump,cal,dmesg,fdisk,cfdisk - not libraries)
1319 %{_mandir}/man5/terminal-colors.d.5*
1320 %{_mandir}/man8/addpart.8*
1321 %{_mandir}/man8/blkdiscard.8*
1322 %{_mandir}/man8/blkzone.8*
1323 %{_mandir}/man8/delpart.8*
1324 %{_mandir}/man8/partx.8*
1325 %{_mandir}/man8/lsblk.8*
1326 %{_mandir}/man8/lsns.8*
1327 %{_mandir}/man8/chcpu.8*
1328 %{_mandir}/man8/chmem.8*
1329 %{_mandir}/man8/ctrlaltdel.8*
1330 %{_mandir}/man8/fdformat.8*
1331 %{_mandir}/man8/fsfreeze.8*
1332 %{_mandir}/man8/fstrim.8*
1333 %{_mandir}/man8/isosize.8*
1334 %{_mandir}/man8/ldattach.8*
1335 %{_mandir}/man8/lslocks.8*
1336 %{_mandir}/man8/readprofile.8*
1337 %{_mandir}/man8/resizepart.8*
1338 %{_mandir}/man8/rfkill.8*
1339 %{_mandir}/man8/rtcwake.8*
1340 %{_mandir}/man8/swaplabel.8*
1341 %{_mandir}/man8/switch_root.8*
1342 %{_mandir}/man8/sulogin.8*
1343 %{_mandir}/man8/uname26.8*
1344 %{_mandir}/man8/wdctl.8*
1345 %{_mandir}/man8/wipefs.8*
1346 %{_mandir}/man8/zramctl.8*
1347 %lang(de) %{_mandir}/de/man1/cal.1*
1348 %lang(de) %{_mandir}/de/man1/choom.1*
1349 %lang(de) %{_mandir}/de/man1/chrt.1*
1350 %lang(de) %{_mandir}/de/man1/col.1*
1351 %lang(de) %{_mandir}/de/man1/colcrt.1*
1352 %lang(de) %{_mandir}/de/man1/colrm.1*
1353 %lang(de) %{_mandir}/de/man1/column.1*
1354 %lang(de) %{_mandir}/de/man1/dmesg.1*
1355 %lang(de) %{_mandir}/de/man1/eject.1*
1356 %lang(de) %{_mandir}/de/man1/fallocate.1*
1357 %lang(de) %{_mandir}/de/man1/fincore.1*
1358 %lang(de) %{_mandir}/de/man1/flock.1*
1359 %lang(de) %{_mandir}/de/man1/getopt.1*
1360 %lang(de) %{_mandir}/de/man1/hardlink.1*
1361 %lang(de) %{_mandir}/de/man1/hexdump.1*
1362 %lang(de) %{_mandir}/de/man1/ionice.1*
1363 %lang(de) %{_mandir}/de/man1/ipcmk.1*
1364 %lang(de) %{_mandir}/de/man1/ipcrm.1*
1365 %lang(de) %{_mandir}/de/man1/ipcs.1*
1366 %lang(de) %{_mandir}/de/man1/irqtop.1*
1367 %lang(de) %{_mandir}/de/man1/kill.1*
1368 %lang(de) %{_mandir}/de/man1/last.1*
1369 %lang(de) %{_mandir}/de/man1/lastb.1*
1370 %lang(de) %{_mandir}/de/man1/line.1*
1371 %lang(de) %{_mandir}/de/man1/logger.1*
1372 %lang(de) %{_mandir}/de/man1/look.1*
1373 %lang(de) %{_mandir}/de/man1/lscpu.1*
1374 %lang(de) %{_mandir}/de/man1/lsfd.1*
1375 %lang(de) %{_mandir}/de/man1/lsipc.1*
1376 %lang(de) %{_mandir}/de/man1/lsirq.1*
1377 %lang(de) %{_mandir}/de/man1/lslogins.1*
1378 %lang(de) %{_mandir}/de/man1/lsmem.1*
1379 %lang(de) %{_mandir}/de/man1/mcookie.1*
1380 %lang(de) %{_mandir}/de/man1/mesg.1*
1381 %lang(de) %{_mandir}/de/man1/more.1*
1382 %lang(de) %{_mandir}/de/man1/namei.1*
1383 %lang(de) %{_mandir}/de/man1/nsenter.1*
1384 %lang(de) %{_mandir}/de/man1/pg.1*
1385 %lang(de) %{_mandir}/de/man1/prlimit.1*
1386 %lang(de) %{_mandir}/de/man1/rename.1*
1387 %lang(de) %{_mandir}/de/man1/renice.1*
1388 %lang(de) %{_mandir}/de/man1/rev.1*
1389 %lang(de) %{_mandir}/de/man1/script.1*
1390 %lang(de) %{_mandir}/de/man1/scriptlive.1*
1391 %lang(de) %{_mandir}/de/man1/scriptreplay.1*
1392 %lang(de) %{_mandir}/de/man1/setpriv.1*
1393 %lang(de) %{_mandir}/de/man1/setsid.1*
1394 %lang(de) %{_mandir}/de/man1/setterm.1*
1395 %lang(de) %{_mandir}/de/man1/taskset.1*
1396 %lang(de) %{_mandir}/de/man1/uclampset.1*
1397 %lang(de) %{_mandir}/de/man1/ul.1*
1398 %lang(de) %{_mandir}/de/man1/unshare.1*
1399 %lang(de) %{_mandir}/de/man1/utmpdump.1*
1400 %lang(de) %{_mandir}/de/man1/uuidparse.1*
1401 %lang(de) %{_mandir}/de/man1/whereis.1*
1402 %lang(de) %{_mandir}/de/man1/write.1*
1403 %lang(de) %{_mandir}/de/man5/terminal-colors.d.5*
1404 %lang(de) %{_mandir}/de/man8/addpart.8*
1405 %lang(de) %{_mandir}/de/man8/blkdiscard.8*
1406 %lang(de) %{_mandir}/de/man8/blkzone.8*
1407 %lang(de) %{_mandir}/de/man8/chcpu.8*
1408 %lang(de) %{_mandir}/de/man8/chmem.8*
1409 %lang(de) %{_mandir}/de/man8/ctrlaltdel.8*
1410 %lang(de) %{_mandir}/de/man8/delpart.8*
1411 %lang(de) %{_mandir}/de/man8/fdformat.8*
1412 %lang(de) %{_mandir}/de/man8/fsfreeze.8*
1413 %lang(de) %{_mandir}/de/man8/fstrim.8*
1414 %lang(de) %{_mandir}/de/man8/isosize.8*
1415 %lang(de) %{_mandir}/de/man8/ldattach.8*
1416 %lang(de) %{_mandir}/de/man8/lsblk.8*
1417 %lang(de) %{_mandir}/de/man8/lslocks.8*
1418 %lang(de) %{_mandir}/de/man8/lsns.8*
1419 %lang(de) %{_mandir}/de/man8/partx.8*
1420 %lang(de) %{_mandir}/de/man8/readprofile.8*
1421 %lang(de) %{_mandir}/de/man8/resizepart.8*
1422 %lang(de) %{_mandir}/de/man8/rfkill.8*
1423 %lang(de) %{_mandir}/de/man8/rtcwake.8*
1424 %lang(de) %{_mandir}/de/man8/sulogin.8*
1425 %lang(de) %{_mandir}/de/man8/swaplabel.8*
1426 %lang(de) %{_mandir}/de/man8/switch_root.8*
1427 %lang(de) %{_mandir}/de/man8/wdctl.8*
1428 %lang(de) %{_mandir}/de/man8/wipefs.8*
1429 %lang(de) %{_mandir}/de/man8/zramctl.8*
1430 %lang(es) %{_mandir}/es/man1/colrm.1*
1431 %lang(es) %{_mandir}/es/man1/column.1*
1432 %lang(es) %{_mandir}/es/man1/getopt.1*
1433 %lang(es) %{_mandir}/es/man1/last.1*
1434 %lang(es) %{_mandir}/es/man1/lastb.1*
1435 %lang(es) %{_mandir}/es/man1/line.1*
1436 %lang(es) %{_mandir}/es/man1/look.1*
1437 %lang(es) %{_mandir}/es/man1/more.1*
1438 %lang(es) %{_mandir}/es/man1/namei.1*
1439 %lang(es) %{_mandir}/es/man1/renice.1*
1440 %lang(es) %{_mandir}/es/man1/rev.1*
1441 %lang(es) %{_mandir}/es/man1/script.1*
1442 %lang(es) %{_mandir}/es/man1/setsid.1*
1443 %lang(es) %{_mandir}/es/man1/setterm.1*
1444 %lang(es) %{_mandir}/es/man1/ul.1*
1445 %lang(es) %{_mandir}/es/man1/whereis.1*
1446 %lang(es) %{_mandir}/es/man1/write.1*
1447 %lang(es) %{_mandir}/es/man8/addpart.8*
1448 %lang(es) %{_mandir}/es/man8/ctrlaltdel.8*
1449 %lang(es) %{_mandir}/es/man8/delpart.8*
1450 %lang(es) %{_mandir}/es/man8/fdformat.8*
1451 %lang(es) %{_mandir}/es/man8/ipcrm.8*
1452 %lang(es) %{_mandir}/es/man8/ipcs.8*
1453 %lang(es) %{_mandir}/es/man8/readprofile.8*
1454 %lang(es) %{_mandir}/es/man8/renice.8*
1455 %lang(es) %{_mandir}/es/man8/resizepart.8*
1456 %lang(es) %{_mandir}/es/man8/setsid.8*
1457 %lang(fi) %{_mandir}/fi/man1/cal.1*
1458 %lang(fi) %{_mandir}/fi/man1/column.1*
1459 %lang(fi) %{_mandir}/fi/man1/kill.1*
1460 %lang(fi) %{_mandir}/fi/man1/more.1*
1461 %lang(fi) %{_mandir}/fi/man1/whereis.1*
1462 %lang(fi) %{_mandir}/fi/man1/write.1*
1463 %lang(fr) %{_mandir}/fr/man1/cal.1*
1464 %lang(fr) %{_mandir}/fr/man1/chrt.1*
1465 %lang(fr) %{_mandir}/fr/man1/col.1*
1466 %lang(fr) %{_mandir}/fr/man1/dmesg.1*
1467 %lang(fr) %{_mandir}/fr/man1/fallocate.1*
1468 %lang(fr) %{_mandir}/fr/man1/flock.1*
1469 %lang(fr) %{_mandir}/fr/man1/getopt.1*
1470 %lang(fr) %{_mandir}/fr/man1/ionice.1*
1471 %lang(fr) %{_mandir}/fr/man1/ipcmk.1*
1472 %lang(fr) %{_mandir}/fr/man1/ipcrm.1*
1473 %lang(fr) %{_mandir}/fr/man1/ipcs.1*
1474 %lang(fr) %{_mandir}/fr/man1/kill.1*
1475 %lang(fr) %{_mandir}/fr/man1/last.1*
1476 %lang(fr) %{_mandir}/fr/man1/lastb.1*
1477 %lang(fr) %{_mandir}/fr/man1/line.1*
1478 %lang(fr) %{_mandir}/fr/man1/logger.1*
1479 %lang(fr) %{_mandir}/fr/man1/lscpu.1*
1480 %lang(fr) %{_mandir}/fr/man1/mcookie.1*
1481 %lang(fr) %{_mandir}/fr/man1/mesg.1*
1482 %lang(fr) %{_mandir}/fr/man1/more.1*
1483 %lang(fr) %{_mandir}/fr/man1/namei.1*
1484 %lang(fr) %{_mandir}/fr/man1/nsenter.1*
1485 %lang(fr) %{_mandir}/fr/man1/prlimit.1*
1486 %lang(fr) %{_mandir}/fr/man1/rename.1*
1487 %lang(fr) %{_mandir}/fr/man1/renice.1*
1488 %lang(fr) %{_mandir}/fr/man1/rev.1*
1489 %lang(fr) %{_mandir}/fr/man1/script.1*
1490 %lang(fr) %{_mandir}/fr/man1/scriptreplay.1*
1491 %lang(fr) %{_mandir}/fr/man1/setsid.1*
1492 %lang(fr) %{_mandir}/fr/man1/setterm.1*
1493 %lang(fr) %{_mandir}/fr/man1/taskset.1*
1494 %lang(fr) %{_mandir}/fr/man1/unshare.1*
1495 %lang(fr) %{_mandir}/fr/man1/utmpdump.1*
1496 %lang(fr) %{_mandir}/fr/man1/whereis.1*
1497 %lang(fr) %{_mandir}/fr/man1/write.1*
1498 %lang(fr) %{_mandir}/fr/man5/terminal-colors.d.5*
1499 %lang(fr) %{_mandir}/fr/man8/addpart.8*
1500 %lang(fr) %{_mandir}/fr/man8/blkdiscard.8*
1501 %lang(fr) %{_mandir}/fr/man8/chcpu.8*
1502 %lang(fr) %{_mandir}/fr/man8/ctrlaltdel.8*
1503 %lang(fr) %{_mandir}/fr/man8/delpart.8*
1504 %lang(fr) %{_mandir}/fr/man8/dmesg.8*
1505 %lang(fr) %{_mandir}/fr/man8/fdformat.8*
1506 %lang(fr) %{_mandir}/fr/man8/fsfreeze.8*
1507 %lang(fr) %{_mandir}/fr/man8/fstrim.8*
1508 %lang(fr) %{_mandir}/fr/man8/ipcrm.8*
1509 %lang(fr) %{_mandir}/fr/man8/ipcs.8*
1510 %lang(fr) %{_mandir}/fr/man8/isosize.8*
1511 %lang(fr) %{_mandir}/fr/man8/ldattach.8*
1512 %lang(fr) %{_mandir}/fr/man8/lsblk.8*
1513 %lang(fr) %{_mandir}/fr/man8/lslocks.8*
1514 %lang(fr) %{_mandir}/fr/man8/partx.8*
1515 %lang(fr) %{_mandir}/fr/man8/readprofile.8*
1516 %lang(fr) %{_mandir}/fr/man8/resizepart.8*
1517 %lang(fr) %{_mandir}/fr/man8/rtcwake.8*
1518 %lang(fr) %{_mandir}/fr/man8/setsid.8*
1519 %lang(fr) %{_mandir}/fr/man8/sulogin.8*
1520 %lang(fr) %{_mandir}/fr/man8/swaplabel.8*
1521 %lang(fr) %{_mandir}/fr/man8/switch_root.8*
1522 %lang(fr) %{_mandir}/fr/man8/wdctl.8*
1523 %lang(hu) %{_mandir}/hu/man1/cal.1*
1524 %lang(hu) %{_mandir}/hu/man1/colrm.1*
1525 %lang(hu) %{_mandir}/hu/man1/hexdump.1*
1526 %lang(hu) %{_mandir}/hu/man1/kill.1*
1527 %lang(hu) %{_mandir}/hu/man1/logger.1*
1528 %lang(hu) %{_mandir}/hu/man1/more.1*
1529 %lang(hu) %{_mandir}/hu/man1/setterm.1*
1530 %lang(hu) %{_mandir}/hu/man1/whereis.1*
1531 %lang(hu) %{_mandir}/hu/man1/write.1*
1532 %lang(hu) %{_mandir}/hu/man8/ctrlaltdel.8*
1533 %lang(hu) %{_mandir}/hu/man8/fdformat.8*
1534 %lang(id) %{_mandir}/id/man1/cal.1*
1535 %lang(id) %{_mandir}/id/man1/kill.1*
1536 %lang(id) %{_mandir}/id/man1/logger.1*
1537 %lang(id) %{_mandir}/id/man1/more.1*
1538 %lang(id) %{_mandir}/id/man1/script.1*
1539 %lang(id) %{_mandir}/id/man1/write.1*
1540 %lang(id) %{_mandir}/id/man8/fdformat.8*
1541 %lang(it) %{_mandir}/it/man1/kill.1*
1542 %lang(it) %{_mandir}/it/man8/setsid.8*
1543 %lang(ja) %{_mandir}/ja/man1/cal.1*
1544 %lang(ja) %{_mandir}/ja/man1/col.1*
1545 %lang(ja) %{_mandir}/ja/man1/colcrt.1*
1546 %lang(ja) %{_mandir}/ja/man1/colrm.1*
1547 %lang(ja) %{_mandir}/ja/man1/column.1*
1548 %lang(ja) %{_mandir}/ja/man1/getopt.1*
1549 %lang(ja) %{_mandir}/ja/man1/hexdump.1*
1550 %lang(ja) %{_mandir}/ja/man1/kill.1*
1551 %lang(ja) %{_mandir}/ja/man1/line.1*
1552 %lang(ja) %{_mandir}/ja/man1/logger.1*
1553 %lang(ja) %{_mandir}/ja/man1/look.1*
1554 %lang(ja) %{_mandir}/ja/man1/mcookie.1*
1555 %lang(ja) %{_mandir}/ja/man1/more.1*
1556 %lang(ja) %{_mandir}/ja/man1/namei.1*
1557 %lang(ja) %{_mandir}/ja/man1/rename.1*
1558 %lang(ja) %{_mandir}/ja/man1/rev.1*
1559 %lang(ja) %{_mandir}/ja/man1/script.1*
1560 %lang(ja) %{_mandir}/ja/man1/setterm.1*
1561 %lang(ja) %{_mandir}/ja/man1/ul.1*
1562 %lang(ja) %{_mandir}/ja/man1/whereis.1*
1563 %lang(ja) %{_mandir}/ja/man1/write.1*
1564 %lang(ja) %{_mandir}/ja/man8/ctrlaltdel.8*
1565 %lang(ja) %{_mandir}/ja/man8/dmesg.8*
1566 %lang(ja) %{_mandir}/ja/man8/fdformat.8*
1567 %lang(ja) %{_mandir}/ja/man8/ipcrm.8*
1568 %lang(ja) %{_mandir}/ja/man8/ipcs.8*
1569 %lang(ja) %{_mandir}/ja/man8/isosize.8*
1570 %lang(ja) %{_mandir}/ja/man8/readprofile.8*
1571 %lang(ja) %{_mandir}/ja/man8/renice.8*
1572 %lang(ja) %{_mandir}/ja/man8/setsid.8*
1573 %lang(ko) %{_mandir}/ko/man1/cal.1*
1574 %lang(ko) %{_mandir}/ko/man1/col.1*
1575 %lang(ko) %{_mandir}/ko/man1/colcrt.1*
1576 %lang(ko) %{_mandir}/ko/man1/colrm.1*
1577 %lang(ko) %{_mandir}/ko/man1/column.1*
1578 %lang(ko) %{_mandir}/ko/man1/getopt.1*
1579 %lang(ko) %{_mandir}/ko/man1/hexdump.1*
1580 %lang(ko) %{_mandir}/ko/man1/kill.1*
1581 %lang(ko) %{_mandir}/ko/man1/logger.1*
1582 %lang(ko) %{_mandir}/ko/man1/look.1*
1583 %lang(ko) %{_mandir}/ko/man1/mcookie.1*
1584 %lang(ko) %{_mandir}/ko/man1/more.1*
1585 %lang(ko) %{_mandir}/ko/man1/namei.1*
1586 %lang(ko) %{_mandir}/ko/man1/rev.1*
1587 %lang(ko) %{_mandir}/ko/man1/script.1*
1588 %lang(ko) %{_mandir}/ko/man1/setterm.1*
1589 %lang(ko) %{_mandir}/ko/man1/ul.1*
1590 %lang(ko) %{_mandir}/ko/man1/whereis.1*
1591 %lang(ko) %{_mandir}/ko/man1/write.1*
1592 %lang(ko) %{_mandir}/ko/man8/ctrlaltdel.8*
1593 %lang(ko) %{_mandir}/ko/man8/dmesg.8*
1594 %lang(ko) %{_mandir}/ko/man8/fdformat.8*
1595 %lang(ko) %{_mandir}/ko/man8/ipcrm.8*
1596 %lang(ko) %{_mandir}/ko/man8/ipcs.8*
1597 %lang(ko) %{_mandir}/ko/man8/readprofile.8*
1598 %lang(ko) %{_mandir}/ko/man8/renice.8*
1599 %lang(ko) %{_mandir}/ko/man8/setsid.8*
1600 %lang(nl) %{_mandir}/nl/man1/kill.1*
1601 %lang(pl) %{_mandir}/pl/man1/cal.1*
1602 %lang(pl) %{_mandir}/pl/man1/col.1*
1603 %lang(pl) %{_mandir}/pl/man1/colcrt.1*
1604 %lang(pl) %{_mandir}/pl/man1/colrm.1*
1605 %lang(pl) %{_mandir}/pl/man1/getopt.1*
1606 %lang(pl) %{_mandir}/pl/man1/hexdump.1*
1607 %lang(pl) %{_mandir}/pl/man1/kill.1*
1608 %lang(pl) %{_mandir}/pl/man1/logger.1*
1609 %lang(pl) %{_mandir}/pl/man1/look.1*
1610 %lang(pl) %{_mandir}/pl/man1/more.1*
1611 %lang(pl) %{_mandir}/pl/man1/rev.1*
1612 %lang(pl) %{_mandir}/pl/man1/script.1*
1613 %lang(pl) %{_mandir}/pl/man1/setterm.1*
1614 %lang(pl) %{_mandir}/pl/man1/ul.1*
1615 %lang(pl) %{_mandir}/pl/man1/whereis.1*
1616 %lang(pl) %{_mandir}/pl/man1/write.1*
1617 %lang(pl) %{_mandir}/pl/man8/ctrlaltdel.8*
1618 %lang(pl) %{_mandir}/pl/man8/dmesg.8*
1619 %lang(pl) %{_mandir}/pl/man8/fdformat.8*
1620 %lang(pl) %{_mandir}/pl/man8/ipcrm.8*
1621 %lang(pl) %{_mandir}/pl/man8/ipcs.8*
1622 %lang(pl) %{_mandir}/pl/man8/renice.8*
1623 %lang(pt_BR) %{_mandir}/pt_BR/man8/addpart.8*
1624 %lang(pt_BR) %{_mandir}/pt_BR/man8/delpart.8*
1625 %lang(pt_BR) %{_mandir}/pt_BR/man8/fdformat.8*
1626 %lang(pt_BR) %{_mandir}/pt_BR/man8/isosize.8*
1627 %lang(pt_BR) %{_mandir}/pt_BR/man8/partx.8*
1628 %lang(pt_BR) %{_mandir}/pt_BR/man8/resizepart.8*
1629 %lang(pt_BR) %{_mandir}/pt_BR/man8/swaplabel.8*
1630 %lang(sr) %{_mandir}/sr/man1/cal.1*
1631 %lang(sr) %{_mandir}/sr/man1/choom.1*
1632 %lang(sr) %{_mandir}/sr/man1/chrt.1*
1633 %lang(sr) %{_mandir}/sr/man1/col.1*
1634 %lang(sr) %{_mandir}/sr/man1/colcrt.1*
1635 %lang(sr) %{_mandir}/sr/man1/colrm.1*
1636 %lang(sr) %{_mandir}/sr/man1/column.1*
1637 %lang(sr) %{_mandir}/sr/man1/dmesg.1*
1638 %lang(sr) %{_mandir}/sr/man1/eject.1*
1639 %lang(sr) %{_mandir}/sr/man1/fallocate.1*
1640 %lang(sr) %{_mandir}/sr/man1/fincore.1*
1641 %lang(sr) %{_mandir}/sr/man1/flock.1*
1642 %lang(sr) %{_mandir}/sr/man1/getopt.1*
1643 %lang(sr) %{_mandir}/sr/man1/hexdump.1*
1644 %lang(sr) %{_mandir}/sr/man1/ionice.1*
1645 %lang(sr) %{_mandir}/sr/man1/ipcmk.1*
1646 %lang(sr) %{_mandir}/sr/man1/ipcrm.1*
1647 %lang(sr) %{_mandir}/sr/man1/ipcs.1*
1648 %lang(sr) %{_mandir}/sr/man1/irqtop.1*
1649 %lang(sr) %{_mandir}/sr/man1/kill.1*
1650 %lang(sr) %{_mandir}/sr/man1/last.1*
1651 %lang(sr) %{_mandir}/sr/man1/lastb.1*
1652 %lang(sr) %{_mandir}/sr/man1/line.1*
1653 %lang(sr) %{_mandir}/sr/man1/logger.1*
1654 %lang(sr) %{_mandir}/sr/man1/look.1*
1655 %lang(sr) %{_mandir}/sr/man1/lscpu.1*
1656 %lang(sr) %{_mandir}/sr/man1/lsipc.1*
1657 %lang(sr) %{_mandir}/sr/man1/lsirq.1*
1658 %lang(sr) %{_mandir}/sr/man1/lslogins.1*
1659 %lang(sr) %{_mandir}/sr/man1/lsmem.1*
1660 %lang(sr) %{_mandir}/sr/man1/mcookie.1*
1661 %lang(sr) %{_mandir}/sr/man1/mesg.1*
1662 %lang(sr) %{_mandir}/sr/man1/more.1*
1663 %lang(sr) %{_mandir}/sr/man1/namei.1*
1664 %lang(sr) %{_mandir}/sr/man1/nsenter.1*
1665 %lang(sr) %{_mandir}/sr/man1/pg.1*
1666 %lang(sr) %{_mandir}/sr/man1/prlimit.1*
1667 %lang(sr) %{_mandir}/sr/man1/rename.1*
1668 %lang(sr) %{_mandir}/sr/man1/renice.1*
1669 %lang(sr) %{_mandir}/sr/man1/rev.1*
1670 %lang(sr) %{_mandir}/sr/man1/script.1*
1671 %lang(sr) %{_mandir}/sr/man1/scriptlive.1*
1672 %lang(sr) %{_mandir}/sr/man1/scriptreplay.1*
1673 %lang(sr) %{_mandir}/sr/man1/setpriv.1*
1674 %lang(sr) %{_mandir}/sr/man1/setsid.1*
1675 %lang(sr) %{_mandir}/sr/man1/setterm.1*
1676 %lang(sr) %{_mandir}/sr/man1/taskset.1*
1677 %lang(sr) %{_mandir}/sr/man1/uclampset.1*
1678 %lang(sr) %{_mandir}/sr/man1/ul.1*
1679 %lang(sr) %{_mandir}/sr/man1/unshare.1*
1680 %lang(sr) %{_mandir}/sr/man1/utmpdump.1*
1681 %lang(sr) %{_mandir}/sr/man1/uuidparse.1*
1682 %lang(sr) %{_mandir}/sr/man1/whereis.1*
1683 %lang(sr) %{_mandir}/sr/man1/write.1*
1684 %lang(sr) %{_mandir}/sr/man5/terminal-colors.d.5*
1685 %lang(sr) %{_mandir}/sr/man8/addpart.8*
1686 %lang(sr) %{_mandir}/sr/man8/blkdiscard.8*
1687 %lang(sr) %{_mandir}/sr/man8/blkzone.8*
1688 %lang(sr) %{_mandir}/sr/man8/chcpu.8*
1689 %lang(sr) %{_mandir}/sr/man8/chmem.8*
1690 %lang(sr) %{_mandir}/sr/man8/ctrlaltdel.8*
1691 %lang(sr) %{_mandir}/sr/man8/delpart.8*
1692 %lang(sr) %{_mandir}/sr/man8/fdformat.8*
1693 %lang(sr) %{_mandir}/sr/man8/fsfreeze.8*
1694 %lang(sr) %{_mandir}/sr/man8/fstrim.8*
1695 %lang(sr) %{_mandir}/sr/man8/isosize.8*
1696 %lang(sr) %{_mandir}/sr/man8/ldattach.8*
1697 %lang(sr) %{_mandir}/sr/man8/lsblk.8*
1698 %lang(sr) %{_mandir}/sr/man8/lslocks.8*
1699 %lang(sr) %{_mandir}/sr/man8/lsns.8*
1700 %lang(sr) %{_mandir}/sr/man8/partx.8*
1701 %lang(sr) %{_mandir}/sr/man8/readprofile.8*
1702 %lang(sr) %{_mandir}/sr/man8/resizepart.8*
1703 %lang(sr) %{_mandir}/sr/man8/rfkill.8*
1704 %lang(sr) %{_mandir}/sr/man8/rtcwake.8*
1705 %lang(sr) %{_mandir}/sr/man8/sulogin.8*
1706 %lang(sr) %{_mandir}/sr/man8/swaplabel.8*
1707 %lang(sr) %{_mandir}/sr/man8/switch_root.8*
1708 %lang(sr) %{_mandir}/sr/man8/wdctl.8*
1709 %lang(sr) %{_mandir}/sr/man8/wipefs.8*
1710 %lang(sr) %{_mandir}/sr/man8/zramctl.8*
1711 %lang(uk) %{_mandir}/uk/man1/line.1*
1712 %lang(uk) %{_mandir}/uk/man1/rev.1*
1713 %lang(uk) %{_mandir}/uk/man8/addpart.8*
1714 %lang(uk) %{_mandir}/uk/man8/delpart.8*
1715 %lang(uk) %{_mandir}/uk/man8/fdformat.8*
1716 %lang(uk) %{_mandir}/uk/man8/isosize.8*
1717 %lang(uk) %{_mandir}/uk/man8/resizepart.8*
1718
1719 %attr(755,root,root) /sbin/fdisk
1720 %{_mandir}/man8/fdisk.8*
1721 %lang(de) %{_mandir}/de/man8/fdisk.8*
1722 %lang(es) %{_mandir}/es/man8/fdisk.8*
1723 %lang(fr) %{_mandir}/fr/man8/fdisk.8*
1724 %lang(it) %{_mandir}/it/man8/fdisk.8*
1725 %lang(ja) %{_mandir}/ja/man8/fdisk.8*
1726 %lang(ko) %{_mandir}/ko/man8/fdisk.8*
1727 %lang(pl) %{_mandir}/pl/man8/fdisk.8*
1728 %lang(pt_BR) %{_mandir}/pt_BR/man8/fdisk.8*
1729 %lang(sr) %{_mandir}/sr/man8/fdisk.8*
1730
1731 %ifnarch sparc sparc64
1732 %attr(755,root,root) /sbin/cfdisk
1733 %attr(755,root,root) /sbin/sfdisk
1734 %{_mandir}/man8/cfdisk.8*
1735 %{_mandir}/man8/sfdisk.8*
1736 %lang(de) %{_mandir}/de/man8/cfdisk.8*
1737 %lang(de) %{_mandir}/de/man8/sfdisk.8*
1738 %lang(fr) %{_mandir}/fr/man8/cfdisk.8*
1739 %lang(fr) %{_mandir}/fr/man8/sfdisk.8*
1740 %lang(it) %{_mandir}/it/man8/cfdisk.8*
1741 %lang(ja) %{_mandir}/ja/man8/cfdisk.8*
1742 %lang(ja) %{_mandir}/ja/man8/sfdisk.8*
1743 %lang(pt_BR) %{_mandir}/pt_BR/man8/cfdisk.8*
1744 %lang(pt_BR) %{_mandir}/pt_BR/man8/sfdisk.8*
1745 %lang(sr) %{_mandir}/sr/man8/cfdisk.8*
1746 %lang(sr) %{_mandir}/sr/man8/sfdisk.8*
1747 %lang(uk) %{_mandir}/uk/man8/cfdisk.8*
1748 %endif
1749
1750 %attr(755,root,root) /sbin/mkfs
1751 %attr(755,root,root) /sbin/mkfs.swap
1752 %attr(755,root,root) /sbin/mkswap
1753 %{_mandir}/man8/mkfs.8*
1754 %{_mandir}/man8/mkswap.8*
1755 %lang(de) %{_mandir}/de/man8/mkfs.8*
1756 %lang(de) %{_mandir}/de/man8/mkswap.8*
1757 %lang(es) %{_mandir}/es/man8/mkfs.8*
1758 %lang(es) %{_mandir}/es/man8/mkswap.8*
1759 %lang(fr) %{_mandir}/fr/man8/mkfs.8*
1760 %lang(fr) %{_mandir}/fr/man8/mkswap.8*
1761 %lang(hu) %{_mandir}/hu/man8/mkfs.8*
1762 %lang(hu) %{_mandir}/hu/man8/mkswap.8*
1763 %lang(it) %{_mandir}/it/man8/mkswap.8*
1764 %lang(ja) %{_mandir}/ja/man8/mkfs.8*
1765 %lang(ja) %{_mandir}/ja/man8/mkswap.8*
1766 %lang(ko) %{_mandir}/ko/man8/mkfs.8*
1767 %lang(ko) %{_mandir}/ko/man8/mkswap.8*
1768 %lang(pl) %{_mandir}/pl/man8/mkfs.8*
1769 %lang(pl) %{_mandir}/pl/man8/mkswap.8*
1770 %lang(pt_BR) %{_mandir}/pt_BR/man8/mkfs.8*
1771 %lang(pt_BR) %{_mandir}/pt_BR/man8/mkfs.minix.8*
1772 %lang(sr) %{_mandir}/sr/man8/mkfs.8*
1773 %lang(sr) %{_mandir}/sr/man8/mkswap.8*
1774
1775 %attr(755,root,root) /sbin/mkfs.bfs
1776 %{_mandir}/man8/mkfs.bfs.8*
1777 %lang(de) %{_mandir}/de/man8/mkfs.bfs.8*
1778 %lang(fr) %{_mandir}/fr/man8/mkfs.bfs.8*
1779 %lang(ja) %{_mandir}/ja/man8/mkfs.bfs.8*
1780 %lang(pt_BR) %{_mandir}/pt_BR/man8/mkfs.bfs.8*
1781 %lang(sr) %{_mandir}/sr/man8/mkfs.bfs.8*
1782
1783 %attr(755,root,root) /sbin/fsck.cramfs
1784 %attr(755,root,root) /sbin/mkfs.cramfs
1785 %{_mandir}/man8/fsck.cramfs.8*
1786 %{_mandir}/man8/mkfs.cramfs.8*
1787 %lang(de) %{_mandir}/de/man8/fsck.cramfs.8*
1788 %lang(de) %{_mandir}/de/man8/mkfs.cramfs.8*
1789 %lang(fr) %{_mandir}/fr/man8/fsck.cramfs.8*
1790 %lang(fr) %{_mandir}/fr/man8/mkfs.cramfs.8*
1791 %lang(pt_BR) %{_mandir}/pt_BR/man8/fsck.cramfs.8*
1792 %lang(pt_BR) %{_mandir}/pt_BR/man8/mkfs.cramfs.8*
1793 %lang(sr) %{_mandir}/sr/man8/fsck.cramfs.8*
1794 %lang(sr) %{_mandir}/sr/man8/mkfs.cramfs.8*
1795 %lang(uk) %{_mandir}/uk/man8/fsck.cramfs.8*
1796
1797 %attr(755,root,root) /sbin/fsck.minix
1798 %attr(755,root,root) /sbin/mkfs.minix
1799 %{_mandir}/man8/fsck.minix.8*
1800 %{_mandir}/man8/mkfs.minix.8*
1801 %lang(de) %{_mandir}/de/man8/fsck.minix.8*
1802 %lang(de) %{_mandir}/de/man8/mkfs.minix.8*
1803 %lang(es) %{_mandir}/es/man8/fsck.minix.8*
1804 %lang(es) %{_mandir}/es/man8/mkfs.minix.8*
1805 %lang(fr) %{_mandir}/fr/man8/fsck.minix.8*
1806 %lang(fr) %{_mandir}/fr/man8/mkfs.minix.8*
1807 %lang(ja) %{_mandir}/ja/man8/fsck.minix.8*
1808 %lang(ja) %{_mandir}/ja/man8/mkfs.minix.8*
1809 %lang(ko) %{_mandir}/ko/man8/fsck.minix.8*
1810 %lang(ko) %{_mandir}/ko/man8/mkfs.minix.8*
1811 %lang(pl) %{_mandir}/pl/man8/fsck.minix.8*
1812 %lang(pl) %{_mandir}/pl/man8/mkfs.minix.8*
1813 %lang(pt_BR) %{_mandir}/pt_BR/man8/fsck.minix.8*
1814 %lang(sr) %{_mandir}/sr/man8/fsck.minix.8*
1815 %lang(sr) %{_mandir}/sr/man8/mkfs.minix.8*
1816
1817 %if %{with su}
1818 %attr(755,root,root) /bin/runuser
1819 %attr(755,root,root) /sbin/runuser
1820 %attr(4755,root,root) /bin/su
1821 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/runuser
1822 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/runuser-l
1823 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/su
1824 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/su-l
1825 %{_mandir}/man1/runuser.1*
1826 %{_mandir}/man1/su.1*
1827 %lang(de) %{_mandir}/de/man1/runuser.1*
1828 %lang(de) %{_mandir}/de/man1/su.1*
1829 %lang(fr) %{_mandir}/fr/man1/runuser.1*
1830 %lang(sr) %{_mandir}/sr/man1/runuser.1*
1831 %lang(sr) %{_mandir}/sr/man1/su.1*
1832 %endif
1833
1834 %ghost /var/lock/wtmpxlock
1835
1836 %files -n blockdev
1837 %defattr(644,root,root,755)
1838 %attr(754,root,root) /etc/rc.d/init.d/blockdev
1839 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/blockdev
1840 %attr(755,root,root) /sbin/blockdev
1841 %{_mandir}/man8/blockdev.8*
1842 %lang(de) %{_mandir}/de/man8/blockdev.8*
1843 %lang(fr) %{_mandir}/fr/man8/blockdev.8*
1844 %lang(ja) %{_mandir}/ja/man8/blockdev.8*
1845 %lang(pt_BR) %{_mandir}/pt_BR/man8/blockdev.8*
1846 %lang(sr) %{_mandir}/sr/man8/blockdev.8*
1847 %lang(uk) %{_mandir}/uk/man8/blockdev.8*
1848 %{systemdunitdir}/blockdev.service
1849 %attr(755,root,root) /lib/systemd/pld-helpers.d/blockdev.sh
1850
1851 %files -n mount
1852 %defattr(644,root,root,755)
1853 %attr(755,root,root) /bin/findmnt
1854 %attr(755,root,root) /bin/mountpoint
1855 %attr(4755,root,root) /bin/mount
1856 %attr(4755,root,root) /bin/umount
1857 %attr(755,root,root) /sbin/pivot_root
1858 %attr(755,root,root) /sbin/swapon
1859 %attr(755,root,root) /sbin/swapoff
1860
1861 %{_mandir}/man1/mountpoint.1*
1862 %{_mandir}/man5/fstab.5*
1863 %{_mandir}/man8/findmnt.8*
1864 %{_mandir}/man8/mount.8*
1865 %{_mandir}/man8/umount.8*
1866 %{_mandir}/man8/pivot_root.8*
1867 %{_mandir}/man8/swapon.8*
1868 %{_mandir}/man8/swapoff.8*
1869 %lang(cs) %{_mandir}/cs/man5/fstab.5*
1870 %lang(de) %{_mandir}/de/man1/mountpoint.1*
1871 %lang(de) %{_mandir}/de/man5/fstab.5*
1872 %lang(de) %{_mandir}/de/man8/findmnt.8*
1873 %lang(de) %{_mandir}/de/man8/mount.8*
1874 %lang(de) %{_mandir}/de/man8/umount.8*
1875 %lang(de) %{_mandir}/de/man8/pivot_root.8*
1876 %lang(de) %{_mandir}/de/man8/swapon.8*
1877 %lang(de) %{_mandir}/de/man8/swapoff.8*
1878 %lang(es) %{_mandir}/es/man5/fstab.5*
1879 %lang(es) %{_mandir}/es/man8/mount.8*
1880 %lang(es) %{_mandir}/es/man8/umount.8*
1881 %lang(es) %{_mandir}/es/man8/swapon.8*
1882 %lang(es) %{_mandir}/es/man8/swapoff.8*
1883 %lang(fr) %{_mandir}/fr/man1/mountpoint.1*
1884 %lang(fr) %{_mandir}/fr/man5/fstab.5*
1885 %lang(fr) %{_mandir}/fr/man8/findmnt.8*
1886 %lang(fr) %{_mandir}/fr/man8/mount.8*
1887 %lang(fr) %{_mandir}/fr/man8/umount.8*
1888 %lang(fr) %{_mandir}/fr/man8/pivot_root.8*
1889 %lang(fr) %{_mandir}/fr/man8/swapon.8*
1890 %lang(fr) %{_mandir}/fr/man8/swapoff.8*
1891 %lang(hu) %{_mandir}/hu/man5/fstab.5*
1892 %lang(hu) %{_mandir}/hu/man8/mount.8*
1893 %lang(hu) %{_mandir}/hu/man8/umount.8*
1894 %lang(it) %{_mandir}/it/man5/fstab.5*
1895 %lang(it) %{_mandir}/it/man8/mount.8*
1896 %lang(it) %{_mandir}/it/man8/umount.8*
1897 %lang(it) %{_mandir}/it/man8/swapon.8*
1898 %lang(it) %{_mandir}/it/man8/swapoff.8*
1899 %lang(ja) %{_mandir}/ja/man5/fstab.5*
1900 %lang(ja) %{_mandir}/ja/man8/mount.8*
1901 %lang(ja) %{_mandir}/ja/man8/umount.8*
1902 %lang(ja) %{_mandir}/ja/man8/pivot_root.8*
1903 %lang(ja) %{_mandir}/ja/man8/swapon.8*
1904 %lang(ja) %{_mandir}/ja/man8/swapoff.8*
1905 %lang(ko) %{_mandir}/ko/man5/fstab.5*
1906 %lang(ko) %{_mandir}/ko/man8/mount.8*
1907 %lang(ko) %{_mandir}/ko/man8/umount.8*
1908 %lang(ko) %{_mandir}/ko/man8/swapon.8*
1909 %lang(ko) %{_mandir}/ko/man8/swapoff.8*
1910 %lang(pl) %{_mandir}/pl/man5/fstab.5*
1911 %lang(pl) %{_mandir}/pl/man8/mount.8*
1912 %lang(pl) %{_mandir}/pl/man8/umount.8*
1913 %lang(pl) %{_mandir}/pl/man8/swapon.8*
1914 %lang(pl) %{_mandir}/pl/man8/swapoff.8*
1915 %lang(sr) %{_mandir}/sr/man1/mountpoint.1*
1916 %lang(sr) %{_mandir}/sr/man5/fstab.5*
1917 %lang(sr) %{_mandir}/sr/man8/findmnt.8*
1918 %lang(sr) %{_mandir}/sr/man8/mount.8*
1919 %lang(sr) %{_mandir}/sr/man8/umount.8*
1920 %lang(sr) %{_mandir}/sr/man8/pivot_root.8*
1921 %lang(sr) %{_mandir}/sr/man8/swapon.8*
1922 %lang(sr) %{_mandir}/sr/man8/swapoff.8*
1923
1924 %files -n losetup
1925 %defattr(644,root,root,755)
1926 %attr(755,root,root) /sbin/losetup
1927 %{_mandir}/man8/losetup.8*
1928 %lang(de) %{_mandir}/de/man8/losetup.8*
1929 %lang(fr) %{_mandir}/fr/man8/losetup.8*
1930 %lang(it) %{_mandir}/it/man8/losetup.8*
1931 %lang(ja) %{_mandir}/ja/man8/losetup.8*
1932 %lang(ko) %{_mandir}/ko/man8/losetup.8*
1933 %lang(pl) %{_mandir}/pl/man8/losetup.8*
1934 %lang(sr) %{_mandir}/sr/man8/losetup.8*
1935
1936 %files -n tunelp
1937 %defattr(644,root,root,755)
1938 %attr(755,root,root) %{_sbindir}/tunelp
1939 %{_mandir}/man8/tunelp.8*
1940 %lang(de) %{_mandir}/de/man8/tunelp.8*
1941 %lang(es) %{_mandir}/es/man8/tunelp.8*
1942 %lang(ja) %{_mandir}/ja/man8/tunelp.8*
1943 %lang(pl) %{_mandir}/pl/man8/tunelp.8*
1944 %lang(sr) %{_mandir}/sr/man8/tunelp.8*
1945
1946 %files -n login
1947 %defattr(644,root,root,755)
1948 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/login
1949 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.login
1950 %attr(755,root,root) /bin/login
1951 %{_mandir}/man1/login.1*
1952 %lang(de) %{_mandir}/de/man1/login.1*
1953 %lang(es) %{_mandir}/es/man1/login.1*
1954 %lang(hu) %{_mandir}/hu/man1/login.1*
1955 %lang(id) %{_mandir}/id/man1/login.1*
1956 %lang(ja) %{_mandir}/ja/man1/login.1*
1957 %lang(ko) %{_mandir}/ko/man1/login.1*
1958 %lang(pl) %{_mandir}/pl/man1/login.1*
1959 %lang(sr) %{_mandir}/sr/man1/login.1*
1960
1961 %files -n agetty
1962 %defattr(644,root,root,755)
1963 %attr(755,root,root) /sbin/agetty
1964 %{_mandir}/man8/agetty.8*
1965 %lang(de) %{_mandir}/de/man8/agetty.8*
1966 %lang(es) %{_mandir}/es/man8/agetty.8*
1967 %lang(fr) %{_mandir}/fr/man8/agetty.8*
1968 %lang(ja) %{_mandir}/ja/man8/agetty.8*
1969 %lang(sr) %{_mandir}/sr/man8/agetty.8*
1970
1971 %files -n libblkid
1972 %defattr(644,root,root,755)
1973 %attr(755,root,root) /%{_lib}/libblkid.so.*.*
1974 %attr(755,root,root) %ghost /%{_lib}/libblkid.so.1
1975
1976 %files -n libblkid-devel
1977 %defattr(644,root,root,755)
1978 %attr(755,root,root) %{_libdir}/libblkid.so
1979 %{_includedir}/blkid
1980 %{_pkgconfigdir}/blkid.pc
1981 %{_mandir}/man3/libblkid.3*
1982 %lang(de) %{_mandir}/de/man3/libblkid.3*
1983 %lang(fr) %{_mandir}/fr/man3/libblkid.3*
1984 %lang(sr) %{_mandir}/sr/man3/libblkid.3*
1985
1986 %files -n libblkid-static
1987 %defattr(644,root,root,755)
1988 %{_libdir}/libblkid.a
1989
1990 %if %{with initrd} && %{with dietlibc}
1991 %files -n libblkid-dietlibc
1992 %defattr(644,root,root,755)
1993 %{dietlibdir}/libblkid.a
1994 %endif
1995
1996 %if %{with apidocs}
1997 %files -n libblkid-apidocs
1998 %defattr(644,root,root,755)
1999 %{_gtkdocdir}/libblkid
2000 %endif
2001
2002 %files -n libuuid
2003 %defattr(644,root,root,755)
2004 %attr(755,root,root) %{_bindir}/uuidgen
2005 %attr(755,root,root) /%{_lib}/libuuid.so.*.*
2006 %attr(755,root,root) %ghost /%{_lib}/libuuid.so.1
2007 %{_mandir}/man1/uuidgen.1*
2008 %lang(de) %{_mandir}/de/man1/uuidgen.1*
2009 %lang(sr) %{_mandir}/sr/man1/uuidgen.1*
2010
2011 %files -n libuuid-devel
2012 %defattr(644,root,root,755)
2013 %attr(755,root,root) %{_libdir}/libuuid.so
2014 %{_libdir}/libuuid.la
2015 %{_includedir}/uuid
2016 %{_pkgconfigdir}/uuid.pc
2017 %{_mandir}/man3/uuid*.3*
2018 %lang(de) %{_mandir}/de/man3/uuid*.3*
2019 %lang(es) %{_mandir}/es/man3/uuid*.3*
2020 %lang(fr) %{_mandir}/fr/man3/uuid*.3*
2021 %lang(sr) %{_mandir}/sr/man3/uuid*.3*
2022
2023 %files -n libuuid-static
2024 %defattr(644,root,root,755)
2025 %{_libdir}/libuuid.a
2026
2027 %if %{with initrd} && %{with dietlibc}
2028 %files -n libuuid-dietlibc
2029 %defattr(644,root,root,755)
2030 %{dietlibdir}/libuuid.a
2031 %endif
2032
2033 %files -n uuidd
2034 %defattr(644,root,root,755)
2035 %attr(6755,uuidd,uuidd) %{_sbindir}/uuidd
2036 %attr(2775,uuidd,uuidd) /var/lib/libuuid
2037 %{_mandir}/man8/uuidd.8*
2038 %lang(de) %{_mandir}/de/man8/uuidd.8*
2039 %lang(fr) %{_mandir}/fr/man8/uuidd.8*
2040 %lang(sr) %{_mandir}/sr/man8/uuidd.8*
2041 %if %{with systemd}
2042 %{systemdunitdir}/uuidd.service
2043 %{systemdunitdir}/uuidd.socket
2044 %endif
2045
2046 %files -n libfdisk
2047 %defattr(644,root,root,755)
2048 %doc libfdisk/COPYING
2049 %attr(755,root,root) /%{_lib}/libfdisk.so.*.*
2050 %attr(755,root,root) %ghost /%{_lib}/libfdisk.so.1
2051
2052 %files -n libfdisk-devel
2053 %defattr(644,root,root,755)
2054 %attr(755,root,root) %{_libdir}/libfdisk.so
2055 %{_includedir}/libfdisk
2056 %{_pkgconfigdir}/fdisk.pc
2057
2058 %files -n libfdisk-static
2059 %defattr(644,root,root,755)
2060 %{_libdir}/libfdisk.a
2061
2062 %if %{with apidocs}
2063 %files -n libfdisk-apidocs
2064 %defattr(644,root,root,755)
2065 %{_gtkdocdir}/libfdisk
2066 %endif
2067
2068 %files -n libmount
2069 %defattr(644,root,root,755)
2070 %doc libmount/COPYING
2071 %attr(755,root,root) /%{_lib}/libmount.so.*.*
2072 %attr(755,root,root) %ghost /%{_lib}/libmount.so.1
2073
2074 %files -n libmount-devel
2075 %defattr(644,root,root,755)
2076 %attr(755,root,root) %{_libdir}/libmount.so
2077 %{_includedir}/libmount
2078 %{_pkgconfigdir}/mount.pc
2079
2080 %files -n libmount-static
2081 %defattr(644,root,root,755)
2082 %{_libdir}/libmount.a
2083
2084 %if %{with apidocs}
2085 %files -n libmount-apidocs
2086 %defattr(644,root,root,755)
2087 %{_gtkdocdir}/libmount
2088 %endif
2089
2090 %files -n python3-libmount
2091 %defattr(644,root,root,755)
2092 %dir %{py3_sitedir}/libmount
2093 %attr(755,root,root) %{py3_sitedir}/libmount/pylibmount.so
2094 %{py3_sitedir}/libmount/__init__.py
2095 %{py3_sitedir}/libmount/__pycache__
2096
2097 %files -n fsck
2098 %defattr(644,root,root,755)
2099 %attr(755,root,root) /sbin/fsck
2100 %{_mandir}/man8/fsck.8*
2101 %lang(de) %{_mandir}/de/man8/fsck.8*
2102 %lang(fr) %{_mandir}/fr/man8/fsck.8*
2103 %lang(pt_BR) %{_mandir}/pt_BR/man8/fsck.8*
2104 %lang(sr) %{_mandir}/sr/man8/fsck.8*
2105
2106 %files -n libsmartcols
2107 %defattr(644,root,root,755)
2108 %attr(755,root,root) /%{_lib}/libsmartcols.so.*.*.*
2109 %attr(755,root,root) %ghost /%{_lib}/libsmartcols.so.1
2110
2111 %files -n libsmartcols-devel
2112 %defattr(644,root,root,755)
2113 %attr(755,root,root) %{_libdir}/libsmartcols.so
2114 %{_includedir}/libsmartcols
2115 %{_pkgconfigdir}/smartcols.pc
2116
2117 %files -n libsmartcols-static
2118 %defattr(644,root,root,755)
2119 %{_libdir}/libsmartcols.a
2120
2121 %if %{with apidocs}
2122 %files -n libsmartcols-apidocs
2123 %defattr(644,root,root,755)
2124 %{_gtkdocdir}/libsmartcols
2125 %endif
2126
2127 %if %{with initrd}
2128 %files initrd
2129 %defattr(644,root,root,755)
2130 %attr(755,root,root) %{_libdir}/initrd/blkid
2131 %attr(755,root,root) %{_libdir}/initrd/blockdev
2132 %attr(755,root,root) %{_libdir}/initrd/fdformat
2133 %attr(755,root,root) %{_libdir}/initrd/fdisk
2134 %attr(755,root,root) %{_libdir}/initrd/findfs
2135 %attr(755,root,root) %{_libdir}/initrd/hwclock
2136 %attr(755,root,root) %{_libdir}/initrd/look
2137 %attr(755,root,root) %{_libdir}/initrd/mkswap
2138 %attr(755,root,root) %{_libdir}/initrd/namei
2139 %attr(755,root,root) %{_libdir}/initrd/rename
2140 %ifnarch sparc sparcv9 sparc64
2141 %attr(755,root,root) %{_libdir}/initrd/sfdisk
2142 %endif
2143 %attr(755,root,root) %{_libdir}/initrd/swaplabel
2144 %attr(755,root,root) %{_libdir}/initrd/uuidgen
2145 %attr(755,root,root) %{_libdir}/initrd/wipefs
2146 # not needed?
2147 #%attr(755,root,root) %{_libdir}/initrd/chrt
2148 # not built because of disabled libmount
2149 #%attr(755,root,root) %{_libdir}/initrd/e2fsck
2150 #%attr(755,root,root) %{_libdir}/initrd/fsck
2151 %endif
2152
2153 %files -n bash-completion-util-linux
2154 %defattr(644,root,root,755)
2155 %{bash_compdir}/addpart
2156 %{bash_compdir}/blkdiscard
2157 %{bash_compdir}/blkid
2158 %{bash_compdir}/blkzone
2159 %{bash_compdir}/blockdev
2160 %{bash_compdir}/cal
2161 %{bash_compdir}/cfdisk
2162 %{bash_compdir}/chcpu
2163 %{bash_compdir}/chmem
2164 %{bash_compdir}/chrt
2165 %{bash_compdir}/col
2166 %{bash_compdir}/colcrt
2167 %{bash_compdir}/colrm
2168 %{bash_compdir}/column
2169 %{bash_compdir}/ctrlaltdel
2170 %{bash_compdir}/delpart
2171 %{bash_compdir}/dmesg
2172 %{bash_compdir}/eject
2173 %{bash_compdir}/fallocate
2174 %{bash_compdir}/fdformat
2175 %{bash_compdir}/fdisk
2176 %{bash_compdir}/fincore
2177 %{bash_compdir}/findfs
2178 %{bash_compdir}/findmnt
2179 %{bash_compdir}/flock
2180 %{bash_compdir}/fsck
2181 %{bash_compdir}/fsck.cramfs
2182 %{bash_compdir}/fsck.minix
2183 %{bash_compdir}/fsfreeze
2184 %{bash_compdir}/fstrim
2185 %{bash_compdir}/getopt
2186 %{bash_compdir}/hardlink
2187 %{bash_compdir}/hexdump
2188 %{bash_compdir}/hwclock
2189 %{bash_compdir}/ionice
2190 %{bash_compdir}/ipcmk
2191 %{bash_compdir}/ipcrm
2192 %{bash_compdir}/ipcs
2193 %{bash_compdir}/irqtop
2194 %{bash_compdir}/isosize
2195 %{bash_compdir}/last
2196 %{bash_compdir}/lastb
2197 %{bash_compdir}/ldattach
2198 %{bash_compdir}/logger
2199 %{bash_compdir}/look
2200 %{bash_compdir}/losetup
2201 %{bash_compdir}/lsblk
2202 %{bash_compdir}/lscpu
2203 %{bash_compdir}/lsipc
2204 %{bash_compdir}/lsirq
2205 %{bash_compdir}/lslocks
2206 %{bash_compdir}/lslogins
2207 %{bash_compdir}/lsmem
2208 %{bash_compdir}/lsns
2209 %{bash_compdir}/mcookie
2210 %{bash_compdir}/mesg
2211 %{bash_compdir}/mkfs
2212 %{bash_compdir}/mkfs.bfs
2213 %{bash_compdir}/mkfs.cramfs
2214 %{bash_compdir}/mkfs.minix
2215 %{bash_compdir}/mkswap
2216 %{bash_compdir}/more
2217 %{bash_compdir}/mount
2218 %{bash_compdir}/mountpoint
2219 %{bash_compdir}/namei
2220 %{bash_compdir}/nsenter
2221 %{bash_compdir}/partx
2222 %{bash_compdir}/pg
2223 %{bash_compdir}/pivot_root
2224 %{bash_compdir}/prlimit
2225 %{bash_compdir}/readprofile
2226 %{bash_compdir}/rename
2227 %{bash_compdir}/renice
2228 %{bash_compdir}/resizepart
2229 %{bash_compdir}/rev
2230 %{bash_compdir}/rfkill
2231 %{bash_compdir}/rtcwake
2232 %{bash_compdir}/runuser
2233 %{bash_compdir}/script
2234 %{bash_compdir}/scriptlive
2235 %{bash_compdir}/scriptreplay
2236 %{bash_compdir}/setarch
2237 %{bash_compdir}/setpriv
2238 %{bash_compdir}/setsid
2239 %{bash_compdir}/setterm
2240 %{bash_compdir}/sfdisk
2241 %{bash_compdir}/su
2242 %{bash_compdir}/swaplabel
2243 %{bash_compdir}/swapoff
2244 %{bash_compdir}/swapon
2245 %{bash_compdir}/taskset
2246 %{bash_compdir}/tunelp
2247 %{bash_compdir}/uclampset
2248 %{bash_compdir}/ul
2249 %{bash_compdir}/umount
2250 %{bash_compdir}/unshare
2251 %{bash_compdir}/utmpdump
2252 %{bash_compdir}/uuidd
2253 %{bash_compdir}/uuidgen
2254 %{bash_compdir}/uuidparse
2255 %{bash_compdir}/wdctl
2256 %{bash_compdir}/whereis
2257 %{bash_compdir}/wipefs
2258 %{bash_compdir}/write
2259 %{bash_compdir}/zramctl
This page took 0.190701 seconds and 2 git commands to generate.