From 09a0a046c9c1bd6df1834f4f4804753bd0788785 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:12:53 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/tcpdump.manifest | 5 +++++ packaging/tcpdump.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/tcpdump.manifest 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 @@ + + + + + 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?/* -- 2.7.4