SPECS (AC-branch): shadow.spec - lastlog removed (in SysVinit now)...

glen glen at pld-linux.org
Tue Nov 13 12:55:40 CET 2007


Author: glen                         Date: Tue Nov 13 11:55:40 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- lastlog removed (in SysVinit now); rel 4

---- Files affected:
SPECS:
   shadow.spec (1.100.4.1 -> 1.100.4.2) 

---- Diffs:

================================================================
Index: SPECS/shadow.spec
diff -u SPECS/shadow.spec:1.100.4.1 SPECS/shadow.spec:1.100.4.2
--- SPECS/shadow.spec:1.100.4.1	Wed Dec  6 19:10:39 2006
+++ SPECS/shadow.spec	Tue Nov 13 12:55:34 2007
@@ -13,7 +13,7 @@
 Summary(pt_BR):	Utilitários para o arquivo de senhas Shadow
 Name:		shadow
 Version:	4.0.4.1
-Release:	4
+Release:	5
 Epoch:		1
 License:	BSD
 Group:		Applications/System
@@ -49,6 +49,7 @@
 Provides:	shadow-utils
 Obsoletes:	passwd
 Obsoletes:	shadow-utils
+Conflicts:	SysVinit < 2.86-10
 Conflicts:	pwdutils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,7 +62,6 @@
    current directory called npasswd that is a standard UNIX password
    file,
  - pwck - checks the integrity of the password and shadow files,
- - lastlog - prints out the last login times of all users,
  - useradd, userdel, usermod - for accounts management,
  - groupadd, groupdel, groupmod - for group management.
 
@@ -77,9 +77,9 @@
    padrón UNIX de contraseña,
  - pwck - chequea la integridad de la contraseña y de los archivos
    shadow,
