Accepting request 556647 from home:AndreasStieger:branches:network:utilities
- fping now has cap_net_raw, fix build in Factory (bsc#1047921) OBS-URL: https://build.opensuse.org/request/show/556647 OBS-URL: https://build.opensuse.org/package/show/network:utilities/fping?expand=0&rev=35
This commit is contained in:
parent
636782d5e2
commit
3656ac869d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 13 11:25:53 UTC 2017 - astieger@suse.com
|
||||||
|
|
||||||
|
- fping now has cap_net_raw, fix build in Factory (bsc#1047921)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 21 14:52:07 UTC 2017 - tchvatal@suse.com
|
Wed Jun 21 14:52:07 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ License: MIT
|
|||||||
Group: Productivity/Networking/Diagnostic
|
Group: Productivity/Networking/Diagnostic
|
||||||
Url: http://www.fping.org
|
Url: http://www.fping.org
|
||||||
Source: http://fping.org/dist/%{name}-%{version}.tar.gz
|
Source: http://fping.org/dist/%{name}-%{version}.tar.gz
|
||||||
|
Requires(pre): permissions
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,10 +55,16 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
|
%post
|
||||||
|
%set_permissions %{_sbindir}/fping
|
||||||
|
|
||||||
|
%verifyscript
|
||||||
|
%verify_permissions -e %{_sbindir}/fping
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG.md INSTALL
|
%doc CHANGELOG.md INSTALL
|
||||||
%{_mandir}/man8/fping.8%{ext_man}
|
%{_mandir}/man8/fping.8%{ext_man}
|
||||||
%{_sbindir}/fping
|
%verify(not mode caps) %attr(0755,root,root) %{_sbindir}/fping
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user