From 370a197c2b1c1d634f2b947aac50f340a57e18fd Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Jul 16 2010 11:09:58 +0000 Subject: - Get rid of passwd(1). it has been shipped in passwd package now. (ref. #611692) --- diff --git a/man-pages-ja.spec b/man-pages-ja.spec index a617230..af7559b 100644 --- a/man-pages-ja.spec +++ b/man-pages-ja.spec @@ -1,6 +1,6 @@ Name: man-pages-ja Version: 20100415 -Release: 2%{?dist} +Release: 3%{?dist} # Actual license for each Japanese manpages is the same to the original English manpages' license. License: Freely redistributable without restriction BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -78,7 +78,7 @@ rm -fr $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT sh ./installman.sh -rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man1/{chage.1,gpasswd.1,sg.1,apropos.1,man.1,whatis.1,newgrp.1}* +rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man1/{chage.1,gpasswd.1,sg.1,apropos.1,man.1,whatis.1,newgrp.1,passwd.1}* rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man5/{faillog.5,shadow.5,login.defs.5}* rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man8/{adduser.8,chpasswd.8,faillog.8,groupadd.8,groupdel.8,groupmod.8,grpck.8,grpconv.8,grpunconv.8,lastlog.8,newusers.8,pwck.8,pwconv.8,pwunconv.8,rpm2cpio.8,useradd.8,userdel.8,usermod.8,vipw.8}* rm -f $RPM_BUILD_ROOT%{_mandir}/ja/man8/{rpmgraph,rpmcache,rpmbuild,rpm,vigr}.8* @@ -135,6 +135,10 @@ rm -fr $RPM_BUILD_ROOT %changelog +* Fri Jul 16 2010 Akira TAGOH - 20100415-3 +- Get rid of passwd(1). it has been shipped in passwd package now. + (ref. #611692) + * Mon Jul 5 2010 Akira TAGOH - 20100415-2 - Update less(1) to add a description of a command '&pattern'.