public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hping3] rawhide: Moderize the spec file
@ 2026-07-10 19:57 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-10 19:57 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/hping3
Branch : rawhide
Commit : 9fa717bd88e697df426e3a17cb1f3c652415be03
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-07-09T16:59:51+02:00
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/hping3/c/9fa717bd88e697df426e3a17cb1f3c652415be03?branch=rawhide

Log:
Moderize the spec file

---
diff --git a/hping3.spec b/hping3.spec
index 2aec06a..0ea23c3 100644
--- a/hping3.spec
+++ b/hping3.spec
@@ -16,7 +16,8 @@ Patch4: hping3-man.patch
 Patch5: hping3-20051105-typo.patch
 Patch6: hping3-common.patch
 Patch7: hping3-Port-to-TCL-9.patch
-BuildRequires:  gcc
+BuildRequires: coreutils
+BuildRequires: gcc
 BuildRequires: libpcap-devel, tcl-devel
 BuildRequires: make
 Obsoletes: hping2
@@ -43,7 +44,7 @@ Since version 3, hping implements scripting capabilties
 
 %build
 %configure --force-libpcap
-make %{?_smp_mflags}
+%{make_build}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -60,8 +61,10 @@ ln -sf hping3 $RPM_BUILD_ROOT%{_sbindir}/hping2
 %doc COPYING *BUGS CHANGES README TODO docs/AS-BACKDOOR docs/HPING2-HOWTO.txt
 %doc docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt
 %doc docs/HPING3.txt
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%{_sbindir}/hping
+%{_sbindir}/hping2
+%attr(755,root,root) %{_sbindir}/hping3
+%{_mandir}/man8/hping3.*
 
 %changelog
 * Thu Jul 09 2026 Petr Pisar <ppisar@redhat.com> - 0.0.20051105-50

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 19:57 [rpms/hping3] rawhide: Moderize the spec file 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox