From d6f3ebd459bc41f2638d4232ad323433d382f454 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 07:29:59 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/zypp-plugin.manifest | 5 +++++ packaging/zypp-plugin.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/zypp-plugin.manifest diff --git a/packaging/zypp-plugin.manifest b/packaging/zypp-plugin.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/zypp-plugin.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/zypp-plugin.spec b/packaging/zypp-plugin.spec index ba8a459..2e7325a 100644 --- a/packaging/zypp-plugin.spec +++ b/packaging/zypp-plugin.spec @@ -20,6 +20,7 @@ License: GPL-2.0 Url: https://gitorious.org/opensuse/zypp-plugin Summary: Helper that makes writing ZYpp plugins easier Source0: %{name}-%{version}.tar.bz2 +Source1001: zypp-plugin.manifest # Actually libzypp(plugin) should be required. Unfortunately the corresponing # provides was introduced to late for SUSE Manager/SLE-11-SP1. We do not want to @@ -43,6 +44,7 @@ and implementing the commands you want to respond to as python methods. %prep %setup -q -n zypp-plugin +cp %{SOURCE1001} . %build @@ -51,5 +53,6 @@ and implementing the commands you want to respond to as python methods. %{__install} python/zypp_plugin.py %{buildroot}%{py_sitedir}/zypp_plugin.py %files python +%manifest %{name}.manifest %defattr(-,root,root) %{py_sitedir}/zypp_plugin.py -- 2.7.4