]> git.pld-linux.org Git - packages/shadow.git/blob - shadow.spec
- packaged new manuals
[packages/shadow.git] / shadow.spec
1 #
2 # Conditional build:
3 %bcond_without  selinux         # build without SE-Linux support
4 %bcond_with     shared          # build with shared libshadow
5 #
6 Summary:        Shadow password file utilities for Linux
7 Summary(de):    Shadow-Paßwortdatei-Dienstprogramme für Linux
8 Summary(es):    Utilitarios para el archivo de contraseñas Shadow
9 Summary(fr):    Fichiers utilitaires pour Shadow password pour Linux
10 Summary(pl):    Narzêdzia do obs³ugi mechanizmu ukrytych hase³
11 Summary(pt_BR): Utilitários para o arquivo de senhas Shadow
12 Summary(tr):    Gölge parola dosyasý araçlarý
13 Name:           shadow
14 Version:        4.0.16
15 Release:        0.3
16 Epoch:          1
17 License:        BSD
18 Group:          Applications/System
19 Source0:        ftp://ftp.pld.org.pl/software/shadow/%{name}-%{version}.tar.bz2
20 # Source0-md5:  1d91f7479143d1d705b94180c0d4874b
21 Source1:        %{name}-login.defs
22 Source2:        %{name}.useradd
23 Source3:        chage.pamd
24 Source4:        userdb.pamd
25 Source5:        chsh.pamd
26 Source6:        chfn.pamd
27 Source7:        passwd.pamd
28 Source8:        useradd.pamd
29 Patch0:         %{name}-pld.patch
30 Patch1:         %{name}-chage_expdays.patch
31 Patch2:         %{name}-typo.patch
32 BuildRequires:  autoconf
33 BuildRequires:  automake >= 1.0
34 BuildRequires:  gettext-devel >= 0.12.1
35 %{?with_selinux:BuildRequires:  libselinux-devel}
36 BuildRequires:  libtool
37 BuildRequires:  pam-devel
38 Requires:       pam >= 0.77.3
39 # to force proper coreutils version, so "groups" command exists
40 Requires:       /usr/bin/groups
41 Provides:       passwd
42 Provides:       shadow-utils
43 Obsoletes:      passwd
44 Obsoletes:      shadow-utils
45 Conflicts:      pwdutils
46 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
47
48 %description
49 This package includes the programs necessary to convert standard UNIX
50 password files to the shadow password format, as well as programs for
51 command-line management of the user's accounts.
52 - pwconv - converts everything to the shadow password format,
53 - pwunconv - unconverts from shadow password, generating a file in the
54   current directory called npasswd that is a standard UNIX password
55   file,
56 - pwck - checks the integrity of the password and shadow files,
57 - lastlog - prints out the last login times of all users,
58 - useradd, userdel, usermod - for accounts management,
59 - groupadd, groupdel, groupmod - for group management.
60
61 A number of man pages are also included that relate to these
62 utilities, and shadow passwords in general.
63
64 %description -l es
65 Este paquete incluye los programas necesarios para convertir Archivos
66 padrón UNIX de contraseña al formato shadow.
67 - pwconv5 - convierte todo al formato de contraseñas del shadow,
68 - pwunconv - deshace la conversión de contraseñas shadow, creando un
69   archivo en el directorio corriente llamado npasswd que es el archivo
70   padrón UNIX de contraseña,
71 - pwck - chequea la integridad de la contraseña y de los archivos
72   shadow,
73 - lastlog enseña el último momento de login de todos los usuarios.
74   Están también incluidas, en general, varias páginas de manual sobre
75   estos utilitarios y contraseñas shadow.
76
77 %description -l pl
78 Pakiet zawiera programy do obs³ugi mechanizmu ukrytych hase³ (shadow
79 password). Znajduj± siê w nim programy do konwersji standardowego
80 pliku hase³ do wersji shadow password a tak¿e programy do zarz±dzania
81 kontami u¿ytkowników w systemie:
82 - pwconv - konwertuje do formatu shadow password
83 - pwunconv - konwertuje z shadow password do formatu standardowego
84   pliku hase³. W bie¿±cym katalogu tworzy plik npasswd bêd±cy
85   standardowym plikiem z has³ami,
86 - lastlog - wy¶wietla czas logowania u¿ytkowników,
87 - useradd, userdel, usermod - do zarz±dzania kontami u¿ytkowników,
88 - groupadd, groupdel, groupmod - do zarz±dzania grupami.
89
90 Ostrze¿enie:
91
92 Programy znajduj±ce siê w tym pakiecie s± niezbêdne do prawid³owej
93 pracy systemu i podobnie jak pakiet z bibliotekami systemowymi (glibc)
94 nigdy nie powinien zostaæ odinstalowany!
95
96 %description -l pt_BR
97 Este pacote inclui os programas necessários para converter
98 arquivos-padrão UNIX de senha para o formato shadow.
99 - pwconv - converte tudo para o formato de senhas do shadow,
100 - pwunconv - desconverte senhas shadow, gerando um arquivo no
101   diretório corrente chamado npasswd que é o arquivo-padrão UNIX de
102   senha,
103 - pwck - checa a integridade da senha e dos arquivos shadow,
104 - lastlog - mostra o último momento de login de todos os usuários.
105
106 Várias páginas de manual estão também incluídas sobre estes
107 utilitários e senhas shadow em geral.
108
109 %package extras
110 Summary:        shadow - not often used programs
111 Summary(pl):    shadow - programy nieczêsto u¿ywane
112 Group:          Applications/System
113 Requires:       %{name} = %{epoch}:%{version}-%{release}
114 Obsoletes:      pwdutils
115 Conflicts:      util-linux < 2.12-10
116
117 %description extras
118 Programs for shadow not often used. If you have small system you may
119 skip them.
120
121 %description extras -l pl
122 Programy nieczêsto u¿ywane. W ma³ych systemach mo¿na je pomin±æ.
123
124 %prep
125 %setup -q
126 %patch0 -p1
127 %patch1 -p1
128 #%patch2 -p1
129
130 # ugh, too populated to patch
131 %{__perl} -pi -e 's/instead DES/instead of DES/' src/chpasswd.c po/*.po
132
133 rm -f po/stamp-po
134
135 %build
136 %{__autoheader}
137 %{__gettextize}
138 %{__aclocal}
139 %{__autoconf}
140 %{__automake}
141 %configure \
142         --disable-desrpc \
143         %{?with_shared:--enable-shared --disable-static} \
144         --without-libcrack \
145         --with-libcrypt \
146         --with-libpam \
147         --with-md5crypt \
148         --with-nls \
149         %{?with_selinux:--with-selinux} \
150         --without-included-gettext
151 %{__make}
152
153 %install
154 rm -rf $RPM_BUILD_ROOT
155 install -d $RPM_BUILD_ROOT%{_sysconfdir}/{default,pam.d,security,skel/tmp}
156
157 %{__make} install \
158         DESTDIR=$RPM_BUILD_ROOT
159
160 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/login.defs
161 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/default/useradd
162 install %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/chage
163 install %{SOURCE4} $RPM_BUILD_ROOT/etc/pam.d/shadow
164 install %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/chsh
165 install %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/chfn
166 install %{SOURCE7} $RPM_BUILD_ROOT/etc/pam.d/passwd
167 install %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/useradd
168 sed -e 's/usermod/userdel/' etc/pam.d/usermod > $RPM_BUILD_ROOT/etc/pam.d/userdel
169 install etc/pam.d/usermod $RPM_BUILD_ROOT/etc/pam.d/usermod
170 install etc/pam.d/groupadd $RPM_BUILD_ROOT/etc/pam.d/groupadd
171 install etc/pam.d/groupmod $RPM_BUILD_ROOT/etc/pam.d/groupmod
172 install etc/pam.d/groupdel $RPM_BUILD_ROOT/etc/pam.d/groupdel
173
174 > $RPM_BUILD_ROOT%{_sysconfdir}/shadow
175 > $RPM_BUILD_ROOT/etc/security/chfn.allow
176 > $RPM_BUILD_ROOT/etc/security/chsh.allow
177
178 # vigr symlink is created by make install, but in wrong dir
179 ln -sf vipw $RPM_BUILD_ROOT%{_sbindir}/vigr
180
181 echo '.so newgrp.1' > $RPM_BUILD_ROOT%{_mandir}/fr/man1/sg.1
182 echo '.so newgrp.1' > $RPM_BUILD_ROOT%{_mandir}/it/man1/sg.1
183 echo '.so newgrp.1' > $RPM_BUILD_ROOT%{_mandir}/ko/man1/sg.1
184
185 %if %{without shared}
186 # invalid static library
187 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
188 %endif
189
190 # included in glibc-devel
191 rm -f $RPM_BUILD_ROOT%{_mandir}{,/*}/man3/{getspnam,shadow}.3*
192
193 # /bin/login already in login (from util-linux.spec)
194 rm -f $RPM_BUILD_ROOT{%{_bindir}/login,%{_sbindir}/logoutd,%{_mandir}/{,*/}man1/login.1*,%{_mandir}/{,*/}man5/porttime.5,%{_mandir}/{,*/}man8/logoutd.8}
195 # /bin/id already in coreutils
196 rm -f $RPM_BUILD_ROOT%{_mandir}/cs/man1/id.1
197 # /bin/su already in coreutils
198 rm -f $RPM_BUILD_ROOT{%{_bindir}/su,%{_mandir}/{,*/}man1/su.1}
199 # /usr/bin/groups already in coreutils
200 rm -f $RPM_BUILD_ROOT{%{_bindir}/groups,%{_mandir}/{,*/}man1/groups.1}
201 # /etc/limits not used with pam
202 rm -f $RPM_BUILD_ROOT%{_mandir}/{,*/}man5/limits.5
203
204 %find_lang %{name}
205
206 %clean
207 rm -rf $RPM_BUILD_ROOT
208
209 %post
210 %{?with_shared:/sbin/ldconfig}
211 if [ ! -f /etc/shadow ]; then
212         %{_sbindir}/pwconv
213 fi
214
215 %{?with_shared:%postun -p /sbin/ldconfig}
216
217 %files -f %{name}.lang
218 %defattr(644,root,root,755)
219 %doc ChangeLog NEWS TODO doc/{HOWTO,WISHLIST}
220 %attr(750,root,root) %dir %{_sysconfdir}/default
221 %attr(640,root,root) %config %verify(not md5 mtime size) %{_sysconfdir}/default/*
222 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chage
223 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/passwd
224 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/shadow
225 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/useradd
226 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/usermod
227 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/userdel
228 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupadd
229 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupdel
230 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/groupmod
231 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/login.defs
232 %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %ghost %{_sysconfdir}/shadow
233 %dir /etc/skel
234 %dir /etc/skel/tmp
235 %{?with_shared:%attr(755,root,root) %{_libdir}/lib*.so.*.*}
236 %attr(755,root,root) %{_sbindir}/chpasswd
237 %attr(755,root,root) %{_sbindir}/groupadd
238 %attr(755,root,root) %{_sbindir}/groupdel
239 %attr(755,root,root) %{_sbindir}/groupmod
240 %attr(755,root,root) %{_sbindir}/grpck
241 %attr(755,root,root) %{_sbindir}/grpconv
242 %attr(755,root,root) %{_sbindir}/grpunconv
243 %attr(755,root,root) %{_sbindir}/pwck
244 %attr(755,root,root) %{_sbindir}/pwconv
245 %attr(755,root,root) %{_sbindir}/pwunconv
246 %attr(755,root,root) %{_sbindir}/useradd
247 %attr(755,root,root) %{_sbindir}/userdel
248 %attr(755,root,root) %{_sbindir}/usermod
249 %attr(755,root,root) %{_sbindir}/vigr
250 %attr(755,root,root) %{_sbindir}/vipw
251 %attr(755,root,root) %{_bindir}/faillog
252 %attr(755,root,root) %{_bindir}/lastlog
253 %attr(4755,root,root) %{_bindir}/passwd
254 %{_mandir}/man1/passwd.1*
255 %{_mandir}/man5/faillog.5*
256 %{_mandir}/man5/login.defs.5*
257 %{_mandir}/man5/passwd.5*
258 %{_mandir}/man5/shadow.5*
259 %{_mandir}/man5/suauth.5*
260 %{_mandir}/man8/faillog.8*
261 %{_mandir}/man8/groupadd.8*
262 %{_mandir}/man8/groupdel.8*
263 %{_mandir}/man8/groupmod.8*
264 %{_mandir}/man8/grpck.8*
265 %{_mandir}/man8/grpconv.8*
266 %{_mandir}/man8/grpunconv.8*
267 %{_mandir}/man8/lastlog.8*
268 %{_mandir}/man8/pwck.8*
269 %{_mandir}/man8/pwconv.8*
270 %{_mandir}/man8/pwunconv.8*
271 %{_mandir}/man8/useradd.8*
272 %{_mandir}/man8/userdel.8*
273 %{_mandir}/man8/usermod.8*
274 %{_mandir}/man8/vigr.8*
275 %{_mandir}/man8/vipw.8*
276 %{_mandir}/man8/chpasswd.8*
277
278 %lang(cs) %{_mandir}/cs/man5/passwd.5*
279 %lang(cs) %{_mandir}/cs/man5/shadow.5*
280 %lang(cs) %{_mandir}/cs/man5/faillog.5*
281 %lang(cs) %{_mandir}/cs/man8/faillog.8*
282 %lang(cs) %{_mandir}/cs/man8/groupadd.8*
283 %lang(cs) %{_mandir}/cs/man8/groupdel.8*
284 %lang(cs) %{_mandir}/cs/man8/groupmod.8*
285 %lang(cs) %{_mandir}/cs/man8/grpck.8*
286 %lang(cs) %{_mandir}/cs/man8/lastlog.8*
287 %lang(cs) %{_mandir}/cs/man8/vipw.8*
288
289 %lang(de) %{_mandir}/de/man1/passwd.1*
290 %lang(de) %{_mandir}/de/man8/vigr.8*
291 %lang(de) %{_mandir}/de/man8/vipw.8*
292 %lang(de) %{_mandir}/de/man5/passwd.5*
293
294 %lang(es) %{_mandir}/es/man1/passwd.1*
295 %lang(es) %{_mandir}/es/man5/passwd.5*
296 %lang(es) %{_mandir}/es/man8/vigr.8*
297 %lang(es) %{_mandir}/es/man8/vipw.8*
298
299 %lang(fi) %{_mandir}/fi/man1/passwd.1*
300
301 %lang(fr) %{_mandir}/fr/man1/passwd.1*
302 %lang(fr) %{_mandir}/fr/man5/faillog.5*
303 %lang(fr) %{_mandir}/fr/man5/login.defs.5*
304 %lang(fr) %{_mandir}/fr/man5/passwd.5*
305 %lang(fr) %{_mandir}/fr/man5/shadow.5*
306 %lang(fr) %{_mandir}/fr/man5/suauth.5*
307 %lang(fr) %{_mandir}/fr/man8/chpasswd.8*
308 %lang(fr) %{_mandir}/fr/man8/faillog.8*
309 %lang(fr) %{_mandir}/fr/man8/groupadd.8*
310 %lang(fr) %{_mandir}/fr/man8/groupdel.8*
311 %lang(fr) %{_mandir}/fr/man8/groupmod.8*
312 %lang(fr) %{_mandir}/fr/man8/grpck.8*
313 %lang(fr) %{_mandir}/fr/man8/grpconv.8*
314 %lang(fr) %{_mandir}/fr/man8/grpunconv.8*
315 %lang(fr) %{_mandir}/fr/man8/lastlog.8*
316 %lang(fr) %{_mandir}/fr/man8/pwck.8*
317 %lang(fr) %{_mandir}/fr/man8/pwconv.8*
318 %lang(fr) %{_mandir}/fr/man8/pwunconv.8*
319 %lang(fr) %{_mandir}/fr/man8/useradd.8*
320 %lang(fr) %{_mandir}/fr/man8/userdel.8*
321 %lang(fr) %{_mandir}/fr/man8/usermod.8*
322 %lang(fr) %{_mandir}/fr/man8/vigr.8*
323 %lang(fr) %{_mandir}/fr/man8/vipw.8*
324
325 %lang(hu) %{_mandir}/hu/man1/passwd.1*
326
327 # language missing in mandir (FHS pkg)
328 %lang(id) %{_mandir}/id/man8/useradd.8*
329
330 %lang(it) %{_mandir}/it/man1/passwd.1*
331 %lang(it) %{_mandir}/it/man5/passwd.5*
332 %lang(it) %{_mandir}/it/man5/shadow.5*
333 %lang(it) %{_mandir}/it/man8/groupadd.8*
334 %lang(it) %{_mandir}/it/man8/groupdel.8*
335 %lang(it) %{_mandir}/it/man8/groupmod.8*
336 %lang(it) %{_mandir}/it/man8/grpck.8*
337 %lang(it) %{_mandir}/it/man8/grpconv.8*
338 %lang(it) %{_mandir}/it/man8/grpunconv.8*
339 %lang(it) %{_mandir}/it/man8/lastlog.8*
340 %lang(it) %{_mandir}/it/man8/pwconv.8*
341 %lang(it) %{_mandir}/it/man8/pwunconv.8*
342 %lang(it) %{_mandir}/it/man8/useradd.8*
343 %lang(it) %{_mandir}/it/man8/userdel.8*
344 %lang(it) %{_mandir}/it/man8/usermod.8*
345 %lang(it) %{_mandir}/it/man8/vigr.8*
346 %lang(it) %{_mandir}/it/man8/vipw.8*
347
348 %lang(ja) %{_mandir}/ja/man1/passwd.1*
349 %lang(ja) %{_mandir}/ja/man5/faillog.5*
350 %lang(ja) %{_mandir}/ja/man5/login.defs.5*
351 %lang(ja) %{_mandir}/ja/man5/passwd.5*
352 %lang(ja) %{_mandir}/ja/man5/shadow.5*
353 %lang(ja) %{_mandir}/ja/man5/suauth.5*
354 %lang(ja) %{_mandir}/ja/man8/faillog.8*
355 %lang(ja) %{_mandir}/ja/man8/groupadd.8*
356 %lang(ja) %{_mandir}/ja/man8/groupdel.8*
357 %lang(ja) %{_mandir}/ja/man8/groupmod.8*
358 %lang(ja) %{_mandir}/ja/man8/grpck.8*
359 %lang(ja) %{_mandir}/ja/man8/grpconv.8*
360 %lang(ja) %{_mandir}/ja/man8/grpunconv.8*
361 %lang(ja) %{_mandir}/ja/man8/lastlog.8*
362 %lang(ja) %{_mandir}/ja/man8/pwck.8*
363 %lang(ja) %{_mandir}/ja/man8/pwconv.8*
364 %lang(ja) %{_mandir}/ja/man8/pwunconv.8*
365 %lang(ja) %{_mandir}/ja/man8/useradd.8*
366 %lang(ja) %{_mandir}/ja/man8/userdel.8*
367 %lang(ja) %{_mandir}/ja/man8/usermod.8*
368 %lang(ja) %{_mandir}/ja/man8/vigr.8*
369 %lang(ja) %{_mandir}/ja/man8/vipw.8*
370
371 %lang(ko) %{_mandir}/ko/man5/passwd.5*
372 %lang(ko) %{_mandir}/ko/man8/vigr.8*
373 %lang(ko) %{_mandir}/ko/man8/vipw.8*
374
375 %lang(pl) %{_mandir}/pl/man1/passwd.1*
376 %lang(pl) %{_mandir}/pl/man5/faillog.5*
377 %lang(pl) %{_mandir}/pl/man5/login.defs.5*
378 %lang(pl) %{_mandir}/pl/man5/passwd.5*
379 %lang(pl) %{_mandir}/pl/man5/shadow.5*
380 %lang(pl) %{_mandir}/pl/man5/suauth.5*
381 %lang(pl) %{_mandir}/pl/man8/faillog.8*
382 %lang(pl) %{_mandir}/pl/man8/groupadd.8*
383 %lang(pl) %{_mandir}/pl/man8/groupdel.8*
384 %lang(pl) %{_mandir}/pl/man8/groupmod.8*
385 %lang(pl) %{_mandir}/pl/man8/grpck.8*
386 %lang(pl) %{_mandir}/pl/man8/grpconv.8*
387 %lang(pl) %{_mandir}/pl/man8/grpunconv.8*
388 %lang(pl) %{_mandir}/pl/man8/lastlog.8*
389 %lang(pl) %{_mandir}/pl/man8/pwck.8*
390 %lang(pl) %{_mandir}/pl/man8/pwconv.8*
391 %lang(pl) %{_mandir}/pl/man8/pwunconv.8*
392 %lang(pl) %{_mandir}/pl/man8/useradd.8*
393 %lang(pl) %{_mandir}/pl/man8/userdel.8*
394 %lang(pl) %{_mandir}/pl/man8/usermod.8*
395 %lang(pl) %{_mandir}/pl/man8/vigr.8*
396 %lang(pl) %{_mandir}/pl/man8/vipw.8*
397
398 # FIXME change to -> pt?
399 %lang(pt_BR) %{_mandir}/pt_BR/man5/passwd.5*
400 %lang(pt_BR) %{_mandir}/pt_BR/man5/shadow.5*
401 %lang(pt_BR) %{_mandir}/pt_BR/man8/groupadd.8*
402 %lang(pt_BR) %{_mandir}/pt_BR/man8/groupdel.8*
403 %lang(pt_BR) %{_mandir}/pt_BR/man8/groupmod.8*
404
405 %lang(ru) %{_mandir}/ru/man1/passwd.1*
406 %lang(ru) %{_mandir}/ru/man5/faillog.5*
407 %lang(ru) %{_mandir}/ru/man5/login.defs.5*
408 %lang(ru) %{_mandir}/ru/man5/passwd.5*
409 %lang(ru) %{_mandir}/ru/man5/shadow.5*
410 %lang(ru) %{_mandir}/ru/man5/suauth.5*
411 %lang(ru) %{_mandir}/ru/man8/chpasswd.8*
412 %lang(ru) %{_mandir}/ru/man8/faillog.8*
413 %lang(ru) %{_mandir}/ru/man8/groupadd.8*
414 %lang(ru) %{_mandir}/ru/man8/groupdel.8*
415 %lang(ru) %{_mandir}/ru/man8/groupmems.8*
416 %lang(ru) %{_mandir}/ru/man8/groupmod.8*
417 %lang(ru) %{_mandir}/ru/man8/grpck.8*
418 %lang(ru) %{_mandir}/ru/man8/grpconv.8*
419 %lang(ru) %{_mandir}/ru/man8/grpunconv.8*
420 %lang(ru) %{_mandir}/ru/man8/lastlog.8*
421 %lang(ru) %{_mandir}/ru/man8/pwck.8*
422 %lang(ru) %{_mandir}/ru/man8/pwconv.8*
423 %lang(ru) %{_mandir}/ru/man8/pwunconv.8*
424 %lang(ru) %{_mandir}/ru/man8/useradd.8*
425 %lang(ru) %{_mandir}/ru/man8/userdel.8*
426 %lang(ru) %{_mandir}/ru/man8/usermod.8*
427 %lang(ru) %{_mandir}/ru/man8/vigr.8*
428 %lang(ru) %{_mandir}/ru/man8/vipw.8*
429
430 %lang(tr) %{_mandir}/tr/man1/passwd.1*
431 %lang(tr) %{_mandir}/tr/man5/passwd.5*
432 %lang(tr) %{_mandir}/tr/man5/shadow.5*
433 %lang(tr) %{_mandir}/tr/man8/groupadd.8*
434 %lang(tr) %{_mandir}/tr/man8/groupdel.8*
435 %lang(tr) %{_mandir}/tr/man8/groupmod.8*
436 %lang(tr) %{_mandir}/tr/man8/useradd.8*
437 %lang(tr) %{_mandir}/tr/man8/userdel.8*
438 %lang(tr) %{_mandir}/tr/man8/usermod.8*
439
440 %lang(zh_CN) %{_mandir}/zh_CN/man8/chpasswd.8*
441 %lang(zh_CN) %{_mandir}/zh_CN/man8/groupadd.8*
442 %lang(zh_CN) %{_mandir}/zh_CN/man8/groupdel.8*
443 %lang(zh_CN) %{_mandir}/zh_CN/man8/groupmod.8*
444 %lang(zh_CN) %{_mandir}/zh_CN/man8/useradd.8*
445 %lang(zh_CN) %{_mandir}/zh_CN/man8/userdel.8*
446 %lang(zh_CN) %{_mandir}/zh_CN/man8/usermod.8*
447
448 %lang(zh_TW) %{_mandir}/zh_TW/man8/groupadd.8*
449 %lang(zh_TW) %{_mandir}/zh_TW/man8/groupdel.8*
450 %lang(zh_TW) %{_mandir}/zh_TW/man8/groupmod.8*
451 %lang(zh_TW) %{_mandir}/zh_TW/man8/useradd.8*
452 %lang(zh_TW) %{_mandir}/zh_TW/man8/userdel.8*
453 %lang(zh_TW) %{_mandir}/zh_TW/man8/usermod.8*
454
455 %files extras
456 %defattr(644,root,root,755)
457 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chfn
458 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chsh
459 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chfn.allow
460 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/chsh.allow
461 %attr(755,root,root) %{_bindir}/chage
462 %attr(4755,root,root) %{_bindir}/chfn
463 %attr(4755,root,root) %{_bindir}/chsh
464 %attr(4755,root,root) %{_bindir}/expiry
465 %attr(4755,root,root) %{_bindir}/gpasswd
466 %attr(755,root,root) %{_bindir}/newgrp
467 %attr(755,root,root) %{_bindir}/sg
468 %attr(755,root,root) %{_sbindir}/newusers
469
470 %{_mandir}/man1/chage.1*
471 %{_mandir}/man1/chfn.1*
472 %{_mandir}/man1/chsh.1*
473 %{_mandir}/man1/expiry.1*
474 %{_mandir}/man1/gpasswd.1*
475 %{_mandir}/man1/newgrp.1*
476 %{_mandir}/man1/sg.1*
477 %{_mandir}/man8/newusers.8*
478
479 %lang(cs) %{_mandir}/cs/man1/expiry.1*
480 %lang(cs) %{_mandir}/cs/man1/gpasswd.1*
481
482 %lang(de) %{_mandir}/de/man1/chfn.1*
483 %lang(de) %{_mandir}/de/man1/chsh.1*
484 %lang(de) %{_mandir}/de/man1/newgrp.1*
485
486 %lang(es) %{_mandir}/es/man1/newgrp.1*
487
488 %lang(fi) %{_mandir}/fi/man1/chfn.1*
489 %lang(fi) %{_mandir}/fi/man1/chsh.1*
490
491 %lang(fr) %{_mandir}/fr/man1/chage.1*
492 %lang(fr) %{_mandir}/fr/man1/chfn.1*
493 %lang(fr) %{_mandir}/fr/man1/chsh.1*
494 %lang(fr) %{_mandir}/fr/man1/expiry.1*
495 %lang(fr) %{_mandir}/fr/man1/gpasswd.1*
496 %lang(fr) %{_mandir}/fr/man1/newgrp.1*
497 %lang(fr) %{_mandir}/fr/man1/sg.1*
498 %lang(fr) %{_mandir}/fr/man8/newusers.8*
499
500 %lang(hu) %{_mandir}/hu/man1/chsh.1*
501 %lang(hu) %{_mandir}/hu/man1/gpasswd.1*
502 %lang(hu) %{_mandir}/hu/man1/newgrp.1*
503 %lang(hu) %{_mandir}/hu/man1/sg.1*
504 %lang(hu) %{_mandir}/hu/man5/passwd.5*
505 %lang(hu) %{_mandir}/hu/man8/lastlog.8*
506
507 # language missing in mandir (FHS pkg)
508 %lang(id) %{_mandir}/id/man1/chsh.1*
509
510 %lang(it) %{_mandir}/it/man1/chage.1*
511 %lang(it) %{_mandir}/it/man1/chfn.1*
512 %lang(it) %{_mandir}/it/man1/chsh.1*
513 %lang(it) %{_mandir}/it/man1/expiry.1*
514 %lang(it) %{_mandir}/it/man1/gpasswd.1*
515 %lang(it) %{_mandir}/it/man1/newgrp.1*
516 %lang(it) %{_mandir}/it/man1/sg.1*
517 %lang(it) %{_mandir}/it/man5/faillog.5*
518 %lang(it) %{_mandir}/it/man8/chpasswd.8*
519 %lang(it) %{_mandir}/it/man8/faillog.8*
520 %lang(it) %{_mandir}/it/man8/newusers.8*
521 %lang(it) %{_mandir}/it/man8/pwck.8*
522
523 %lang(ja) %{_mandir}/ja/man1/chage.1*
524 %lang(ja) %{_mandir}/ja/man1/chfn.1*
525 %lang(ja) %{_mandir}/ja/man1/chsh.1*
526 %lang(ja) %{_mandir}/ja/man1/expiry.1*
527 %lang(ja) %{_mandir}/ja/man1/gpasswd.1*
528 %lang(ja) %{_mandir}/ja/man1/newgrp.1*
529 %lang(ja) %{_mandir}/ja/man1/sg.1*
530 %lang(ja) %{_mandir}/ja/man8/chpasswd.8*
531 %lang(ja) %{_mandir}/ja/man8/newusers.8*
532
533 %lang(ko) %{_mandir}/ko/man1/chfn.1*
534 %lang(ko) %{_mandir}/ko/man1/chsh.1*
535 # missing in tarball
536 #%lang(ko) %{_mandir}/ko/man1/newgrp.1*
537 %lang(ko) %{_mandir}/ko/man1/sg.1*
538
539 %lang(ru) %{_mandir}/ru/man1/chage.1*
540 %lang(ru) %{_mandir}/ru/man1/chfn.1*
541 %lang(ru) %{_mandir}/ru/man1/chsh.1*
542 %lang(ru) %{_mandir}/ru/man1/expiry.1*
543 %lang(ru) %{_mandir}/ru/man1/gpasswd.1*
544 %lang(ru) %{_mandir}/ru/man1/newgrp.1*
545 %lang(ru) %{_mandir}/ru/man1/sg.1*
546 %lang(ru) %{_mandir}/ru/man8/newusers.8*
547
548 %lang(pl) %{_mandir}/pl/man1/chage.1*
549 %lang(pl) %{_mandir}/pl/man1/chfn.1*
550 %lang(pl) %{_mandir}/pl/man1/chsh.1*
551 %lang(pl) %{_mandir}/pl/man1/expiry.1*
552 %lang(pl) %{_mandir}/pl/man1/gpasswd.1*
553 %lang(pl) %{_mandir}/pl/man1/newgrp.1*
554 %lang(pl) %{_mandir}/pl/man1/sg.1*
555 %lang(pl) %{_mandir}/pl/man8/chpasswd.8*
556 %lang(pl) %{_mandir}/pl/man8/newusers.8*
557
558 %lang(pt_BR) %{_mandir}/pt_BR/man1/gpasswd.1*
559
560 %lang(tr) %{_mandir}/tr/man1/chage.1*
561 %lang(tr) %{_mandir}/tr/man1/chfn.1*
562
563 %lang(zh_CN) %{_mandir}/zh_CN/man1/chfn.1*
564 %lang(zh_CN) %{_mandir}/zh_CN/man1/chsh.1*
565 %lang(zh_CN) %{_mandir}/zh_CN/man1/newgrp.1*
566 %lang(zh_CN) %{_mandir}/zh_CN/man5/passwd.5*
567
568 %lang(zh_TW) %{_mandir}/zh_TW/man1/chfn.1*
569 %lang(zh_TW) %{_mandir}/zh_TW/man1/chsh.1*
570 %lang(zh_TW) %{_mandir}/zh_TW/man1/newgrp.1*
571 %lang(zh_TW) %{_mandir}/zh_TW/man5/passwd.5*
572 %lang(zh_TW) %{_mandir}/zh_TW/man8/chpasswd.8*
This page took 0.178887 seconds and 4 git commands to generate.