diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:19:41 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-29 05:19:41 +0300 |
commit | aab1faf857040683ddcce29cc0c42dce8fba636a (patch) | |
tree | 55bd8f93818da6d50988dfd161e995e446d4bb22 | |
parent | cafda84f22aa4f37d14b81d5f069cc57a9440e29 (diff) | |
download | rpmlint-mini-aab1faf857040683ddcce29cc0c42dce8fba636a.tar.gz rpmlint-mini-aab1faf857040683ddcce29cc0c42dce8fba636a.tar.bz2 rpmlint-mini-aab1faf857040683ddcce29cc0c42dce8fba636a.zip |
resetting manifest requested domain to floorsubmit/tizen/20130710.134755accepted/tizen/20130710.214742
-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 |