summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 01:51:08 +0300
committerChanho Park <chanho61.park@samsung.com>2014-08-29 20:20:40 +0900
commitab30f272dad9f234caf54644fb34d94e009a92e8 (patch)
treeaac5f75900c73f4c4de3a7a94c03d5e2db3e04b2
parentfad8cd79d251e4389d1e8ece1e36974ee4da6544 (diff)
downloadlibaio-ab30f272dad9f234caf54644fb34d94e009a92e8.tar.gz
libaio-ab30f272dad9f234caf54644fb34d94e009a92e8.tar.bz2
libaio-ab30f272dad9f234caf54644fb34d94e009a92e8.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/libaio.manifest5
-rw-r--r--packaging/libaio.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libaio.manifest b/packaging/libaio.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libaio.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libaio.spec b/packaging/libaio.spec
index 8582a08..3f5cb9f 100644
--- a/packaging/libaio.spec
+++ b/packaging/libaio.spec
@@ -7,6 +7,7 @@ Group: Development/Libraries
Url: http://kernel.org/pub/linux/libs/aio/
Source: libaio-%{version}.tar.bz2
Source2: baselibs.conf
+Source1001: libaio.manifest
%description
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has
@@ -31,6 +32,7 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
%prep
%setup -q
+cp %{SOURCE1001} .
%build
make %{?_smp_mflags} CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS"
@@ -52,11 +54,13 @@ ln -fs "${t#%buildroot}" "%buildroot/%_libdir/libaio.so"
%postun -p /sbin/ldconfig
%files
+%manifest %{name}.manifest
%defattr(644,root,root,755)
%license COPYING
%attr(0755,root,root) /%{_lib}/libaio.*
%files devel
+%manifest %{name}.manifest
%defattr(644,root,root,755)
/usr/include/libaio.h
%_libdir/libaio.so