Blob Blame History Raw
Name:           olpc-netutils
Version:        0.8.1
Release:        1%{?dist}
Summary:        OLPC network utilities

Group:          System Environment/Base
License:        GPLv2+
URL:            http://wiki.laptop.org/go/Olpc-netutils
Source0:        http://dev.laptop.org/~martin/%{name}/%{name}-%{version}.tar.bz2

BuildArch:      noarch

Requires:       bash
Requires:       python
Requires:       dbus-python

Requires:       coreutils
Requires:       procps
Requires:       util-linux

Requires:       net-tools
Requires:       wireless-tools
Requires:       avahi-tools

Requires:       iputils
Requires:       iptables
Requires:       dnsmasq
Requires:       tcpdump

Requires:       olpc-utils >= 1.3.1

%description
olpc-netutils is a GPL-licensed collection of scripts for logging network
status information on OLPC XOs.

%prep
%setup -q


%build
make -f Makefile.build %{?_smp_mflags}


%install
make -f Makefile.build install DESTDIR=$RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README AUTHORS
%{_bindir}/*


%changelog
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.8.1-1
- New 0.8.1 release

* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Mon Nov  9 2009 Daniel Drake <dsd@laptop.org> - 0.8-1
- new release for F11 thanks to Martin Langhoff:
- olpc-mesh: bail out of msh0 does not exist
- olpc-sugar: remove wrong 'Total' line, support dev/test usage
- sugar-xos: added support for direct dbus socket
- connections: read available network interfaces at startup
- netstatus: fix to work on F11 images
- Pull in tcpdump for olpc-netcapture.

* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Mon Nov 17 2008 Peter Robinson <pbrobinson@gmail.com> - 0.7-2
- Rebuild for Fedora 10 rebase

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.7-1
- Michael Stone (1):
    Capture disk and process status.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.6-2
- Michael Stone (1):
    Pull in tcpdump for olpc-netcapture.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.6-1
- Michael Stone (1):
    Dirty hack to make sugar-telepathies work on XOs.

* Fri Sep 12 2008 Michael Stone <michael@laptop.org> - 0.5-1
- Guillaume Desmottes (2):
    Print the quantity of buddies we see.
    Use /tmp/olpc-session-bus if available; otherwise, read the sugar-xos command-line.
- Michael Stone (2):
    Cosmetic fixups to whitespace, comments, and the specfile.
    Makefile improvements.

* Fri Aug 08 2008 Michael Stone <michael@laptop.org> - 0.4-1
- Robin Norwood (1):
    rh#457142: Preserve timestamps when installing files.
- Michael Stone (1):
    Remove disttags from ChangeLog entries.

* Wed Jul 09 2008 Michael Stone <michael@laptop.org> - 0.3-1
- Install dnsmasq for olpc-mpp.

* Wed Jul 02 2008 Michael Stone <michael@laptop.org> - 0.2-1
- Initial release of this spec.