resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 04:02:47 +0000 (07:02 +0300)
committerAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 04:02:47 +0000 (07:02 +0300)
packaging/yum.manifest [new file with mode: 0644]
packaging/yum.spec

diff --git a/packaging/yum.manifest b/packaging/yum.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 6eee38c715223228c0d339fb46e2a953f55260d0..001970d747c3715daf36174e167567eca0fbf672 100644 (file)
@@ -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