From 53a531a071f1d58e5c6a06b1d9459b25546c7ecb Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:52:48 +0300 Subject: resetting manifest requested domain to floor --- packaging/lsof.manifest | 5 +++++ packaging/lsof.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/lsof.manifest diff --git a/packaging/lsof.manifest b/packaging/lsof.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/lsof.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/lsof.spec b/packaging/lsof.spec index 2707419..9abbcf7 100644 --- a/packaging/lsof.spec +++ b/packaging/lsof.spec @@ -9,6 +9,7 @@ Group: Base/Tools # upstream2downstream.sh script to remove the code before shipping it. Source0: %{name}_%{version}-linux-only.tar.xz Source1: upstream2downstream.sh +Source1001: lsof.manifest %description Lsof stands for LiSt Open Files, and it does just that: it lists @@ -17,6 +18,7 @@ UNIX system. %prep %setup -q -n %{name}_%{version}-linux-only +cp %{SOURCE1001} . %build LSOF_VSTR=2.6.16 LINUX_BASE=/proc ./Configure -n linux @@ -31,4 +33,5 @@ install -Dm644 lsof.8 %{buildroot}%{_mandir}/man8/lsof.8 %docs_package %files +%manifest %{name}.manifest %{_sbindir}/lsof -- cgit v1.2.3