diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-07-01 18:54:59 +0300 |
---|---|---|
committer | Zhang zhengguang <zhengguang.zhang@intel.com> | 2014-12-12 12:51:00 +0800 |
commit | 7bb10dd9b7b2e18608eff86cb23564bed4cf7412 (patch) | |
tree | 072ff4a21834ea2e14c4a4ec3c217ff8929b310c /packaging | |
parent | 06a2fb3c654d0bbc4cdd990f8210a762b6b1bd91 (diff) | |
download | libpcap-7bb10dd9b7b2e18608eff86cb23564bed4cf7412.tar.gz libpcap-7bb10dd9b7b2e18608eff86cb23564bed4cf7412.tar.bz2 libpcap-7bb10dd9b7b2e18608eff86cb23564bed4cf7412.zip |
resetting manifest requested domain to floor
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/libpcap.manifest | 5 | ||||
-rw-r--r-- | packaging/libpcap.spec | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libpcap.manifest b/packaging/libpcap.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libpcap.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/libpcap.spec b/packaging/libpcap.spec index 4d2143f..6fc0023 100644 --- a/packaging/libpcap.spec +++ b/packaging/libpcap.spec @@ -8,6 +8,7 @@ Url: http://www.tcpdump.org/ Group: System/Libraries Source: %{name}-%{version}.tar.gz Source2: baselibs.conf +Source1001: libpcap.manifest BuildRequires: automake BuildRequires: bison BuildRequires: flex @@ -32,6 +33,7 @@ program yourself. %prep %setup -q +cp %{SOURCE1001} . %build pic="pic" @@ -51,11 +53,13 @@ make %{?_smp_mflags} all shared %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-, root, root) %doc LICENSE %{_libdir}/*.so.* %files devel +%manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/* %{_bindir}/pcap-config |