diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/rpm-python.manifest | 5 | ||||
-rw-r--r-- | packaging/rpm-python.spec | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/packaging/rpm-python.manifest b/packaging/rpm-python.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/rpm-python.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/rpm-python.spec b/packaging/rpm-python.spec index a8f723d..f0f8284 100644 --- a/packaging/rpm-python.spec +++ b/packaging/rpm-python.spec @@ -19,6 +19,7 @@ Release: 1 BuildRequires: python-devel %{expand:%(sed -n -e '/^Source0:/,/^##PYTHON##/p' <%_sourcedir/rpm.spec)} Source100: rpm.spec +Source1001: packaging/rpm-python.manifest Requires: popt >= 1.10.2.1 Requires: curl Requires: rpm = %{version} @@ -68,6 +69,7 @@ popd rm -rf $RPM_BUILD_ROOT %files +%manifest rpm-python.manifest %defattr(-,root,root) %{_libdir}/python* |