diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 06:50:55 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 06:50:55 +0300 |
commit | 722d0ef8e4324d9123d2b199b607c4dad464b331 (patch) | |
tree | 182a7ec8112e38e72fe16da5d9732bdf5c7ceda8 | |
parent | 252fc3e2bdfc60fbc3822dd23dccea301c5618b1 (diff) | |
download | xf86-video-intel-accepted/tizen/20130710.214222.tar.gz xf86-video-intel-accepted/tizen/20130710.214222.tar.bz2 xf86-video-intel-accepted/tizen/20130710.214222.zip |
resetting manifest requested domain to floorsubmit/tizen/20130912.090853submit/tizen/20130912.080555submit/tizen/20130710.135926accepted/tizen/20130913.064029accepted/tizen/20130912.193237accepted/tizen/20130912.184955accepted/tizen/20130710.214222
-rw-r--r-- | packaging/xf86-video-intel.manifest | 5 | ||||
-rw-r--r-- | packaging/xf86-video-intel.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/xf86-video-intel.manifest b/packaging/xf86-video-intel.manifest new file mode 100644 index 000000000..017d22d3a --- /dev/null +++ b/packaging/xf86-video-intel.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/xf86-video-intel.spec b/packaging/xf86-video-intel.spec index 257c2f594..e82431637 100644 --- a/packaging/xf86-video-intel.spec +++ b/packaging/xf86-video-intel.spec @@ -9,6 +9,7 @@ Url: http://xorg.freedesktop.org/ Group: System/X11/Servers Source0: %{name}-%{version}.tar.bz2 Source99: baselibs.conf +Source1001: xf86-video-intel.manifest %if %glamor Requires: glamor @@ -59,6 +60,7 @@ the 830M and later. %prep %setup -q +cp %{SOURCE1001} . %build autoreconf -fi @@ -81,6 +83,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_libdir}/libI810XvMC.so* |