From 6ab87ec8436c79afbb8aca7a7c8ab9eab73858fe Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 06:10:47 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/uim.manifest | 5 +++++ packaging/uim.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/uim.manifest diff --git a/packaging/uim.manifest b/packaging/uim.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/uim.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/uim.spec b/packaging/uim.spec index a6f9e65..8c9d802 100644 --- a/packaging/uim.spec +++ b/packaging/uim.spec @@ -5,6 +5,7 @@ License: GPLv2+ Summary: User Mode Init manager for bluetooth device in pr3 Group: Communications/Bluetooth Source: %{name}-%{version}.tar.gz +Source1001: uim.manifest BuildRequires: pkgconfig(bluez) %description @@ -12,6 +13,7 @@ User Mode Init manager for tiwl1283 %prep %setup -q +cp %{SOURCE1001} . %build gcc -o uim uim.c @@ -21,4 +23,5 @@ mkdir -p %{buildroot}/bin/ cp -f uim %{buildroot}/bin/ %files +%manifest %{name}.manifest %attr(0755,-,-) /bin/uim -- 2.34.1