update description

This commit is contained in:
xinghe 2022-10-19 06:26:59 +00:00 committed by xinghe
parent b70721c377
commit f00fb80301

View File

@ -1,6 +1,6 @@
Name: ipcalc Name: ipcalc
Version: 1.0.1 Version: 1.0.1
Release: 1 Release: 2
Summary: IP network address calculator Summary: IP network address calculator
License: GPLv2+ License: GPLv2+
@ -9,10 +9,11 @@ Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc libmaxminddb-devel meson rubygem-ronn-ng BuildRequires: gcc libmaxminddb-devel meson rubygem-ronn-ng
%description %description
ipcalc provides a simple way to calculate IP information for a host. ipcalc provides a simple way to calculate IP information for a host
The various options specify what information ipcalc should display on standard out. or network. Depending on the options specified, it may be used to provide
Multiple options may be specified. An IP address to operate on must always IP network information in human readable format, in a format suitable for
be specified. Most operations also require a netmask or a CIDR prefix as well. parsing in scripts, generate random private addresses, resolve an IP address,
or check the validity of an address.
%package_help %package_help
@ -43,6 +44,12 @@ sed -i 's/localhost/'$HOSTNAME'/g' tests/ip-localhost-ipv4-json
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Wed Oct 19 2022 xinghe <xinghe2@h-partners.com> - 1.0.1-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: update description
* Mon Mar 21 2022 yanglu <yanglu72@h-partners.com> - 1.0.1-1 * Mon Mar 21 2022 yanglu <yanglu72@h-partners.com> - 1.0.1-1
- Type:requirements - Type:requirements
- ID:NA - ID:NA