2007-03-01 12:30:38 +00:00
|
|
|
Summary: Utilities for managing processes on your system
|
2004-09-09 10:47:38 +00:00
|
|
|
Name: psmisc
|
2012-10-08 18:09:09 +00:00
|
|
|
Version: 22.20
|
2013-10-08 15:02:27 +00:00
|
|
|
Release: 4%{?dist}
|
2008-08-29 19:50:01 +00:00
|
|
|
License: GPLv2+
|
2004-09-09 10:47:38 +00:00
|
|
|
Group: Applications/System
|
2009-05-11 08:36:27 +00:00
|
|
|
URL: http://sourceforge.net/projects/psmisc
|
2006-07-19 22:10:54 +00:00
|
|
|
|
2013-07-30 17:33:42 +00:00
|
|
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
2004-09-09 10:47:38 +00:00
|
|
|
|
2011-07-19 14:31:33 +00:00
|
|
|
#The following has been reworked by upstream in a different way ... we'll see
|
|
|
|
#Patch1: psmisc-22.13-fuser-silent.patch
|
2010-10-14 13:51:33 +00:00
|
|
|
|
2012-10-08 18:09:09 +00:00
|
|
|
# Patch sent upstream 2012-10-08.
|
|
|
|
Patch2: psmisc-22.20-fix-selinux-in-pstree.patch
|
|
|
|
|
2013-07-30 17:33:42 +00:00
|
|
|
Patch3: psmisc-22.20-RH-man-page-scan.patch
|
|
|
|
|
2013-10-08 15:02:27 +00:00
|
|
|
Patch4: pstree-introduce-support-for-namespaces.patch
|
|
|
|
Patch5: pstree-introduce-namespace-transition-information.patch
|
2013-07-30 17:33:42 +00:00
|
|
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: autoconf automake
|
|
|
|
|
|
|
|
|
2004-09-09 10:47:38 +00:00
|
|
|
%description
|
|
|
|
The psmisc package contains utilities for managing processes on your
|
|
|
|
system: pstree, killall and fuser. The pstree command displays a tree
|
|
|
|
structure of all of the running processes on your system. The killall
|
|
|
|
command sends a specified signal (SIGTERM if nothing is specified) to
|
|
|
|
processes identified by name. The fuser command identifies the PIDs
|
|
|
|
of processes that are using specified files or filesystems.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 10:47:58 +00:00
|
|
|
%setup -q
|
2004-09-09 10:48:56 +00:00
|
|
|
|
2012-10-08 18:09:09 +00:00
|
|
|
%patch2 -p1
|
2013-07-30 17:33:42 +00:00
|
|
|
%patch3 -p1
|
2013-10-08 15:02:27 +00:00
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
2012-10-08 18:09:09 +00:00
|
|
|
|
2005-09-08 11:59:39 +00:00
|
|
|
%build
|
2008-08-29 20:19:33 +00:00
|
|
|
%configure --prefix=%{_prefix} --enable-selinux
|
2007-03-01 14:58:08 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 10:47:38 +00:00
|
|
|
|
|
|
|
%install
|
2004-09-09 10:53:39 +00:00
|
|
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
2004-09-09 10:49:43 +00:00
|
|
|
|
2004-09-09 10:47:38 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
2004-09-09 10:49:43 +00:00
|
|
|
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
|
|
|
|
|
2004-09-09 10:48:51 +00:00
|
|
|
%find_lang %name
|
2004-09-09 10:47:38 +00:00
|
|
|
|
2004-09-09 10:49:43 +00:00
|
|
|
%files -f %{name}.lang
|
2004-09-09 10:47:38 +00:00
|
|
|
/sbin/fuser
|
2004-09-09 10:49:43 +00:00
|
|
|
%{_bindir}/killall
|
|
|
|
%{_bindir}/pstree
|
2004-09-09 10:53:39 +00:00
|
|
|
%{_bindir}/pstree.x11
|
2010-05-25 12:47:24 +00:00
|
|
|
%{_bindir}/prtstat
|
2004-09-09 10:47:38 +00:00
|
|
|
%{_mandir}/man1/fuser.1*
|
|
|
|
%{_mandir}/man1/killall.1*
|
|
|
|
%{_mandir}/man1/pstree.1*
|
2010-05-25 12:47:24 +00:00
|
|
|
%{_mandir}/man1/prtstat.1*
|
2010-10-19 12:46:49 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ppc64 %{arm} mipsel
|
2007-06-07 08:16:15 +00:00
|
|
|
%{_bindir}/peekfd
|
2010-10-19 12:46:49 +00:00
|
|
|
%endif
|
2007-06-06 14:06:56 +00:00
|
|
|
%{_mandir}/man1/peekfd.1*
|
2010-05-25 12:47:24 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING README
|
2004-09-09 10:47:38 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-10-08 15:02:27 +00:00
|
|
|
* Tue Sep 17 2013 Aristeu Rozanski <aris@redhat.com> - 22.20-4
|
|
|
|
- Introducing namespaces support (#1016259)
|
|
|
|
|
2013-07-30 17:33:42 +00:00
|
|
|
* Tue Jul 30 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-3
|
|
|
|
- RH man page scan (#948524)
|
|
|
|
|
2013-02-14 18:27:39 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.20-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-08 18:09:09 +00:00
|
|
|
* Mon Oct 08 2012 Richard W.M. Jones <rjones@redhat.com> 22.20-1
|
|
|
|
- Update to 22.20.
|
|
|
|
Contains a fix for: http://sourceforge.net/p/psmisc/bugs/53/
|
|
|
|
- Fix src/pstree.c when SELinux is available.
|
|
|
|
|
2012-07-21 03:22:57 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.19-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-28 11:39:11 +00:00
|
|
|
* Thu Jun 28 2012 Jaromir Capik <jcapik@redhat.com> 22.19-1
|
|
|
|
- Update to 22.19 (#828244)
|
|
|
|
|
2012-03-12 15:45:08 +00:00
|
|
|
* Mon Mar 12 2012 Jaromir Capik <jcapik@redhat.com> 22.16-1
|
|
|
|
- Update to 22.16
|
|
|
|
|
2012-01-27 19:05:10 +00:00
|
|
|
* Fri Jan 27 2012 Jaromir Capik <jcapik@redhat.com> 22.15-1
|
|
|
|
- Update to 22.15
|
|
|
|
|
2012-01-14 01:16:53 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-19 14:31:33 +00:00
|
|
|
* Tue Jul 19 2011 Jaromir Capik <jcapik@redhat.com> 22.14-1
|
|
|
|
- Update to 22.14
|
|
|
|
|
2011-02-09 17:08:07 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.13-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-27 09:36:06 +00:00
|
|
|
* Thu Jan 27 2011 Jan Görig <jgorig@redhat.com> 22.13-7
|
|
|
|
- fix #671135 - peekfd utility doesn't work on ppc64 architecture
|
|
|
|
|
2011-01-07 14:35:23 +00:00
|
|
|
* Fri Jan 7 2011 Jan Görig <jgorig@redhat.com> 22.13-6
|
|
|
|
- fix #666213 - uninitialized memory leading to `killall -g name` failure
|
|
|
|
|
2010-11-16 15:20:30 +00:00
|
|
|
* Tue Nov 16 2010 Jan Görig <jgorig@redhat.com> 22.13-5
|
|
|
|
- fix #651794 - incorrect exit code of fuser -m -s
|
|
|
|
|
2010-10-19 12:46:49 +00:00
|
|
|
* Tue Oct 19 2010 Dan Horák <dan[at]danny.cz> 22.13-4
|
|
|
|
- peekfd still exists only on selected architectures
|
|
|
|
|
2010-10-14 13:51:33 +00:00
|
|
|
* Thu Oct 14 2010 Jan Görig <jgorig@redhat.com> 22.13-3
|
|
|
|
- fix #642800 - peekfd regression
|
|
|
|
|
2010-09-29 22:06:58 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 22.13-2
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-16 09:04:23 +00:00
|
|
|
* Thu Sep 16 2010 Jan Görig <jgorig@redhat.com> 22.13-1
|
|
|
|
- updated to new upstream version
|
|
|
|
- removed unused patch
|
|
|
|
- peekfd should work on all architectures now
|
|
|
|
- spec cleanups
|
|
|
|
|
2010-05-25 12:47:24 +00:00
|
|
|
* Mon May 25 2010 Jan Görig <jgorig@redhat.com> 22.10-1
|
|
|
|
- update to new upstream version
|
|
|
|
- remove unused patches
|
|
|
|
- docs are now in package
|
|
|
|
|
2010-05-18 12:13:52 +00:00
|
|
|
* Tue May 18 2010 Daniel Novotny <dnovotny@redhat.com> 22.6-14
|
|
|
|
- fix #588322 - fuser'ing a non-existent file yields two error messages
|
|
|
|
|
2009-08-04 23:50:56 +00:00
|
|
|
* Wed Aug 05 2009 Lubomir Rintel <lkundrak@v3.sk> - 22.6-13
|
|
|
|
- Fix a buffer overflow
|
|
|
|
|
2009-07-26 19:35:10 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-11 08:36:27 +00:00
|
|
|
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 22.6-11
|
|
|
|
- merge review (#226322): a few .spec changes
|
|
|
|
|
2009-04-23 10:46:06 +00:00
|
|
|
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
|
|
|
|
- fix #497303 - fuser -m <dev> doesn't work after lazy unmount
|
|
|
|
|
2009-02-27 02:45:40 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.6-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-08-29 20:19:33 +00:00
|
|
|
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-8
|
|
|
|
- fix package so it builds again
|
|
|
|
|
2008-08-29 19:50:01 +00:00
|
|
|
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-7
|
|
|
|
- fix license tag
|
|
|
|
|
2008-04-14 12:02:55 +00:00
|
|
|
* Mon Apr 14 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-6
|
|
|
|
- fix #441871 - pstree fails to show most processes;
|
|
|
|
patch by Emil Jerabek
|
|
|
|
|
2008-04-07 10:34:10 +00:00
|
|
|
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-5
|
|
|
|
- fix configure.ac to include all the required headers for peekfd
|
|
|
|
- remove kernel-headers again -- not needed in rawhide
|
|
|
|
|
2008-04-07 09:15:49 +00:00
|
|
|
* Mon Apr 07 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-4
|
|
|
|
- fix #440762 - add kernel-headers to build reuqirements
|
2008-04-03 08:45:38 +00:00
|
|
|
|
2008-02-12 07:59:38 +00:00
|
|
|
* Tue Feb 12 2008 Tomas Smetana <tsmetana@redhat.com> 22.6-3
|
|
|
|
- rebuild (gcc-4.3)
|
|
|
|
|
2007-12-10 12:44:39 +00:00
|
|
|
* Mon Dec 10 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-2
|
|
|
|
- fix #417801 - exclude peekfd on secondary architectures
|
|
|
|
|
2007-12-03 11:12:23 +00:00
|
|
|
* Mon Dec 03 2007 Tomas Smetana <tsmetana@redhat.com> 22.6-1
|
|
|
|
- update to new upstream version
|
|
|
|
|
2007-08-29 06:34:59 +00:00
|
|
|
* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-2
|
|
|
|
- rebuild (because of BuildID)
|
|
|
|
|
2007-06-07 09:22:37 +00:00
|
|
|
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.2
|
|
|
|
- exclude peekfd manpage on non-x86 archs
|
|
|
|
|
2007-06-07 08:16:15 +00:00
|
|
|
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2007-06-06 14:06:56 +00:00
|
|
|
* Wed Jun 06 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1
|
|
|
|
- update to new upstream version
|
|
|
|
|
2007-04-02 11:41:12 +00:00
|
|
|
* Thu Mar 1 2007 Karel Zak <kzak@redhat.com> 22.3-2
|
|
|
|
- fix #214214 - killall <path> misbehavior (prelink, etc)
|
|
|
|
|
2007-03-01 12:30:38 +00:00
|
|
|
* Thu Mar 1 2007 Karel Zak <kzak@redhat.com> 22.3-1
|
|
|
|
- update to upstream 22.3
|
|
|
|
- backport ipv6 bugfix from upstream CVS
|
|
|
|
- clean up spec file
|
|
|
|
|
2006-07-19 22:10:54 +00:00
|
|
|
* Wed Jul 19 2006 Karel Zak <kzak@redhat.com> - 22.2-5
|
|
|
|
- spec file cleanup & rebuild
|
|
|
|
|
2006-07-18 00:04:31 +00:00
|
|
|
* Mon Jul 17 2006 Jesse Keating <jkeating@redhat.com> - 22.2-4
|
2006-07-12 07:53:42 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-05-17 12:15:57 +00:00
|
|
|
* Wed May 17 2006 Karel Zak <kzak@redhat.com> 22.2-2
|
|
|
|
- add BuildRequires: gettext-devel
|
|
|
|
- sync with upstream
|
|
|
|
|
|
|
|
* Wed Mar 22 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-03-07 21:53:59 +00:00
|
|
|
* Tue Mar 7 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1
|
|
|
|
- update to new upstream CVS version
|
|
|
|
- enable new fuser version
|
|
|
|
- fix fuser return code
|
|
|
|
- fix #183897 - "pstree -a" call results in segmentation fault
|
|
|
|
|
2006-02-11 05:18:45 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:37:49 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:42:49 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-30 22:49:34 +00:00
|
|
|
* Wed Nov 30 2005 Karel Zak <kzak@redhat.com> 21.8-1
|
|
|
|
- fix #174585 - killall crashes on long variable name
|
2005-11-30 23:02:46 +00:00
|
|
|
- spec file cleanup
|
2005-11-30 22:49:34 +00:00
|
|
|
|
2005-10-05 09:30:40 +00:00
|
|
|
* Wed Oct 5 2005 Karel Zak <kzak@redhat.com> 21.7-1.cvs20051005
|
|
|
|
- sync with upstream CVS
|
|
|
|
- use old version of fuser
|
|
|
|
|
2005-09-08 11:59:39 +00:00
|
|
|
* Thu Sep 8 2005 Karel Zak <kzak@redhat.com> 21.6-1
|
|
|
|
- sync with upstream release 21.6
|
|
|
|
- cleanup selinux patch
|
|
|
|
- fix #165167 - buffer overflow detected in fuser
|
|
|
|
|
2005-03-05 15:15:38 +00:00
|
|
|
* Sat Mar 5 2005 Karel Zak <kzak@redhat.com> 21.5-4
|
|
|
|
- fixed problem with perl expression in the build .spec section
|
|
|
|
|
2005-03-05 12:03:45 +00:00
|
|
|
* Sat Mar 5 2005 Karel Zak <kzak@redhat.com> 21.5-3
|
|
|
|
- rebuilt
|
|
|
|
|
2004-12-14 12:54:07 +00:00
|
|
|
* Tue Dec 14 2004 Karel Zak <kzak@redhat.com> 21.5-2
|
|
|
|
- use other way for psmisc-21.5-term.patch
|
|
|
|
|
2004-12-13 17:41:13 +00:00
|
|
|
* Mon Dec 13 2004 Karel Zak <kzak@redhat.com> 21.5-1
|
|
|
|
- Updated to new upstream version 21.5
|
|
|
|
- Ported SELinux patch forward as psmisc-21.5-selinux.patch
|
|
|
|
- Added psmisc-21.5-term.patch that fix termcap.h and term.h conflicts
|
|
|
|
|
2004-09-24 15:46:51 +00:00
|
|
|
* Fri Sep 24 2004 Mike A. Harris <mharris@redhat.com> 21.4-4
|
|
|
|
- Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754)
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 21.4-3
|
2004-09-09 10:54:14 +00:00
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:53:39 +00:00
|
|
|
* Sun Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-2
|
|
|
|
- Re-enabled SELINUX support
|
|
|
|
- Removed gcc33 patch, no longer needed it seems.
|
|
|
|
|
|
|
|
* Sun Mar 15 2004 Mike A. Harris <mharris@redhat.com> 21.4-1
|
|
|
|
- Updated to new upstream version 21.4
|
|
|
|
- Ported SELinux patch forward as psmisc-21.4-redhat-selinux-psmisc.patch,
|
|
|
|
but disabled SELINUX support temporarily until other build problems are
|
|
|
|
resolved
|
|
|
|
- Remove MKINSTALLDIRS-./mkinstalldirs from "make install" as that causes the
|
|
|
|
build to fail when "./" changes. If this option is ever added back, make
|
|
|
|
it relative to $RPM_BUILD_DIR instead of ./ so that things do not break
|
|
|
|
- Added pstree.x11 to file list after rpm reported it present in buildroot but
|
|
|
|
not packaged
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 21.3-8
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 10:52:17 +00:00
|
|
|
* Mon Jan 26 2004 Dan Walsh <dwalsh@redhat.com> 21.3-7
|
|
|
|
- fix is_selinux_enabled call
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6.sel
|
|
|
|
- turn on selinux
|
|
|
|
- Hack to fix build problem on Fedora core
|
|
|
|
|
|
|
|
* Fri Sep 5 2003 Dan Walsh <dwalsh@redhat.com> 21.3-6
|
|
|
|
- turn off selinux
|
|
|
|
|
|
|
|
* Thu Aug 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-5.sel
|
|
|
|
- change flags to -Z and build for selinux
|
|
|
|
|
|
|
|
* Tue Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-4
|
|
|
|
- Remove -lsecure check from configure.
|
|
|
|
|
|
|
|
* Tue Jul 28 2003 Dan Walsh <dwalsh@redhat.com> 21.3-2
|
|
|
|
- Added SELinux patches
|
|
|
|
|
2004-09-09 10:51:12 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1.RHEL.0
|
|
|
|
- Bump to 21.3-1.RHEL.0 and rebuild for Red Hat Enterprise Linux
|
|
|
|
|
|
|
|
* Thu May 29 2003 Mike A. Harris <mharris@redhat.com> 21.3-1
|
|
|
|
- Updated to new upstream version 21.3
|
|
|
|
- Removed dead script gensig.sh
|
|
|
|
- Disabled psmisc-21.2-gcc33.patch as it is included in 21.3
|
|
|
|
|
|
|
|
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 21.2-5
|
|
|
|
- fix build with gcc 3.3
|
|
|
|
|
2004-09-09 10:49:43 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-3
|
|
|
|
- Remove pidof manpage from buildroot by adding with_pidof conditional
|
|
|
|
- _bindir cleanup
|
|
|
|
|
|
|
|
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 21.2-2
|
|
|
|
- Updated to new upstream version 21.2
|
|
|
|
- Updated Source: URL to sourceforge's current ftp area
|
|
|
|
- Fixes fuser largefile bug (#66340)
|
|
|
|
- Disable prep time sh %%{SOURCE1} >src/signames.h as the 21.2 release
|
|
|
|
fixes this already now.
|
|
|
|
|
|
|
|
* Tue Oct 8 2002 Mike A. Harris <mharris@redhat.com> 20.2-7
|
|
|
|
- All-arch rebuild
|
|
|
|
- Updated spec file with _bindir et al. fixes.
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 20.2-6
|
2004-09-09 10:49:22 +00:00
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 10:49:43 +00:00
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com> 20.2-5
|
2004-09-09 10:49:09 +00:00
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 10:48:56 +00:00
|
|
|
* Thu May 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-4
|
2007-03-01 12:30:38 +00:00
|
|
|
- Autogenerate the signal list from _includedir/bits/signum.h
|
2004-09-09 10:48:56 +00:00
|
|
|
to make sure it works on all arches and doesn't break again.
|
|
|
|
|
2005-10-05 09:30:40 +00:00
|
|
|
* Wed May 8 2002 Trond Eivind Glomsrod <teg@redhat.com> 20.2-3
|
2004-09-09 10:48:56 +00:00
|
|
|
- Fix the signal list
|
|
|
|
- Don't strip when linking
|
|
|
|
- Use a %%{_tmppath}
|
|
|
|
|
2004-09-09 10:48:51 +00:00
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue Nov 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.2-1
|
|
|
|
- 20.2
|
|
|
|
- Add patch from bug report #56186; the problem is not reproducable,
|
|
|
|
but the patch can't hurt.
|
|
|
|
|
2004-09-09 10:48:16 +00:00
|
|
|
* Sat Jul 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-2
|
|
|
|
- Add BuildRequires (#49562)
|
|
|
|
- s/Copyright/License/
|
|
|
|
- Fix license (it's actually dual-licensed BSD/GPL, not just "distributable")
|
|
|
|
|
2004-09-09 10:47:58 +00:00
|
|
|
* Wed Apr 25 2001 Bernhard Rosenkraenzer <bero@redhat.com> 20.1-1
|
|
|
|
- 20.1
|
|
|
|
|
2004-09-09 10:47:38 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- FHS man paths
|
|
|
|
- patch makefile to enable non-root builds
|
|
|
|
|
|
|
|
* Sat Feb 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- Deal with compressed man pages
|
|
|
|
|
|
|
|
* Sun Nov 21 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
- update to v19
|
|
|
|
- handle RPM_OPT_FLAGS
|
|
|
|
|
|
|
|
* Mon Sep 27 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- move fuser to /sbin
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 2)
|
|
|
|
|
|
|
|
* Sat Mar 13 1999 Michael Maher <mike@redhat.com>
|
|
|
|
- updated package
|
|
|
|
|
|
|
|
* Fri May 01 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- renamed the patch file .patch instead of .spec
|
|
|
|
|
|
|
|
* Thu Apr 09 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated to psmisc version 17
|
|
|
|
- buildrooted
|
|
|
|
|
|
|
|
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
- updated from version 11 to version 16
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
* Tue Jun 17 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|