From 40014cdf8aae2f0a8c3eccd7f908e6ed1f5ddd65 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 07:02:47 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/yum.manifest | 5 +++++ packaging/yum.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/yum.manifest diff --git a/packaging/yum.manifest b/packaging/yum.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/yum.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/yum.spec b/packaging/yum.spec index 6eee38c..001970d 100644 --- a/packaging/yum.spec +++ b/packaging/yum.spec @@ -13,6 +13,7 @@ Summary: RPM package installer/updater/manager Group: System/Base Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz Source1: yum.conf +Source1001: yum.manifest Url: http://yum.baseurl.org/ BuildRequires: gettext @@ -41,6 +42,7 @@ automatically, prompting the user for permission as necessary. %prep %setup -q +cp %{SOURCE1001} . %build make @@ -88,6 +90,7 @@ chmod +x %{buildroot}/%{python_sitelib}/rpmUtils/*.py %files -f %{name}.lang +%manifest %{name}.manifest %defattr(-, root, root, -) %license COPYING %config(noreplace) %{_sysconfdir}/yum.conf -- 2.7.4