From f9a5701aae9f89f00a67bf8688d9f8444dd67bc1 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:09:04 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/xf86-video-vesa.manifest | 5 +++++ packaging/xf86-video-vesa.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/xf86-video-vesa.manifest diff --git a/packaging/xf86-video-vesa.manifest b/packaging/xf86-video-vesa.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/xf86-video-vesa.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xf86-video-vesa.spec b/packaging/xf86-video-vesa.spec index 322c287..3306676 100644 --- a/packaging/xf86-video-vesa.spec +++ b/packaging/xf86-video-vesa.spec @@ -6,6 +6,7 @@ Summary: Generic VESA video driver for the Xorg X server Url: http://xorg.freedesktop.org/ Group: System/X11/Servers/XF86_4 Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 +Source1001: xf86-video-vesa.manifest Patch0: xf86-video-vesa_DefaultRefresh.diff BuildRequires: pkg-config BuildRequires: pkgconfig(fontsproto) @@ -29,6 +30,7 @@ supports depths 8, 15 16 and 24. %prep %setup -q +cp %{SOURCE1001} . %patch0 -p1 %build @@ -39,6 +41,7 @@ make %{?_smp_mflags} %make_install %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING %dir %{_libdir}/xorg/modules/drivers -- 2.7.4