Update to upstream 0.0.2
This commit is contained in:
parent
845d1e16ba
commit
6883b6033b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/omping-0.0.1.tar.gz
|
||||
/omping-0.0.2.tar.gz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
Name: omping
|
||||
Version: 0.0.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility to test IP multicast functionality
|
||||
Group: Applications/Internet
|
||||
License: ISC
|
||||
URL: http://fedorahosted.org/omping/
|
||||
Source0: http://fedorahosted.org/releases/o/m/omping/%{name}-%{version}.tar.gz
|
||||
Patch0: omping-001-one-host-specified.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -15,7 +14,6 @@ primarily in local network.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="%{optflags}"
|
||||
@ -34,6 +32,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 22 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.2-1
|
||||
- Update to upstream release 0.0.2
|
||||
|
||||
* Tue Nov 30 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-3
|
||||
- Display error if only one host is specified
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user