diff --git a/arptables-0.0.5.tar.gz b/arptables-0.0.5.tar.gz new file mode 100644 index 0000000..82d8ce2 Binary files /dev/null and b/arptables-0.0.5.tar.gz differ diff --git a/arptables-v0.0.4.tar.gz b/arptables-v0.0.4.tar.gz deleted file mode 100644 index 09da7d4..0000000 Binary files a/arptables-v0.0.4.tar.gz and /dev/null differ diff --git a/arptables.spec b/arptables.spec index 83bbcb0..89c3cb7 100644 --- a/arptables.spec +++ b/arptables.spec @@ -1,11 +1,11 @@ Name: arptables -Version: 0.0.4 -Release: 16 +Version: 0.0.5 +Release: 0 Summary: Administration tool for arp packet filtering License: GPLv2+ URL: https://git.netfilter.org/arptables/ -Source0: ftp.netfilter.org/pub/arptables/%{name}-v%{version}.tar.gz +Source0: ftp://ftp.netfilter.org/pub/arptables/%{name}-%{version}.tar.gz # Source1 and Source2 from fedora 29 are used for # automates a packet filtering firewall with arptables Source1: arptables-helper @@ -29,7 +29,7 @@ chains and may also contain user-defined chains. %package_help %prep -%autosetup -n %{name}-v%{version} -p1 +%autosetup -n %{name}-%{version} -p1 cp %{SOURCE3} COPYING %build @@ -40,7 +40,7 @@ make install DESTDIR=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir} mkdir $RPM_BUILD_ROOT%{_libexecdir}/ install -p -D -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_libexecdir}/ install -p -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_unitdir}/arptables.service -mkdir $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig echo '# Configure prior to use' > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name} %post @@ -64,6 +64,9 @@ echo '# Configure prior to use' > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name %{_mandir}/man8/*.gz %changelog +* Tue Jun 02 2020 SimpleUpdate Robot +- Update to version 0.0.5 + * Sat Oct 19 2019 openEuler Buildteam - 0.0.4-16 - Type:bugfix - Id:NA