diff options
-rw-r--r-- | packaging/rpmlint.manifest | 5 | ||||
-rw-r--r-- | packaging/rpmlint.spec | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/rpmlint.manifest b/packaging/rpmlint.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/rpmlint.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/rpmlint.spec b/packaging/rpmlint.spec index 28c6b39..b8345df 100644 --- a/packaging/rpmlint.spec +++ b/packaging/rpmlint.spec @@ -28,9 +28,11 @@ BuildArch: noarch %description Rpmlint is a tool to check common errors on rpm packages. Binary and source packages can be checked. +Source1001: rpmlint.manifest %prep %setup -q -n rpmlint-%{version} -a1 +cp %{SOURCE1001} . cp %{S:2} . # Only move top-level python files chmod 0755 rpmlint-checks-master/*.py @@ -53,6 +55,7 @@ python -tt %{SOURCE100} $RPM_BUILD_ROOT/usr/share/rpmlint/*.py $RPM_BUILD_ROOT/u %files +%manifest %{name}.manifest %defattr(-,root,root,0755) %license COPYING %{_prefix}/bin/* |