updated to 0.1.4
This commit is contained in:
parent
c6d3d23cff
commit
94eb53c477
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/0.1.1.tar.gz
|
||||
/0.1.2.tar.gz
|
||||
/ipcalc-0.1.3.tar.gz
|
||||
/ipcalc-0.1.4.tar.gz
|
||||
|
||||
15
ipcalc.spec
15
ipcalc.spec
@ -1,5 +1,5 @@
|
||||
Name: ipcalc
|
||||
Version: 0.1.3
|
||||
Version: 0.1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: IP network address calculator
|
||||
|
||||
@ -22,11 +22,11 @@ Obsoletes: ipcalculator < 0.41-20
|
||||
|
||||
|
||||
%description
|
||||
ipcalc provides a simple way to calculate IP information for a host.
|
||||
The various options specify what information ipcalc should display
|
||||
on standard out. Multiple options may be specified. An IP address to
|
||||
operate on must always be specified. Most operations also require a
|
||||
netmask or a CIDR prefix as well.
|
||||
ipcalc provides a simple way to calculate IP information for a host
|
||||
or network. Depending on the options specified, it may be used to provide
|
||||
IP network information in human readable format, in a format suitable for
|
||||
parsing in scripts, generate random private addresses, resolve an IP address,
|
||||
or check the validity of an address.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -51,6 +51,9 @@ make check
|
||||
%{_mandir}/man1/ipcalc.1*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.4-1
|
||||
- New upstream release
|
||||
|
||||
* Tue Oct 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.3-1
|
||||
- New upstream release
|
||||
- Prints GeoIP information on generic info
|
||||
|
||||
Loading…
Reference in New Issue
Block a user