|
@@ -2,9 +2,11 @@ Summary: Displays the users logged into machines on the local network.
|
|
Summary(ja): ローカルネットワーク上のマシンにログインしたユーザを表示する
|
|
Summary(ja): ローカルネットワーク上のマシンにログインしたユーザを表示する
|
|
Name: rusers
|
|
Name: rusers
|
|
Version: 0.17
|
|
Version: 0.17
|
|
-Release: 47%{?_dist_release}
|
|
|
|
|
|
+Release: 48%{?_dist_release}
|
|
|
|
+
|
|
License: BSD
|
|
License: BSD
|
|
Group: Applications/Internet
|
|
Group: Applications/Internet
|
|
|
|
+
|
|
Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-rusers-%{version}.tar.gz
|
|
Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit-devel/netkit-rusers-%{version}.tar.gz
|
|
Source1: rusersd.init
|
|
Source1: rusersd.init
|
|
Source2: rstatd.tar.gz
|
|
Source2: rstatd.tar.gz
|
|
@@ -23,6 +25,11 @@ Patch10: netkit-rusers-0.17-procps.patch
|
|
Patch11: netkit-rusers-0.17-rup-stack.patch
|
|
Patch11: netkit-rusers-0.17-rup-stack.patch
|
|
Patch12: netkit-rusers-0.17-bigendian.patch
|
|
Patch12: netkit-rusers-0.17-bigendian.patch
|
|
Patch13: netkit-rusers-0.17-return.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
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: procps
|
|
BuildRequires: procps
|
|
|
|
|
|
@@ -50,7 +57,7 @@ Summary: Server for the rusers protocol.
|
|
Summary(ja): rusers プロトコルのサーバ
|
|
Summary(ja): rusers プロトコルのサーバ
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
#Prereq: /sbin/chkconfig /etc/init.d
|
|
#Prereq: /sbin/chkconfig /etc/init.d
|
|
-Prereq: /sbin/chkconfig
|
|
|
|
|
|
+Requires(pre): /sbin/chkconfig
|
|
Requires: portmap
|
|
Requires: portmap
|
|
|
|
|
|
|
|
|
|
@@ -92,6 +99,9 @@ who に似た出力をしますが,引数で指定したホストあるいは
|
|
%patch11 -p1 -b .rup-stack
|
|
%patch11 -p1 -b .rup-stack
|
|
%patch12 -p1 -b .bigendian
|
|
%patch12 -p1 -b .bigendian
|
|
%patch13 -p1 -b .return
|
|
%patch13 -p1 -b .return
|
|
|
|
+%patch14 -p1 -b .procdiskstats
|
|
|
|
+%patch15 -p1 -b .dropprivs
|
|
|
|
+%patch16 -p1 -b .licensefix
|
|
|
|
|
|
%build
|
|
%build
|
|
sh configure
|
|
sh configure
|
|
@@ -139,6 +149,7 @@ fi
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
|
|
+%doc README
|
|
%{_bindir}/rup
|
|
%{_bindir}/rup
|
|
%{_bindir}/rusers
|
|
%{_bindir}/rusers
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
@@ -153,6 +164,19 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 0.17-47vl5
|
|
- applied new versioning policy, spec in utf-8
|
|
- applied new versioning policy, spec in utf-8
|
|
|
|
|