This commit is contained in:
parent
d538949b67
commit
724f963737
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 2 00:47:14 CEST 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- needs fno-strict-aliasing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 26 16:52:09 CEST 2007 - prusnak@suse.cz
|
Thu Jul 26 16:52:09 CEST 2007 - prusnak@suse.cz
|
||||||
|
|
||||||
|
107
argus.spec
107
argus.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package argus (Version 2.0.6)
|
# spec file for package argus (Version 2.0.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,15 +10,16 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: argus
|
Name: argus
|
||||||
BuildRequires: bison flex libpcap-devel tcpd-devel tcsh
|
BuildRequires: bison flex libpcap-devel tcpd-devel tcsh
|
||||||
License: BSD 3-Clause, LGPL v2 or later
|
License: BSD 3-Clause; LGPL v2.1 or later; Restricted Shareware; X11/MIT
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Summary: Network Monitoring Tool
|
Summary: Network Monitoring Tool
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 70
|
Release: 123
|
||||||
URL: http://www.qosient.com/argus/
|
Url: http://www.qosient.com/argus/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: rc.argus
|
Source1: rc.argus
|
||||||
Source2: sysconfig.argus
|
Source2: sysconfig.argus
|
||||||
@ -28,13 +29,15 @@ Patch: %{name}-%{version}-fixes-1.patch
|
|||||||
Patch1: %{name}-%{version}-libpcap.diff
|
Patch1: %{name}-%{version}-libpcap.diff
|
||||||
Patch2: %{name}-%{version}-uninitialized.patch
|
Patch2: %{name}-%{version}-uninitialized.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package server
|
%package server
|
||||||
|
License: BSD 3-Clause; LGPL v2.1 or later; Restricted Shareware; X11/MIT
|
||||||
PreReq: %insserv_prereq %fillup_prereq
|
PreReq: %insserv_prereq %fillup_prereq
|
||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Summary: Daemon for Network Monitoring Tool
|
Summary: Daemon for Network Monitoring Tool
|
||||||
Requires: argus
|
Requires: argus
|
||||||
Provides: argus:/usr/sbin/argus
|
Provides: argus:/usr/sbin/argus
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Argus is a network monitoring tool.
|
Argus is a network monitoring tool.
|
||||||
@ -47,7 +50,6 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Carter Bullard <carter@qosient.com>
|
Carter Bullard <carter@qosient.com>
|
||||||
|
|
||||||
|
|
||||||
%description server
|
%description server
|
||||||
Daemon for Argus network monitoring tool.
|
Daemon for Argus network monitoring tool.
|
||||||
|
|
||||||
@ -66,10 +68,9 @@ cp %{S:3} .
|
|||||||
cp %{S:4} man/man8/
|
cp %{S:4} man/man8/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f bin config }
|
autoreconf -fiv
|
||||||
autoreconf -fi
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
%configure --with-pic
|
||||||
./configure --libdir=%{_libdir}
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -120,74 +121,76 @@ rm -rf %{buildroot}
|
|||||||
/var/adm/fillup-templates/sysconfig.argus
|
/var/adm/fillup-templates/sysconfig.argus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 26 2007 - prusnak@suse.cz
|
* Mon Jun 02 2008 crrodriguez@suse.de
|
||||||
|
- needs fno-strict-aliasing
|
||||||
|
* Thu Jul 26 2007 prusnak@suse.cz
|
||||||
- changed libpcap to libpcap-devel in BuildRequires
|
- changed libpcap to libpcap-devel in BuildRequires
|
||||||
* Fri Mar 30 2007 - ssommer@suse.de
|
* Fri Mar 30 2007 ssommer@suse.de
|
||||||
- add flex and bison to BuildRequires
|
- add flex and bison to BuildRequires
|
||||||
* Fri Nov 10 2006 - ro@suse.de
|
* Fri Nov 10 2006 ro@suse.de
|
||||||
- fix manpage permissions
|
- fix manpage permissions
|
||||||
* Tue Apr 04 2006 - mmarek@suse.cz
|
* Tue Apr 04 2006 mmarek@suse.cz
|
||||||
- use RPM_OPT_FLAGS
|
- use RPM_OPT_FLAGS
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 03 2006 - mmarek@suse.cz
|
* Tue Jan 03 2006 mmarek@suse.cz
|
||||||
- fixed uninitialized variable warning
|
- fixed uninitialized variable warning
|
||||||
[#137379] (uninitialized.patch)
|
[#137379] (uninitialized.patch)
|
||||||
* Thu Aug 19 2004 - postadal@suse.cz
|
* Thu Aug 19 2004 postadal@suse.cz
|
||||||
- updated to version 2.0.6 (fixes 1)
|
- updated to version 2.0.6 (fixes 1)
|
||||||
- splitted in two new (sub)packages (argus-server, argus-client)
|
- splitted in two new (sub)packages (argus-server, argus-client)
|
||||||
* Thu Mar 18 2004 - postadal@suse.cz
|
* Thu Mar 18 2004 postadal@suse.cz
|
||||||
- fixed permissions of man pages and documentation [#36325]
|
- fixed permissions of man pages and documentation [#36325]
|
||||||
* Thu Feb 12 2004 - ro@suse.de
|
* Thu Feb 12 2004 ro@suse.de
|
||||||
- adapt to change in libpcap: include moved to pcap_bpf.h
|
- adapt to change in libpcap: include moved to pcap_bpf.h
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- build as user
|
- build as user
|
||||||
* Mon Aug 25 2003 - postadal@suse.cz
|
* Mon Aug 25 2003 postadal@suse.cz
|
||||||
- modified init script
|
- modified init script
|
||||||
- added sysconfig metadata [#28836]
|
- added sysconfig metadata [#28836]
|
||||||
- use new stop_on_removal/restart_on_upate macros
|
- use new stop_on_removal/restart_on_upate macros
|
||||||
* Mon Jun 02 2003 - ro@suse.de
|
* Mon Jun 02 2003 ro@suse.de
|
||||||
- fixed rcargus symlink
|
- fixed rcargus symlink
|
||||||
* Fri Jan 03 2003 - postadal@suse.cz
|
* Fri Jan 03 2003 postadal@suse.cz
|
||||||
- added metadata in sysconfig template
|
- added metadata in sysconfig template
|
||||||
* Wed Aug 21 2002 - ro@suse.de
|
* Wed Aug 21 2002 ro@suse.de
|
||||||
- fix build on ppc64
|
- fix build on ppc64
|
||||||
* Fri Aug 16 2002 - postadal@suse.cz
|
* Fri Aug 16 2002 postadal@suse.cz
|
||||||
- added %%insserv_prereq and %%fillup_prereq to PreReq [#17787]
|
- added %%insserv_prereq and %%fillup_prereq to PreReq [#17787]
|
||||||
* Tue Aug 06 2002 - adrian@suse.de
|
* Tue Aug 06 2002 adrian@suse.de
|
||||||
- remove tcpdump man page again
|
- remove tcpdump man page again
|
||||||
(fixes file conflict with tcpdump package)
|
(fixes file conflict with tcpdump package)
|
||||||
* Tue Jul 30 2002 - postadal@suse.cz
|
* Tue Jul 30 2002 postadal@suse.cz
|
||||||
- udate to version 2.0.5
|
- udate to version 2.0.5
|
||||||
* multithreaded, configuration files, syslog support, secure access
|
* multithreaded, configuration files, syslog support, secure access
|
||||||
* record changes
|
* record changes
|
||||||
* a lot of new features for server and client
|
* a lot of new features for server and client
|
||||||
* Wed Jul 24 2002 - kukuk@suse.de
|
* Wed Jul 24 2002 kukuk@suse.de
|
||||||
- Replase rc.config with sysconfig/argus in README.SuSE
|
- Replase rc.config with sysconfig/argus in README.SuSE
|
||||||
* Wed Jul 24 2002 - kukuk@suse.de
|
* Wed Jul 24 2002 kukuk@suse.de
|
||||||
- Don't parse rc.config
|
- Don't parse rc.config
|
||||||
* Mon Feb 25 2002 - postadal@suse.cz
|
* Mon Feb 25 2002 postadal@suse.cz
|
||||||
- modified copyright in /etc/init.d/argus
|
- modified copyright in /etc/init.d/argus
|
||||||
* Tue Jan 15 2002 - egmont@suselinux.hu
|
* Tue Jan 15 2002 egmont@suselinux.hu
|
||||||
- removed colons from startup/shutdown messages
|
- removed colons from startup/shutdown messages
|
||||||
* Mon Jan 14 2002 - cihlar@suse.cz
|
* Mon Jan 14 2002 cihlar@suse.cz
|
||||||
- use %%{_libdir}
|
- use %%{_libdir}
|
||||||
* Thu Dec 13 2001 - ro@suse.de
|
* Thu Dec 13 2001 ro@suse.de
|
||||||
- moved rc.config.d -> sysconfig
|
- moved rc.config.d -> sysconfig
|
||||||
* Tue Dec 11 2001 - cihlar@suse.cz
|
* Tue Dec 11 2001 cihlar@suse.cz
|
||||||
- source /etc/rc.config.d/argus.rc.config in init script
|
- source /etc/rc.config.d/argus.rc.config in init script
|
||||||
- fixed to remove variables which are in
|
- fixed to remove variables which are in
|
||||||
/etc/rc.config.d/argus.rc.config now from /etc/rc.config
|
/etc/rc.config.d/argus.rc.config now from /etc/rc.config
|
||||||
* Mon Dec 10 2001 - cihlar@suse.cz
|
* Mon Dec 10 2001 cihlar@suse.cz
|
||||||
- removed START_ARGUS
|
- removed START_ARGUS
|
||||||
* Fri Nov 23 2001 - cihlar@suse.cz
|
* Fri Nov 23 2001 cihlar@suse.cz
|
||||||
- Fixed Url
|
- Fixed Url
|
||||||
* Mon Aug 13 2001 - cihlar@suse.cz
|
* Mon Aug 13 2001 cihlar@suse.cz
|
||||||
- really removed whole files from patches
|
- really removed whole files from patches
|
||||||
- fixed README.SuSE
|
- fixed README.SuSE
|
||||||
* Thu Jul 26 2001 - cihlar@suse.cz
|
* Thu Jul 26 2001 cihlar@suse.cz
|
||||||
- removed tcpdump man page
|
- removed tcpdump man page
|
||||||
* Tue Jul 24 2001 - cihlar@suse.cz
|
* Tue Jul 24 2001 cihlar@suse.cz
|
||||||
- fixed to compile on ia64
|
- fixed to compile on ia64
|
||||||
- fixed includes
|
- fixed includes
|
||||||
- added BuildRoot
|
- added BuildRoot
|
||||||
@ -195,30 +198,30 @@ rm -rf %{buildroot}
|
|||||||
- removed whole files from patches
|
- removed whole files from patches
|
||||||
- added Url
|
- added Url
|
||||||
- bzipped sources
|
- bzipped sources
|
||||||
* Mon Jul 02 2001 - choeger@suse.de
|
* Mon Jul 02 2001 choeger@suse.de
|
||||||
- bugfix: init script was not LSB compliant, Bugzilla ID#8969
|
- bugfix: init script was not LSB compliant, Bugzilla ID#8969
|
||||||
- update to version 1.8.1
|
- update to version 1.8.1
|
||||||
* Fri Dec 01 2000 - ro@suse.de
|
* Fri Dec 01 2000 ro@suse.de
|
||||||
- use normal tcpd (wrapper-lib)
|
- use normal tcpd (wrapper-lib)
|
||||||
- fixed startscript
|
- fixed startscript
|
||||||
* Wed Mar 01 2000 - choeger@suse.de
|
* Wed Mar 01 2000 choeger@suse.de
|
||||||
- added mandir
|
- added mandir
|
||||||
* Tue Feb 15 2000 - aj@suse.de
|
* Tue Feb 15 2000 aj@suse.de
|
||||||
- fix headers for sparc
|
- fix headers for sparc
|
||||||
* Thu Sep 16 1999 - uli@suse.de
|
* Thu Sep 16 1999 uli@suse.de
|
||||||
- fixed headers for PPC
|
- fixed headers for PPC
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Mon Jul 12 1999 - ro@suse.de
|
* Mon Jul 12 1999 ro@suse.de
|
||||||
- libpcap is an extra package now
|
- libpcap is an extra package now
|
||||||
* Thu Apr 22 1999 - ro@suse.de
|
* Thu Apr 22 1999 ro@suse.de
|
||||||
- fixed for alpha (ip_hl like other little-endian)
|
- fixed for alpha (ip_hl like other little-endian)
|
||||||
* Wed Dec 09 1998 - choeger@suse.de
|
* Wed Dec 09 1998 choeger@suse.de
|
||||||
- completed new init-script
|
- completed new init-script
|
||||||
* Mon Nov 23 1998 - choeger@suse.de
|
* Mon Nov 23 1998 choeger@suse.de
|
||||||
- new version and new init-script
|
- new version and new init-script
|
||||||
* Wed Oct 07 1998 - ro@suse.de
|
* Wed Oct 07 1998 ro@suse.de
|
||||||
- dont redeclare sys_errlist or strcpy for glibc
|
- dont redeclare sys_errlist or strcpy for glibc
|
||||||
- dont cast to a char* where you're not supposed to
|
- dont cast to a char* where you're not supposed to
|
||||||
* Mon May 04 1998 - choeger@suse.de
|
* Mon May 04 1998 choeger@suse.de
|
||||||
- new package 1.7.beta.1b
|
- new package 1.7.beta.1b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user