Hello community,

here is the log from the commit of package arpwatch-ethercodes for openSUSE:11.4
checked in at Tue Mar 1 12:49:26 CET 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/11.4/arpwatch-ethercodes/arpwatch-ethercodes.changes  
2011-03-01 08:40:07.000000000 +0100
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Tue Mar  1 08:40:07 CET 2011 - [email protected]
+
+- automated update on 2011-03-01
+
+-------------------------------------------------------------------
+Wed Jan 25 21:25:03 CET 2006 - [email protected]
+
+- converted neededforbuild to BuildRequires
+
+-------------------------------------------------------------------
+Sat Nov  6 20:17:44 CET 2004 - [email protected]
+
+- Change arpwatch of neededforbuild to arpwatch-ethercodes-build.
+
+-------------------------------------------------------------------
+Sat Nov  6 18:18:44 CET 2004 - [email protected]
+
+- Ensure size of ethercodes.dat is not zero, [#48005].
+
+-------------------------------------------------------------------
+Wed Oct  6 21:58:11 CEST 2004 - [email protected]
+
+- make package noarch
+
+-------------------------------------------------------------------
+Fri Jun 25 22:18:23 CEST 2004 - [email protected]
+
+- Initial package.

calling whatdependson for 11.4-i586


New:
----
  arpwatch-ethercodes.changes
  arpwatch-ethercodes.spec
  get_version_number.sh
  oui.txt.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ arpwatch-ethercodes.spec ++++++
#
# spec file for package arpwatch-ethercodes
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           arpwatch-ethercodes
BuildRequires:  arpwatch-ethercodes-build
Url:            http://standards.ieee.org/regauth/oui/
License:        BSD3c
Group:          Productivity/Networking/Diagnostic
AutoReqProv:    on
Summary:        Ethercodes Data for arpwatch
Version:        2011.3.1
Release:        1.<RELEASE2>
Source:         http://standards.ieee.org/regauth/oui/oui.txt.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
OUI and company ID data as fetched from IEEE.org prepared for arpwatch.



Authors:
--------
    IEEE.org

%prep

%build
pushd /usr/share/arpwatch
bzip2 -cd ${RPM_SOURCE_DIR}/oui.txt.bz2 | \
        ./massagevendor >${RPM_BUILD_DIR}/ethercodes.dat
popd
if [ ! -s ethercodes.dat ]; then
        echo "File ethercodes.dat is empty!"
        exit 1
fi

%install
mkdir -p \
        $RPM_BUILD_ROOT/%{_datadir}/arpwatch
install -m 0444 ethercodes.dat $RPM_BUILD_ROOT/%{_datadir}/arpwatch

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_datadir}/arpwatch

%changelog
++++++ get_version_number.sh ++++++
get_date_version_string $( find_newest_file oui.txt.bz2)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to