summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:57:55 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 02:57:55 +0300
commit901aa7f38cb8841312a4d9f4752a235d31d01850 (patch)
treeaa4ff322a36ed718ec1707722aaa9653a0829400
parent243587cf5f47f47755ecbcf918c04634e35634a4 (diff)
downloadrpmorphan-901aa7f38cb8841312a4d9f4752a235d31d01850.tar.gz
rpmorphan-901aa7f38cb8841312a4d9f4752a235d31d01850.tar.bz2
rpmorphan-901aa7f38cb8841312a4d9f4752a235d31d01850.zip
-rw-r--r--packaging/rpmorphan.manifest5
-rw-r--r--packaging/rpmorphan.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/rpmorphan.manifest b/packaging/rpmorphan.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/rpmorphan.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/rpmorphan.spec b/packaging/rpmorphan.spec
index d1d0431..0d23ffe 100644
--- a/packaging/rpmorphan.spec
+++ b/packaging/rpmorphan.spec
@@ -12,6 +12,7 @@ BuildArch: noarch
URL: http://rpmorphan.sourceforge.net
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1001: rpmorphan.manifest
Requires: perl
Requires: rpm
@@ -34,6 +35,7 @@ Several tools are also provided :
%prep
%setup -q
+cp %{SOURCE1001} .
%build
make %{?_smp_mflags}
@@ -44,6 +46,7 @@ make %{?_smp_mflags}
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/rpmorphan-lib.pl