updated to 0.1.3
This commit is contained in:
parent
f6da368225
commit
c6d3d23cff
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/0.1.0.tar.gz
|
||||
/0.1.1.tar.gz
|
||||
/0.1.2.tar.gz
|
||||
/ipcalc-0.1.3.tar.gz
|
||||
|
||||
15
ipcalc.spec
15
ipcalc.spec
@ -1,6 +1,6 @@
|
||||
Name: ipcalc
|
||||
Version: 0.1.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: IP network address calculator
|
||||
|
||||
# This is an updated version of ipcalc originally found
|
||||
@ -9,14 +9,17 @@ Summary: IP network address calculator
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://github.com/nmav/ipcalc
|
||||
Source0: https://github.com/nmav/ipcalc/archive/%{version}.tar.gz
|
||||
Source0: https://github.com/nmav/ipcalc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: GeoIP-devel
|
||||
BuildRequires: popt-devel
|
||||
Recommends: GeoIP
|
||||
|
||||
# Explicitly conflict with older initscript packages that ship ipcalc
|
||||
Conflicts: initscripts < 9.63
|
||||
# Obsolete ipcalculator
|
||||
Obsoletes: ipcalculator < 0.41-20
|
||||
Obsoletes: ipcalculator < 0.41-20
|
||||
|
||||
|
||||
%description
|
||||
ipcalc provides a simple way to calculate IP information for a host.
|
||||
@ -48,6 +51,10 @@ make check
|
||||
%{_mandir}/man1/ipcalc.1*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 6 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.3-1
|
||||
- New upstream release
|
||||
- Prints GeoIP information on generic info
|
||||
|
||||
* Mon Sep 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.2-3
|
||||
- This package obsoletes ipcalculator
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user