diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/tcpdump.manifest | 5 | ||||
-rw-r--r-- | packaging/tcpdump.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/tcpdump.manifest b/packaging/tcpdump.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/tcpdump.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/tcpdump.spec b/packaging/tcpdump.spec index a6fae96..8093dc6 100644 --- a/packaging/tcpdump.spec +++ b/packaging/tcpdump.spec @@ -6,6 +6,7 @@ Summary: A Packet Sniffer Url: http://www.tcpdump.org/ Group: Productivity/Networking/Diagnostic Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz +Source1001: tcpdump.manifest BuildRequires: libpcap-devel #BuildRequires: libsmi-devel BuildRequires: openssl-devel @@ -16,6 +17,7 @@ ethernet. It can be used to debug specific network problems. %prep %setup -q +cp %{SOURCE1001} . %build export CFLAGS="%{optflags} -Wall -DGUESS_TSO -fstack-protector -fno-strict-aliasing" @@ -27,6 +29,7 @@ make %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc LICENSE README *.awk %doc %{_mandir}/man?/* |