From aab1faf857040683ddcce29cc0c42dce8fba636a Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:19:41 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/rpmlint-mini.manifest | 5 +++++ packaging/rpmlint-mini.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/rpmlint-mini.manifest diff --git a/packaging/rpmlint-mini.manifest b/packaging/rpmlint-mini.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/rpmlint-mini.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/rpmlint-mini.spec b/packaging/rpmlint-mini.spec index 2668cd4..876da3d 100644 --- a/packaging/rpmlint-mini.spec +++ b/packaging/rpmlint-mini.spec @@ -28,9 +28,11 @@ Source1000: rpmlint-mini.rpmlintrc %description Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. +Source1001: rpmlint-mini.manifest %prep %setup -q -b 99 +cp %{SOURCE1001} . cd ../desktop-file-utils-0.20 %build @@ -111,6 +113,7 @@ echo ".. ok" %files +%manifest %{name}.manifest %defattr(-,root,root,0755) /opt/testing -- 2.7.4