diff options
-rw-r--r-- | packaging/rpmlint-mini.manifest | 5 | ||||
-rw-r--r-- | packaging/rpmlint-mini.spec | 3 |
2 files changed, 8 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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 |