]> git.pld-linux.org Git - packages/shadow.git/blame - shadow.spec
uidmap requires setup with /etc/sub[ug]idmap files
[packages/shadow.git] / shadow.spec
CommitLineData
aeaa741a 1# TODO
aef93488 2# - /etc/login.defs contains options valid only when PAM is disabled:
076f5199
ER
3# gpasswd -M chef_server chef_server
4#configuration error - unknown item 'FAILLOG_ENAB' (notify administrator)
5#configuration error - unknown item 'LASTLOG_ENAB' (notify administrator)
6#configuration error - unknown item 'MAIL_CHECK_ENAB' (notify administrator)
7#configuration error - unknown item 'OBSCURE_CHECKS_ENAB' (notify administrator)
8#configuration error - unknown item 'PORTTIME_CHECKS_ENAB' (notify administrator)
9#configuration error - unknown item 'QUOTAS_ENAB' (notify administrator)
10#configuration error - unknown item 'MOTD_FILE' (notify administrator)
11#configuration error - unknown item 'FTMP_FILE' (notify administrator)
12#configuration error - unknown item 'NOLOGINS_FILE' (notify administrator)
13#configuration error - unknown item 'ENV_HZ' (notify administrator)
14#configuration error - unknown item 'PASS_MIN_LEN' (notify administrator)
15#configuration error - unknown item 'SU_WHEEL_ONLY' (notify administrator)
16#configuration error - unknown item 'CRACKLIB_DICTPATH' (notify administrator)
17#configuration error - unknown item 'PASS_CHANGE_TRIES' (notify administrator)
18#configuration error - unknown item 'PASS_ALWAYS_WARN' (notify administrator)
19#configuration error - unknown item 'CHFN_AUTH' (notify administrator)
20#configuration error - unknown item 'ENVIRON_FILE' (notify administrator)
a28a3b1b 21# - sync pam files from pwdutils
780503c5 22# - tcb support?
f826ebc5 23# - ensure Conflicts with various packages (util-linux,sysvinit,coreutils) is up to date
aeaa741a 24
4e422374
JR
25# Conditional build:
26%bcond_without selinux # build without SE-Linux support
27%bcond_with shared # build with shared libshadow (linking with selinux is broken)
f826ebc5 28
4e422374
JR
29Summary: Shadow password file utilities for Linux
30Summary(de.UTF-8): Shadow-Paßwortdatei-Dienstprogramme für Linux
31Summary(es.UTF-8): Utilitarios para el archivo de contraseñas Shadow
32Summary(fr.UTF-8): Fichiers utilitaires pour Shadow password pour Linux
33Summary(pl.UTF-8): Narzędzia do obsługi mechanizmu ukrytych haseł
34Summary(pt_BR.UTF-8): Utilitários para o arquivo de senhas Shadow
35Summary(tr.UTF-8): Gölge parola dosyası araçları
36Name: shadow
bc406a38 37Version: 4.6
afa31858 38#BuildRequires: useradd -g is broken, use pwdutils, or fix it:
4e422374 39# http://zie.pg.gda.pl/mailman/pipermail/shadow/2006-September/000395.html
94d206a0 40Release: 1
4e422374
JR
41Epoch: 1
42License: BSD
43Group: Applications/System
fb1d8215 44Source0: https://github.com/shadow-maint/shadow/releases/download/%{version}/%{name}-%{version}.tar.xz
bc406a38 45# Source0-md5: b491fecbf1232632c32ff8f1437fd60e
7d1fd0e8
JR
46Source2: %{name}-login.defs
47Source3: %{name}.useradd
48Source10: chage.pamd
49Source11: chfn.pamd
50Source12: chgpasswd.pamd
51Source13: chpasswd.pamd
52Source14: chsh.pamd
53Source15: groupadd.pamd
54Source16: groupdel.pamd
55Source17: groupmems.pamd
56Source18: groupmod.pamd
57Source19: newusers.pamd
58Source20: passwd.pamd
59Source21: useradd.pamd
60Source22: userdel.pamd
61Source23: usermod.pamd
4e422374 62Patch0: %{name}-pld.patch
aef93488 63# allow names with upper case letters or containing dot in the middle
9c8a5444 64Patch1: %{name}-goodname.patch
b625057e 65URL: https://github.com/shadow-maint/shadow
7f6dba89
JR
66BuildRequires: acl-devel
67BuildRequires: attr-devel
9c8a5444 68BuildRequires: audit-libs-devel
780503c5
JB
69BuildRequires: autoconf >= 2.64
70BuildRequires: automake >= 1:1.11
084a62a4 71BuildRequires: gettext-tools >= 0.12.1
4e422374 72%{?with_selinux:BuildRequires: libselinux-devel}
780503c5 73%{?with_selinux:BuildRequires: libsemanage-devel}
4e422374
JR
74BuildRequires: libtool
75BuildRequires: pam-devel
33c973de
ER
76BuildRequires: tar >= 1:1.22
77BuildRequires: xz
4e422374 78Requires: pam >= 0.99.7.1
4e422374
JR
79Provides: passwd
80Provides: shadow-utils
81Obsoletes: passwd
33c973de 82Obsoletes: pwdutils
888dd6ed 83Obsoletes: shadow-extras
4e422374 84Obsoletes: shadow-utils
888dd6ed 85Conflicts: util-linux < 2.12-10
4e422374
JR
86BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87
88%description
89This package includes the programs necessary to convert standard UNIX
90password files to the shadow password format, as well as programs for
91command-line management of the user's accounts.
92- pwconv - converts everything to the shadow password format,
93- pwunconv - unconverts from shadow password, generating a file in the
94 current directory called npasswd that is a standard UNIX password
95 file,
96- pwck - checks the integrity of the password and shadow files,
4e422374
JR
97- useradd, userdel, usermod - for accounts management,
98- groupadd, groupdel, groupmod - for group management.
99
100A number of man pages are also included that relate to these
101utilities, and shadow passwords in general.
102
103%description -l es.UTF-8
104Este paquete incluye los programas necesarios para convertir Archivos
105padrón UNIX de contraseña al formato shadow.
106- pwconv5 - convierte todo al formato de contraseñas del shadow,
107- pwunconv - deshace la conversión de contraseñas shadow, creando un
108 archivo en el directorio corriente llamado npasswd que es el archivo
109 padrón UNIX de contraseña,
110- pwck - chequea la integridad de la contraseña y de los archivos
111 shadow,
b4662085 112
aef93488
JB
113Están también incluidas, en general, varias páginas de manual sobre
114estos utilitarios y contraseñas shadow.
4e422374
JR
115
116%description -l pl.UTF-8
117Pakiet zawiera programy do obsługi mechanizmu ukrytych haseł (shadow
118password). Znajdują się w nim programy do konwersji standardowego
119pliku haseł do wersji shadow password a także programy do zarządzania
120kontami użytkowników w systemie:
121- pwconv - konwertuje do formatu shadow password
122- pwunconv - konwertuje z shadow password do formatu standardowego
123 pliku haseł. W bieżącym katalogu tworzy plik npasswd będący
124 standardowym plikiem z hasłami,
4e422374
JR
125- useradd, userdel, usermod - do zarządzania kontami użytkowników,
126- groupadd, groupdel, groupmod - do zarządzania grupami.
127
128Ostrzeżenie:
129
130Programy znajdujące się w tym pakiecie są niezbędne do prawidłowej
131pracy systemu i podobnie jak pakiet z bibliotekami systemowymi (glibc)
132nigdy nie powinien zostać odinstalowany!
133
134%description -l pt_BR.UTF-8
135Este pacote inclui os programas necessários para converter
136arquivos-padrão UNIX de senha para o formato shadow.
137- pwconv - converte tudo para o formato de senhas do shadow,
138- pwunconv - desconverte senhas shadow, gerando um arquivo no
139 diretório corrente chamado npasswd que é o arquivo-padrão UNIX de
140 senha,
141- pwck - checa a integridade da senha e dos arquivos shadow,
4e422374
JR
142
143Várias páginas de manual estão também incluídas sobre estes
144utilitários e senhas shadow em geral.
145
80523bd6
ER
146%package -n uidmap
147Summary: Programs to help use subuids
148Group: Applications/System
85f6ca36 149Requires: setup >= 2.10.0
80523bd6
ER
150
151%description -n uidmap
152These programs help unprivileged users to create uid and gid mappings
153in user namespaces.
154
4e422374
JR
155%prep
156%setup -q
157%patch0 -p1
aef93488 158%patch1 -p1
4e422374
JR
159
160%build
780503c5
JB
161# NOTE:
162# - cracklib option refers to non-PAM passwd code
163# - skey referes to non-PAM pw_auth/passwd_check (login, su, chfn, chsh) code
4e422374 164%configure \
fd6ca99a
JR
165 --bindir=/bin \
166 --sbindir=/sbin \
780503c5 167 --enable-shadowgrp \
4e422374 168 %{?with_shared:--enable-shared --disable-static} \
780503c5
JB
169 --disable-silent-rules \
170 --enable-subordinate-ids \
32157634
JR
171 --with-acl \
172 --with-attr \
780503c5
JB
173 --with-audit \
174 --with-group-name-max-length=32 \
4e422374 175 --with-libpam \
780503c5
JB
176 --with-nscd \
177 --without-libcrack \
4e422374 178 %{?with_selinux:--with-selinux} \
780503c5
JB
179 --with-sha-crypt \
180 --without-tcb
32157634 181
4e422374
JR
182%{__make}
183
184%install
185rm -rf $RPM_BUILD_ROOT
32157634 186install -d $RPM_BUILD_ROOT{/sbin,%{_sysconfdir}/{default,pam.d,security,skel/tmp}}
4e422374
JR
187
188%{__make} install \
189 DESTDIR=$RPM_BUILD_ROOT
190
33c973de
ER
191cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/login.defs
192cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/default/useradd
193
194cp -p %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/chage
195cp -p %{SOURCE11} $RPM_BUILD_ROOT/etc/pam.d/chfn
196cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/pam.d/chgpasswd
197cp -p %{SOURCE13} $RPM_BUILD_ROOT/etc/pam.d/chpasswd
198cp -p %{SOURCE14} $RPM_BUILD_ROOT/etc/pam.d/chsh
199cp -p %{SOURCE15} $RPM_BUILD_ROOT/etc/pam.d/groupadd
200cp -p %{SOURCE16} $RPM_BUILD_ROOT/etc/pam.d/groupdel
201cp -p %{SOURCE17} $RPM_BUILD_ROOT/etc/pam.d/groupmems
202cp -p %{SOURCE18} $RPM_BUILD_ROOT/etc/pam.d/groupmod
203cp -p %{SOURCE19} $RPM_BUILD_ROOT/etc/pam.d/newusers
204cp -p %{SOURCE20} $RPM_BUILD_ROOT/etc/pam.d/passwd
205cp -p %{SOURCE21} $RPM_BUILD_ROOT/etc/pam.d/useradd
206cp -p %{SOURCE22} $RPM_BUILD_ROOT/etc/pam.d/userdel
207cp -p %{SOURCE23} $RPM_BUILD_ROOT/etc/pam.d/usermod
4e422374
JR
208
209> $RPM_BUILD_ROOT%{_sysconfdir}/shadow
210> $RPM_BUILD_ROOT/etc/security/chfn.allow
211> $RPM_BUILD_ROOT/etc/security/chsh.allow
212
fd6ca99a 213%{__rm} $RPM_BUILD_ROOT/{etc/pam.d,bin}/{login,su}
857a45fe 214%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man1/{login,su}.1*
888dd6ed 215%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man3/*.3*
857a45fe 216
b4662085
ER
217# packaged in SysVinit-tools
218%{__rm} $RPM_BUILD_ROOT%{_bindir}/lastlog
219%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man8/lastlog.8*
220# packaged in coreutils
221%{__rm} $RPM_BUILD_ROOT/bin/groups
222%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man1/groups.1*
223# packaged in util-linux
224%{__rm} $RPM_BUILD_ROOT/sbin/nologin
225%{__rm} $RPM_BUILD_ROOT%{_mandir}/{,*/}man*/nologin.8*
226
4e422374
JR
227%find_lang %{name}
228
229%clean
230rm -rf $RPM_BUILD_ROOT
231
232%post
233%{?with_shared:/sbin/ldconfig}
234if [ ! -f /etc/shadow ]; then
235 %{_sbindir}/pwconv
236fi
237
238%{?with_shared:%postun -p /sbin/ldconfig}
239
240%files -f %{name}.lang
241%defattr(644,root,root,755)
242%doc ChangeLog NEWS TODO doc/{HOWTO,WISHLIST}
243%attr(750,root,root) %dir %{_sysconfdir}/default
aef93488 244%attr(640,root,root) %config %verify(not md5 mtime size) %{_sysconfdir}/default/useradd
4e422374 245%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chage
888dd6ed 246%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chfn
32157634 247%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chgpasswd
7d1fd0e8 248%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chpasswd
888dd6ed 249%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chsh
7d1fd0e8
JR
250%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupadd
251%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupdel
32157634 252%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupmems
7d1fd0e8 253%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupmod
32157634 254%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/newusers
4e422374 255%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/passwd
4e422374 256%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/useradd
4e422374 257%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/userdel
888dd6ed 258%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/usermod
32157634 259
888dd6ed
JR
260%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chfn.allow
261%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chsh.allow
4e422374
JR
262%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/login.defs
263%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{_sysconfdir}/shadow
264%dir /etc/skel
265%dir /etc/skel/tmp
266%{?with_shared:%attr(755,root,root) %{_libdir}/lib*.so.*.*}
888dd6ed
JR
267%attr(4755,root,root) %{_bindir}/chfn
268%attr(4755,root,root) %{_bindir}/chsh
269%attr(4755,root,root) %{_bindir}/expiry
888dd6ed 270%attr(4755,root,root) %{_bindir}/gpasswd
fde92f53 271%attr(4755,root,root) %{_bindir}/passwd
27e4a521 272%attr(4755,root,root) %{_bindir}/chage
fde92f53 273%attr(755,root,root) %{_bindir}/faillog
27e4a521 274%attr(4755,root,root) %{_bindir}/newgrp
888dd6ed 275%attr(755,root,root) %{_bindir}/sg
32157634 276%attr(755,root,root) %{_sbindir}/chgpasswd
888dd6ed 277%attr(755,root,root) %{_sbindir}/chpasswd
4e422374
JR
278%attr(755,root,root) %{_sbindir}/groupadd
279%attr(755,root,root) %{_sbindir}/groupdel
32157634 280%attr(755,root,root) %{_sbindir}/groupmems
4e422374
JR
281%attr(755,root,root) %{_sbindir}/groupmod
282%attr(755,root,root) %{_sbindir}/grpck
283%attr(755,root,root) %{_sbindir}/grpconv
284%attr(755,root,root) %{_sbindir}/grpunconv
32157634 285%attr(755,root,root) %{_sbindir}/logoutd
888dd6ed 286%attr(755,root,root) %{_sbindir}/newusers
4e422374
JR
287%attr(755,root,root) %{_sbindir}/pwck
288%attr(755,root,root) %{_sbindir}/pwconv
289%attr(755,root,root) %{_sbindir}/pwunconv
290%attr(755,root,root) %{_sbindir}/useradd
291%attr(755,root,root) %{_sbindir}/userdel
292%attr(755,root,root) %{_sbindir}/usermod
293%attr(755,root,root) %{_sbindir}/vigr
294%attr(755,root,root) %{_sbindir}/vipw
888dd6ed
JR
295%{_mandir}/man1/chage.1*
296%{_mandir}/man1/chfn.1*
297%{_mandir}/man1/chsh.1*
298%{_mandir}/man1/expiry.1*
299%{_mandir}/man1/gpasswd.1*
888dd6ed 300%{_mandir}/man1/newgrp.1*
4e422374 301%{_mandir}/man1/passwd.1*
888dd6ed 302%{_mandir}/man1/sg.1*
4e422374 303%{_mandir}/man5/faillog.5*
888dd6ed 304%{_mandir}/man5/gshadow.5*
4e422374
JR
305%{_mandir}/man5/login.defs.5*
306%{_mandir}/man5/passwd.5*
307%{_mandir}/man5/shadow.5*
308%{_mandir}/man5/suauth.5*
888dd6ed
JR
309%{_mandir}/man8/chgpasswd.8*
310%{_mandir}/man8/chpasswd.8*
4e422374
JR
311%{_mandir}/man8/faillog.8*
312%{_mandir}/man8/groupadd.8*
313%{_mandir}/man8/groupdel.8*
888dd6ed 314%{_mandir}/man8/groupmems.8*
4e422374
JR
315%{_mandir}/man8/groupmod.8*
316%{_mandir}/man8/grpck.8*
317%{_mandir}/man8/grpconv.8*
318%{_mandir}/man8/grpunconv.8*
888dd6ed
JR
319%{_mandir}/man8/logoutd.8*
320%{_mandir}/man8/newusers.8*
4e422374
JR
321%{_mandir}/man8/pwck.8*
322%{_mandir}/man8/pwconv.8*
323%{_mandir}/man8/pwunconv.8*
324%{_mandir}/man8/useradd.8*
325%{_mandir}/man8/userdel.8*
326%{_mandir}/man8/usermod.8*
327%{_mandir}/man8/vigr.8*
328%{_mandir}/man8/vipw.8*
4e422374 329
888dd6ed
JR
330%lang(cs) %{_mandir}/cs/man1/expiry.1*
331%lang(cs) %{_mandir}/cs/man1/gpasswd.1*
888dd6ed
JR
332%lang(cs) %{_mandir}/cs/man5/faillog.5*
333%lang(cs) %{_mandir}/cs/man5/gshadow.5*
4e422374
JR
334%lang(cs) %{_mandir}/cs/man5/passwd.5*
335%lang(cs) %{_mandir}/cs/man5/shadow.5*
4e422374
JR
336%lang(cs) %{_mandir}/cs/man8/faillog.8*
337%lang(cs) %{_mandir}/cs/man8/groupadd.8*
338%lang(cs) %{_mandir}/cs/man8/groupdel.8*
339%lang(cs) %{_mandir}/cs/man8/groupmod.8*
340%lang(cs) %{_mandir}/cs/man8/grpck.8*
4e422374
JR
341%lang(cs) %{_mandir}/cs/man8/vipw.8*
342
888dd6ed 343%lang(da) %{_mandir}/da/man1/chfn.1*
888dd6ed
JR
344%lang(da) %{_mandir}/da/man1/newgrp.1*
345%lang(da) %{_mandir}/da/man1/sg.1*
346%lang(da) %{_mandir}/da/man5/gshadow.5*
347%lang(da) %{_mandir}/da/man8/groupdel.8*
348%lang(da) %{_mandir}/da/man8/logoutd.8*
888dd6ed
JR
349%lang(da) %{_mandir}/da/man8/vigr.8
350%lang(da) %{_mandir}/da/man8/vipw.8*
351
352%lang(de) %{_mandir}/de/man1/chage.1*
353%lang(de) %{_mandir}/de/man1/chfn.1*
354%lang(de) %{_mandir}/de/man1/chsh.1*
355%lang(de) %{_mandir}/de/man1/expiry.1*
356%lang(de) %{_mandir}/de/man1/gpasswd.1*
888dd6ed 357%lang(de) %{_mandir}/de/man1/newgrp.1*
4e422374 358%lang(de) %{_mandir}/de/man1/passwd.1*
888dd6ed
JR
359%lang(de) %{_mandir}/de/man1/sg.1*
360%lang(de) %{_mandir}/de/man5/faillog.5*
361%lang(de) %{_mandir}/de/man5/gshadow.5*
362%lang(de) %{_mandir}/de/man5/login.defs.5*
363%lang(de) %{_mandir}/de/man5/passwd.5*
364%lang(de) %{_mandir}/de/man5/shadow.5*
365%lang(de) %{_mandir}/de/man5/suauth.5*
366%lang(de) %{_mandir}/de/man8/chgpasswd.8*
367%lang(de) %{_mandir}/de/man8/chpasswd.8*
368%lang(de) %{_mandir}/de/man8/faillog.8*
369%lang(de) %{_mandir}/de/man8/groupadd.8*
370%lang(de) %{_mandir}/de/man8/groupdel.8*
371%lang(de) %{_mandir}/de/man8/groupmems.8*
372%lang(de) %{_mandir}/de/man8/groupmod.8*
373%lang(de) %{_mandir}/de/man8/grpck.8*
374%lang(de) %{_mandir}/de/man8/grpconv.8*
375%lang(de) %{_mandir}/de/man8/grpunconv.8*
888dd6ed
JR
376%lang(de) %{_mandir}/de/man8/logoutd.8*
377%lang(de) %{_mandir}/de/man8/newusers.8*
888dd6ed
JR
378%lang(de) %{_mandir}/de/man8/pwck.8*
379%lang(de) %{_mandir}/de/man8/pwconv.8*
380%lang(de) %{_mandir}/de/man8/pwunconv.8*
381%lang(de) %{_mandir}/de/man8/useradd.8*
382%lang(de) %{_mandir}/de/man8/userdel.8*
383%lang(de) %{_mandir}/de/man8/usermod.8*
4e422374
JR
384%lang(de) %{_mandir}/de/man8/vigr.8*
385%lang(de) %{_mandir}/de/man8/vipw.8*
4e422374 386
888dd6ed
JR
387%lang(fi) %{_mandir}/fi/man1/chfn.1*
388%lang(fi) %{_mandir}/fi/man1/chsh.1*
389
390%lang(fr) %{_mandir}/fr/man1/chage.1*
391%lang(fr) %{_mandir}/fr/man1/chfn.1*
392%lang(fr) %{_mandir}/fr/man1/chsh.1*
393%lang(fr) %{_mandir}/fr/man1/expiry.1*
394%lang(fr) %{_mandir}/fr/man1/gpasswd.1*
888dd6ed 395%lang(fr) %{_mandir}/fr/man1/newgrp.1*
4e422374 396%lang(fr) %{_mandir}/fr/man1/passwd.1*
888dd6ed 397%lang(fr) %{_mandir}/fr/man1/sg.1*
4e422374 398%lang(fr) %{_mandir}/fr/man5/faillog.5*
888dd6ed 399%lang(fr) %{_mandir}/fr/man5/gshadow.5*
4e422374
JR
400%lang(fr) %{_mandir}/fr/man5/login.defs.5*
401%lang(fr) %{_mandir}/fr/man5/passwd.5*
402%lang(fr) %{_mandir}/fr/man5/shadow.5*
403%lang(fr) %{_mandir}/fr/man5/suauth.5*
888dd6ed 404%lang(fr) %{_mandir}/fr/man8/chgpasswd.8*
4e422374
JR
405%lang(fr) %{_mandir}/fr/man8/chpasswd.8*
406%lang(fr) %{_mandir}/fr/man8/faillog.8*
407%lang(fr) %{_mandir}/fr/man8/groupadd.8*
408%lang(fr) %{_mandir}/fr/man8/groupdel.8*
888dd6ed 409%lang(fr) %{_mandir}/fr/man8/groupmems.8*
4e422374
JR
410%lang(fr) %{_mandir}/fr/man8/groupmod.8*
411%lang(fr) %{_mandir}/fr/man8/grpck.8*
412%lang(fr) %{_mandir}/fr/man8/grpconv.8*
413%lang(fr) %{_mandir}/fr/man8/grpunconv.8*
888dd6ed
JR
414%lang(fr) %{_mandir}/fr/man8/logoutd.8*
415%lang(fr) %{_mandir}/fr/man8/newusers.8*
4e422374
JR
416%lang(fr) %{_mandir}/fr/man8/pwck.8*
417%lang(fr) %{_mandir}/fr/man8/pwconv.8*
418%lang(fr) %{_mandir}/fr/man8/pwunconv.8*
419%lang(fr) %{_mandir}/fr/man8/useradd.8*
420%lang(fr) %{_mandir}/fr/man8/userdel.8*
421%lang(fr) %{_mandir}/fr/man8/usermod.8*
422%lang(fr) %{_mandir}/fr/man8/vigr.8*
423%lang(fr) %{_mandir}/fr/man8/vipw.8*
424
425%lang(hu) %{_mandir}/hu/man1/passwd.1*
888dd6ed
JR
426%lang(hu) %{_mandir}/hu/man1/chsh.1*
427%lang(hu) %{_mandir}/hu/man1/gpasswd.1*
428%lang(hu) %{_mandir}/hu/man1/newgrp.1*
429%lang(hu) %{_mandir}/hu/man1/sg.1*
430%lang(hu) %{_mandir}/hu/man5/passwd.5*
4e422374 431
888dd6ed 432%lang(id) %{_mandir}/id/man1/chsh.1*
4e422374
JR
433%lang(id) %{_mandir}/id/man8/useradd.8*
434
888dd6ed
JR
435%lang(it) %{_mandir}/it/man1/chage.1*
436%lang(it) %{_mandir}/it/man1/chfn.1*
437%lang(it) %{_mandir}/it/man1/chsh.1*
438%lang(it) %{_mandir}/it/man1/expiry.1*
439%lang(it) %{_mandir}/it/man1/gpasswd.1*
888dd6ed 440%lang(it) %{_mandir}/it/man1/newgrp.1*
4e422374 441%lang(it) %{_mandir}/it/man1/passwd.1*
888dd6ed
JR
442%lang(it) %{_mandir}/it/man1/sg.1*
443%lang(it) %{_mandir}/it/man5/faillog.5*
444%lang(it) %{_mandir}/it/man5/gshadow.5*
445%lang(it) %{_mandir}/it/man5/login.defs.5*
4e422374
JR
446%lang(it) %{_mandir}/it/man5/passwd.5*
447%lang(it) %{_mandir}/it/man5/shadow.5*
888dd6ed
JR
448%lang(it) %{_mandir}/it/man5/suauth.5*
449%lang(it) %{_mandir}/it/man8/chgpasswd.8*
450%lang(it) %{_mandir}/it/man8/chpasswd.8*
451%lang(it) %{_mandir}/it/man8/faillog.8*
4e422374
JR
452%lang(it) %{_mandir}/it/man8/groupadd.8*
453%lang(it) %{_mandir}/it/man8/groupdel.8*
888dd6ed 454%lang(it) %{_mandir}/it/man8/groupmems.8*
4e422374
JR
455%lang(it) %{_mandir}/it/man8/groupmod.8*
456%lang(it) %{_mandir}/it/man8/grpck.8*
457%lang(it) %{_mandir}/it/man8/grpconv.8*
458%lang(it) %{_mandir}/it/man8/grpunconv.8*
888dd6ed
JR
459%lang(it) %{_mandir}/it/man8/logoutd.8*
460%lang(it) %{_mandir}/it/man8/newusers.8*
888dd6ed 461%lang(it) %{_mandir}/it/man8/pwck.8*
4e422374
JR
462%lang(it) %{_mandir}/it/man8/pwconv.8*
463%lang(it) %{_mandir}/it/man8/pwunconv.8*
464%lang(it) %{_mandir}/it/man8/useradd.8*
465%lang(it) %{_mandir}/it/man8/userdel.8*
466%lang(it) %{_mandir}/it/man8/usermod.8*
467%lang(it) %{_mandir}/it/man8/vigr.8*
468%lang(it) %{_mandir}/it/man8/vipw.8*
469
888dd6ed
JR
470%lang(ja) %{_mandir}/ja/man1/chage.1*
471%lang(ja) %{_mandir}/ja/man1/chfn.1*
472%lang(ja) %{_mandir}/ja/man1/chsh.1*
473%lang(ja) %{_mandir}/ja/man1/expiry.1*
474%lang(ja) %{_mandir}/ja/man1/gpasswd.1*
888dd6ed 475%lang(ja) %{_mandir}/ja/man1/newgrp.1*
4e422374 476%lang(ja) %{_mandir}/ja/man1/passwd.1*
888dd6ed 477%lang(ja) %{_mandir}/ja/man1/sg.1*
4e422374
JR
478%lang(ja) %{_mandir}/ja/man5/faillog.5*
479%lang(ja) %{_mandir}/ja/man5/login.defs.5*
480%lang(ja) %{_mandir}/ja/man5/passwd.5*
481%lang(ja) %{_mandir}/ja/man5/shadow.5*
482%lang(ja) %{_mandir}/ja/man5/suauth.5*
888dd6ed 483%lang(ja) %{_mandir}/ja/man8/chpasswd.8*
4e422374
JR
484%lang(ja) %{_mandir}/ja/man8/faillog.8*
485%lang(ja) %{_mandir}/ja/man8/groupadd.8*
486%lang(ja) %{_mandir}/ja/man8/groupdel.8*
487%lang(ja) %{_mandir}/ja/man8/groupmod.8*
488%lang(ja) %{_mandir}/ja/man8/grpck.8*
489%lang(ja) %{_mandir}/ja/man8/grpconv.8*
490%lang(ja) %{_mandir}/ja/man8/grpunconv.8*
888dd6ed
JR
491%lang(ja) %{_mandir}/ja/man8/logoutd.8*
492%lang(ja) %{_mandir}/ja/man8/newusers.8*
4e422374
JR
493%lang(ja) %{_mandir}/ja/man8/pwck.8*
494%lang(ja) %{_mandir}/ja/man8/pwconv.8*
495%lang(ja) %{_mandir}/ja/man8/pwunconv.8*
496%lang(ja) %{_mandir}/ja/man8/useradd.8*
497%lang(ja) %{_mandir}/ja/man8/userdel.8*
498%lang(ja) %{_mandir}/ja/man8/usermod.8*
499%lang(ja) %{_mandir}/ja/man8/vigr.8*
500%lang(ja) %{_mandir}/ja/man8/vipw.8*
501
888dd6ed
JR
502%lang(ko) %{_mandir}/ko/man1/chfn.1*
503%lang(ko) %{_mandir}/ko/man1/chsh.1*
4e422374
JR
504%lang(ko) %{_mandir}/ko/man5/passwd.5*
505%lang(ko) %{_mandir}/ko/man8/vigr.8*
506%lang(ko) %{_mandir}/ko/man8/vipw.8*
507
888dd6ed
JR
508%lang(pl) %{_mandir}/pl/man1/chage.1*
509%lang(pl) %{_mandir}/pl/man1/chsh.1*
510%lang(pl) %{_mandir}/pl/man1/expiry.1*
888dd6ed
JR
511%lang(pl) %{_mandir}/pl/man1/newgrp.1*
512%lang(pl) %{_mandir}/pl/man1/sg.1*
4e422374 513%lang(pl) %{_mandir}/pl/man5/faillog.5*
4e422374
JR
514%lang(pl) %{_mandir}/pl/man8/faillog.8*
515%lang(pl) %{_mandir}/pl/man8/groupadd.8*
516%lang(pl) %{_mandir}/pl/man8/groupdel.8*
32157634 517%lang(pl) %{_mandir}/pl/man8/groupmems.8*
4e422374
JR
518%lang(pl) %{_mandir}/pl/man8/groupmod.8*
519%lang(pl) %{_mandir}/pl/man8/grpck.8*
32157634 520%lang(pl) %{_mandir}/pl/man8/logoutd.8*
4e422374
JR
521%lang(pl) %{_mandir}/pl/man8/userdel.8*
522%lang(pl) %{_mandir}/pl/man8/usermod.8*
523%lang(pl) %{_mandir}/pl/man8/vigr.8*
524%lang(pl) %{_mandir}/pl/man8/vipw.8*
525
888dd6ed 526%lang(pt_BR) %{_mandir}/pt_BR/man1/gpasswd.1*
4e422374
JR
527%lang(pt_BR) %{_mandir}/pt_BR/man5/passwd.5*
528%lang(pt_BR) %{_mandir}/pt_BR/man5/shadow.5*
529%lang(pt_BR) %{_mandir}/pt_BR/man8/groupadd.8*
530%lang(pt_BR) %{_mandir}/pt_BR/man8/groupdel.8*
531%lang(pt_BR) %{_mandir}/pt_BR/man8/groupmod.8*
532
888dd6ed
JR
533%lang(ru) %{_mandir}/ru/man1/chage.1*
534%lang(ru) %{_mandir}/ru/man1/chfn.1*
535%lang(ru) %{_mandir}/ru/man1/chsh.1*
536%lang(ru) %{_mandir}/ru/man1/expiry.1*
537%lang(ru) %{_mandir}/ru/man1/gpasswd.1*
888dd6ed 538%lang(ru) %{_mandir}/ru/man1/newgrp.1*
4e422374 539%lang(ru) %{_mandir}/ru/man1/passwd.1*
888dd6ed 540%lang(ru) %{_mandir}/ru/man1/sg.1*
4e422374 541%lang(ru) %{_mandir}/ru/man5/faillog.5*
888dd6ed 542%lang(ru) %{_mandir}/ru/man5/gshadow.5*
4e422374
JR
543%lang(ru) %{_mandir}/ru/man5/login.defs.5*
544%lang(ru) %{_mandir}/ru/man5/passwd.5*
545%lang(ru) %{_mandir}/ru/man5/shadow.5*
546%lang(ru) %{_mandir}/ru/man5/suauth.5*
888dd6ed 547%lang(ru) %{_mandir}/ru/man8/chgpasswd.8*
4e422374
JR
548%lang(ru) %{_mandir}/ru/man8/chpasswd.8*
549%lang(ru) %{_mandir}/ru/man8/faillog.8*
550%lang(ru) %{_mandir}/ru/man8/groupadd.8*
551%lang(ru) %{_mandir}/ru/man8/groupdel.8*
552%lang(ru) %{_mandir}/ru/man8/groupmems.8*
553%lang(ru) %{_mandir}/ru/man8/groupmod.8*
554%lang(ru) %{_mandir}/ru/man8/grpck.8*
555%lang(ru) %{_mandir}/ru/man8/grpconv.8*
556%lang(ru) %{_mandir}/ru/man8/grpunconv.8*
888dd6ed
JR
557%lang(ru) %{_mandir}/ru/man8/logoutd.8*
558%lang(ru) %{_mandir}/ru/man8/newusers.8*
4e422374
JR
559%lang(ru) %{_mandir}/ru/man8/pwck.8*
560%lang(ru) %{_mandir}/ru/man8/pwconv.8*
561%lang(ru) %{_mandir}/ru/man8/pwunconv.8*
562%lang(ru) %{_mandir}/ru/man8/useradd.8*
563%lang(ru) %{_mandir}/ru/man8/userdel.8*
564%lang(ru) %{_mandir}/ru/man8/usermod.8*
565%lang(ru) %{_mandir}/ru/man8/vigr.8*
566%lang(ru) %{_mandir}/ru/man8/vipw.8*
567
888dd6ed
JR
568%lang(sv) %{_mandir}/sv/man1/chage.1*
569%lang(sv) %{_mandir}/sv/man1/chsh.1*
570%lang(sv) %{_mandir}/sv/man1/expiry.1*
888dd6ed
JR
571%lang(sv) %{_mandir}/sv/man1/newgrp.1*
572%lang(sv) %{_mandir}/sv/man1/passwd.1*
573%lang(sv) %{_mandir}/sv/man1/sg.1*
574%lang(sv) %{_mandir}/sv/man5/faillog.5*
575%lang(sv) %{_mandir}/sv/man5/gshadow.5*
576%lang(sv) %{_mandir}/sv/man5/passwd.5*
577%lang(sv) %{_mandir}/sv/man5/suauth.5*
578%lang(sv) %{_mandir}/sv/man8/faillog.8*
579%lang(sv) %{_mandir}/sv/man8/groupadd.8*
580%lang(sv) %{_mandir}/sv/man8/groupdel.8*
581%lang(sv) %{_mandir}/sv/man8/groupmems.8*
582%lang(sv) %{_mandir}/sv/man8/groupmod.8*
583%lang(sv) %{_mandir}/sv/man8/grpck.8*
888dd6ed 584%lang(sv) %{_mandir}/sv/man8/logoutd.8*
888dd6ed
JR
585%lang(sv) %{_mandir}/sv/man8/pwck.8*
586%lang(sv) %{_mandir}/sv/man8/userdel.8*
587%lang(sv) %{_mandir}/sv/man8/vigr.8*
588%lang(sv) %{_mandir}/sv/man8/vipw.8*
589
590%lang(tr) %{_mandir}/tr/man1/chage.1*
591%lang(tr) %{_mandir}/tr/man1/chfn.1*
4e422374
JR
592%lang(tr) %{_mandir}/tr/man1/passwd.1*
593%lang(tr) %{_mandir}/tr/man5/passwd.5*
594%lang(tr) %{_mandir}/tr/man5/shadow.5*
595%lang(tr) %{_mandir}/tr/man8/groupadd.8*
596%lang(tr) %{_mandir}/tr/man8/groupdel.8*
597%lang(tr) %{_mandir}/tr/man8/groupmod.8*
598%lang(tr) %{_mandir}/tr/man8/useradd.8*
599%lang(tr) %{_mandir}/tr/man8/userdel.8*
600%lang(tr) %{_mandir}/tr/man8/usermod.8*
601
888dd6ed
JR
602%lang(zh_CN) %{_mandir}/zh_CN/man1/chage.1*
603%lang(zh_CN) %{_mandir}/zh_CN/man1/chfn.1*
604%lang(zh_CN) %{_mandir}/zh_CN/man1/chsh.1*
605%lang(zh_CN) %{_mandir}/zh_CN/man1/expiry.1*
606%lang(zh_CN) %{_mandir}/zh_CN/man1/gpasswd.1*
888dd6ed
JR
607%lang(zh_CN) %{_mandir}/zh_CN/man1/newgrp.1*
608%lang(zh_CN) %{_mandir}/zh_CN/man1/passwd.1*
609%lang(zh_CN) %{_mandir}/zh_CN/man1/sg.1*
610%lang(zh_CN) %{_mandir}/zh_CN/man5/faillog.5*
611%lang(zh_CN) %{_mandir}/zh_CN/man5/gshadow.5*
612%lang(zh_CN) %{_mandir}/zh_CN/man5/login.defs.5*
613%lang(zh_CN) %{_mandir}/zh_CN/man5/passwd.5*
614%lang(zh_CN) %{_mandir}/zh_CN/man5/shadow.5*
615%lang(zh_CN) %{_mandir}/zh_CN/man5/suauth.5*
616%lang(zh_CN) %{_mandir}/zh_CN/man8/chgpasswd.8*
4e422374 617%lang(zh_CN) %{_mandir}/zh_CN/man8/chpasswd.8*
888dd6ed 618%lang(zh_CN) %{_mandir}/zh_CN/man8/faillog.8*
4e422374
JR
619%lang(zh_CN) %{_mandir}/zh_CN/man8/groupadd.8*
620%lang(zh_CN) %{_mandir}/zh_CN/man8/groupdel.8*
888dd6ed 621%lang(zh_CN) %{_mandir}/zh_CN/man8/groupmems.8*
4e422374 622%lang(zh_CN) %{_mandir}/zh_CN/man8/groupmod.8*
888dd6ed
JR
623%lang(zh_CN) %{_mandir}/zh_CN/man8/grpck.8*
624%lang(zh_CN) %{_mandir}/zh_CN/man8/grpconv.8*
625%lang(zh_CN) %{_mandir}/zh_CN/man8/grpunconv.8*
888dd6ed
JR
626%lang(zh_CN) %{_mandir}/zh_CN/man8/logoutd.8*
627%lang(zh_CN) %{_mandir}/zh_CN/man8/newusers.8*
888dd6ed
JR
628%lang(zh_CN) %{_mandir}/zh_CN/man8/pwck.8*
629%lang(zh_CN) %{_mandir}/zh_CN/man8/pwconv.8*
630%lang(zh_CN) %{_mandir}/zh_CN/man8/pwunconv.8*
4e422374
JR
631%lang(zh_CN) %{_mandir}/zh_CN/man8/useradd.8*
632%lang(zh_CN) %{_mandir}/zh_CN/man8/userdel.8*
633%lang(zh_CN) %{_mandir}/zh_CN/man8/usermod.8*
888dd6ed
JR
634%lang(zh_CN) %{_mandir}/zh_CN/man8/vigr.8*
635%lang(zh_CN) %{_mandir}/zh_CN/man8/vipw.8*
4e422374 636
888dd6ed
JR
637%lang(zh_TW) %{_mandir}/zh_TW/man1/chfn.1*
638%lang(zh_TW) %{_mandir}/zh_TW/man1/chsh.1*
639%lang(zh_TW) %{_mandir}/zh_TW/man1/newgrp.1*
640%lang(zh_TW) %{_mandir}/zh_TW/man5/passwd.5*
641%lang(zh_TW) %{_mandir}/zh_TW/man8/chpasswd.8*
4e422374
JR
642%lang(zh_TW) %{_mandir}/zh_TW/man8/groupadd.8*
643%lang(zh_TW) %{_mandir}/zh_TW/man8/groupdel.8*
644%lang(zh_TW) %{_mandir}/zh_TW/man8/groupmod.8*
645%lang(zh_TW) %{_mandir}/zh_TW/man8/useradd.8*
646%lang(zh_TW) %{_mandir}/zh_TW/man8/userdel.8*
647%lang(zh_TW) %{_mandir}/zh_TW/man8/usermod.8*
80523bd6
ER
648
649%files -n uidmap
650%defattr(644,root,root,755)
27e4a521
ER
651%attr(4755,root,root) %{_bindir}/newgidmap
652%attr(4755,root,root) %{_bindir}/newuidmap
80523bd6
ER
653%{_mandir}/man1/newgidmap.1*
654%{_mandir}/man1/newuidmap.1*
655%{_mandir}/man5/subgid.5*
656%{_mandir}/man5/subuid.5*
657%lang(fr) %{_mandir}/fr/man1/newgidmap.1*
658%lang(fr) %{_mandir}/fr/man1/newuidmap.1*
659%lang(fr) %{_mandir}/fr/man5/subgid.5*
660%lang(fr) %{_mandir}/fr/man5/subuid.5*
This page took 0.111256 seconds and 4 git commands to generate.