Browse Source

update: rusers, rwho

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3756 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 13 years ago
parent
commit
f4e2d6a63d
2 changed files with 35 additions and 4 deletions
  1. 26 2
      r/rusers/rusers-vl.spec
  2. 9 2
      r/rwho/rwho-vl.spec

+ 26 - 2
r/rusers/rusers-vl.spec

@@ -2,9 +2,11 @@ Summary:     Displays the users logged into machines on the local network.
 Summary(ja): ローカルネットワーク上のマシンにログインしたユーザを表示する
 Name: rusers
 Version: 0.17
-Release: 47%{?_dist_release}
+Release: 48%{?_dist_release}
+
 License: BSD
 Group: Applications/Internet
+
 Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-rusers-%{version}.tar.gz
 Source1: rusersd.init
 Source2: rstatd.tar.gz
@@ -23,6 +25,11 @@ Patch10: netkit-rusers-0.17-procps.patch
 Patch11: netkit-rusers-0.17-rup-stack.patch
 Patch12: netkit-rusers-0.17-bigendian.patch
 Patch13: netkit-rusers-0.17-return.patch
+Patch14: netkit-rusers-0.17-procdiskstats.patch
+Patch15: netkit-rusers-0.17-rusersd-droppriv.patch
+# Oracle explicitly gave permission for this relicensing on August 18, 2010.
+Patch16: netkit-rusers-0.17-new-rpc-license.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: procps
 
@@ -50,7 +57,7 @@ Summary: Server for the rusers protocol.
 Summary(ja): rusers プロトコルのサーバ
 Group: System Environment/Daemons
 #Prereq: /sbin/chkconfig /etc/init.d
-Prereq: /sbin/chkconfig
+Requires(pre): /sbin/chkconfig
 Requires: portmap
 
 
@@ -92,6 +99,9 @@ who に似た出力をしますが,引数で指定したホストあるいは
 %patch11 -p1 -b .rup-stack
 %patch12 -p1 -b .bigendian
 %patch13 -p1 -b .return
+%patch14 -p1 -b .procdiskstats
+%patch15 -p1 -b .dropprivs
+%patch16 -p1 -b .licensefix
 
 %build
 sh configure
@@ -139,6 +149,7 @@ fi
 
 %files
 %defattr(-,root,root)
+%doc README
 %{_bindir}/rup
 %{_bindir}/rusers
 %{_mandir}/man1/*
@@ -153,6 +164,19 @@ fi
 
 
 %changelog
+* Sun May  1 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.17-48
+- rebuilt with current VineSeed
+- added Patch 14, 15 and 16 from FC
+  * Thu Aug 26 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 0.17-60
+  - replace SunRPC license with BSD (thanks to Oracle)
+  * Sat Sep 15 2007 Steve Dickson <steved@redaht.com> 0.17-51
+  - Removed portmap dependency and re-worked when the user
+    privilege are drop; allowing port registration with
+    rpcbind. (#247985)
+  * Wed Aug 09 2006 Phil Knirsch <pknirsch@redhat.com> 0.17-47
+  - Modified the RHEL3 procpartitions patch to work on recent 2.6 
+    kernels (#201839)
+
 * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.17-47vl5
 - applied new versioning policy, spec in utf-8
 

+ 9 - 2
r/rwho/rwho-vl.spec

@@ -2,9 +2,11 @@ Summary:     Displays who is logged in to local network machines.
 Summary(ja): ローカルネットワーク機に誰がログインしているか表示する
 Name: rwho
 Version: 0.17
-Release: 26%{?_dist_release}
+Release: 27%{?_dist_release}
+
 License: BSD
 Group: Applications/Internet
+
 Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-rwho-%{version}.tar.gz
 Source1: rwhod.init
 Patch0: netkit-rwho-0.15-alpha.patch
@@ -17,9 +19,10 @@ Patch6: netkit-rwho-0.17-wd_we.patch
 Patch7: netkit-rwho-0.17-time.patch
 Patch8: netkit-rwho-0.17-gcc4.patch
 Patch9: netkit-rwho-0.17-getloadavg.patch
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 #Requires: /sbin/chkconfig /etc/init.d
 Requires: /sbin/chkconfig
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 
 %description
@@ -91,6 +94,7 @@ fi
 
 %files
 %defattr(-,root,root)
+%doc README
 %{_bindir}/ruptime
 %{_mandir}/man1/ruptime.1*
 %{_bindir}/rwho
@@ -103,6 +107,9 @@ fi
 
 
 %changelog
+* Sun May  1 2011 Shu KONNO <owa@bg.wakwak.com> 0.17-27
+- rebuilt with current VineSeed
+
 * Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.17-26vl5
 - added netkit-rwho-0.17-getloadavg.patch
 - applied new versioning policy, spec in utf-8