- - lastlog enseña el último momento de login de todos los usuarios.
-   Están también incluidas, en general, varias páginas de manual sobre
-   estos utilitarios y contraseñas shadow.
+
+Están también incluidas, en general, varias páginas de manual sobre estos
+utilitarios y contraseñas shadow.
 
 %description -l pl
 Pakiet zawiera programy do obs³ugi mechanizmu ukrytych hase³ (shadow
@@ -90,7 +90,6 @@
  - pwunconv - konwertuje z shadow password do formatu standardowego
    pliku hase³. W bie¿±cym katalogu tworzy plik npasswd bêd±cy
    standardowym plikiem z has³ami,
- - lastlog - wy¶wietla czas logowania u¿ytkowników,
  - useradd, userdel, usermod - do zarz±dzania kontami u¿ytkowników,
  - groupadd, groupdel, groupmod - do zarz±dzania grupami.
 
@@ -108,7 +107,6 @@
    diretório corrente chamado npasswd que é o arquivo-padrão UNIX de
    senha,
  - pwck - checa a integridade da senha e dos arquivos shadow,
- - lastlog - mostra o último momento de login de todos os usuários.
 
 Várias páginas de manual estão também incluídas sobre estes
 utilitários e senhas shadow em geral.
@@ -185,6 +183,9 @@
 echo '.so newgrp.1' > $RPM_BUILD_ROOT%{_mandir}/it/man1/sg.1
 echo '.so newgrp.1' > $RPM_BUILD_ROOT%{_mandir}/ko/man1/sg.1
 
+# lastlog now in SysVinit
+rm -f $RPM_BUILD_ROOT{%{_mandir}/{,pl,ja,it}/man8/lastlog.8,%{_bindir}/lastlog}
+
 %find_lang %{name}
 
 %clean
@@ -228,7 +229,6 @@
 %attr(755,root,root) %{_sbindir}/vigr
 %attr(755,root,root) %{_sbindir}/vipw
 %attr(755,root,root) %{_bindir}/faillog
-%attr(755,root,root) %{_bindir}/lastlog
 %attr(4755,root,root) %{_bindir}/passwd
 %{_mandir}/man1/passwd.1*
 %{_mandir}/man5/faillog.5*
@@ -244,7 +244,6 @@
 %{_mandir}/man8/grpck.8*
 %{_mandir}/man8/grpconv.8*
 %{_mandir}/man8/grpunconv.8*
-%{_mandir}/man8/lastlog.8*
 %{_mandir}/man8/pwck.8*
 %{_mandir}/man8/pwconv.8*
 %{_mandir}/man8/pwunconv.8*
@@ -285,7 +284,6 @@
 %lang(it) %{_mandir}/it/man8/grpck.8*
 %lang(it) %{_mandir}/it/man8/grpconv.8*
 %lang(it) %{_mandir}/it/man8/grpunconv.8*
-%lang(it) %{_mandir}/it/man8/lastlog.8*
 %lang(it) %{_mandir}/it/man8/pwconv.8*
 %lang(it) %{_mandir}/it/man8/pwunconv.8*
 %lang(it) %{_mandir}/it/man8/useradd.8*
@@ -308,7 +306,6 @@
 %lang(ja) %{_mandir}/ja/man8/grpck.8*
 %lang(ja) %{_mandir}/ja/man8/grpconv.8*
 %lang(ja) %{_mandir}/ja/man8/grpunconv.8*
-%lang(ja) %{_mandir}/ja/man8/lastlog.8*
 %lang(ja) %{_mandir}/ja/man8/pwck.8*
 %lang(ja) %{_mandir}/ja/man8/pwconv.8*
 %lang(ja) %{_mandir}/ja/man8/pwunconv.8*
@@ -334,7 +331,6 @@
 %lang(pl) %{_mandir}/pl/man8/grpck.8*
 %lang(pl) %{_mandir}/pl/man8/grpconv.8*
 %lang(pl) %{_mandir}/pl/man8/grpunconv.8*
-%lang(pl) %{_mandir}/pl/man8/lastlog.8*
 %lang(pl) %{_mandir}/pl/man8/pwck.8*
 %lang(pl) %{_mandir}/pl/man8/pwconv.8*
 %lang(pl) %{_mandir}/pl/man8/pwunconv.8*
@@ -480,6 +476,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100.4.2  2007-11-13 11:55:34  glen
+- lastlog removed (in SysVinit now); rel 4
+
 Revision 1.100.4.1  2006-12-06 18:10:39  baggins
 - release 4
 - fixed pam configs for chsh and chfn
@@ -816,39 +815,3 @@
 Revision 1.12  1999/07/12 23:06:14  kloczek
 - added using CVS keywords in %changelog (for automating them).
 
-* Mon Jun 21 1999 Jan Rêkorajski <baggins at pld.org.pl>
-  [19990307-3]
-- added pam-userdb patch for rebuilding /var/db database
-  after chage, chpasswd, user/group add/del/mod
-
-* Tue May 18 1999 Wojtek ¦lusarczyk <wojtek at shadow.eu.org>
-  [19990307-1]
-- updated to latest version,
-- removed old patches,
-- %ghost /etc/shadow,
-- FHS 2.0 && Unix98 changes,
-- prepare for 1.0 PLD Linux ...
-
-* Tue Feb 02 1999 Wojtek ¦lusarczyk <wojtek at shadow.eu.org>
-  [981228-1d]
-- updated to 981228,
-- compressed documentation && man pages
-- added Group(pl).
-
-* Fri Oct 09 1998 Wojtek ¦lusarczyk <wojtek at shadow.eu.org>
-  [980724-1d]
-- build against PLD Tornado,
-- restricted files permissions,
-- removed adduser,
-- renamed invalid package name to shadow,
-- added %postin scripts,
-- fixed pl translation,
-- minor changes.
-
-* Tue Sep 1 1998 Konrad Stêpieñ <konrad at interdata.com.pl>
-- modify to build non-root,
-- change mkdir to install -d,
-- %attr makros,
-- translations for pl,
-- update source URL,
-- start at RH  spec file.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/shadow.spec?r1=1.100.4.1&r2=1.100.4.2&f=u



More information about the pld-cvs-commit mailing list