diff --git a/iprutils-2.4.18.1.tar.gz b/iprutils-2.4.18.1.tar.gz deleted file mode 100644 index 0fbf272..0000000 Binary files a/iprutils-2.4.18.1.tar.gz and /dev/null differ diff --git a/iprutils-2.4.19.tar.gz b/iprutils-2.4.19.tar.gz new file mode 100644 index 0000000..d1db530 Binary files /dev/null and b/iprutils-2.4.19.tar.gz differ diff --git a/iprutils.spec b/iprutils.spec index 1541824..b741ace 100644 --- a/iprutils.spec +++ b/iprutils.spec @@ -1,10 +1,12 @@ +%global gitver rel-2-4-19 + Name: iprutils -Version: 2.4.18.1 -Release: 2 +Version: 2.4.19 +Release: 1 Summary: Utilities for the ipr. License: CPL -URL: http://sourceforge.net/projects/iprdd/ -Source0: https://sourceforge.net/projects/iprdd/files/iprutils%20for%202.6%20kernels/2.4.18/%{name}-%{version}.tar.gz +URL: https://github.com/bjking1/iprutils +Source0: https://github.com/bjking1/iprutils/archive/%{gitver}/%{name}-%{version}.tar.gz Source1: iprdbg.8.gz @@ -23,7 +25,7 @@ This contains man files for the using of iprutils. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-%{gitver} %build autoreconf -ivf @@ -74,6 +76,9 @@ install -p -m 0644 %SOURCE1 %{buildroot}%{_mandir}/man8/ %{_mandir}/man8/* %changelog +* Thu Jan 14 2021 yanglongkang - 2.4.19-1 +- upgrade package to 2.4.19 + * Wed Nov 4 2020 lixiaokeng - 2.4.18.1-2 - add make check