diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 17:10:10 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-06 17:32:17 -0800 |
commit | a446124fd0f7460ab960e211d04a3124f5f5feea (patch) | |
tree | 7a7614a040edec36ee86f96c1948b37c1ef1c2dc /packaging/rpmlint.spec | |
parent | 5bc816adb193f09c19a8b5501e8672f1dc3a1e54 (diff) | |
download | rpmlint-a446124fd0f7460ab960e211d04a3124f5f5feea.tar.gz rpmlint-a446124fd0f7460ab960e211d04a3124f5f5feea.tar.bz2 rpmlint-a446124fd0f7460ab960e211d04a3124f5f5feea.zip |
add more rules
Diffstat (limited to 'packaging/rpmlint.spec')
-rw-r--r-- | packaging/rpmlint.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/rpmlint.spec b/packaging/rpmlint.spec index d2bf4f5..ff74aca 100644 --- a/packaging/rpmlint.spec +++ b/packaging/rpmlint.spec @@ -11,6 +11,7 @@ Source1: rpmlint-checks-master.tar.gz Source2: config Source10: rpmgroups.config Source11: pie.config +Source12: licenses.config Source100: syntax-validator.py Url: http://rpmlint.zarb.org/ Requires: /usr/bin/readelf @@ -49,7 +50,7 @@ head -n 8 $RPM_BUILD_ROOT/usr/share/rpmlint/config > $RPM_BUILD_ROOT/etc/rpmlint python -tt %{SOURCE100} $RPM_BUILD_ROOT/usr/share/rpmlint/*.py $RPM_BUILD_ROOT/usr/share/rpmlint/config %__install -m 644 %{SOURCE10} %{buildroot}/%{_sysconfdir}/rpmlint/ %__install -m 644 %{SOURCE11} %{buildroot}/%{_sysconfdir}/rpmlint/ - +%__install -m 644 %{SOURCE12} %{buildroot}/%{_sysconfdir}/rpmlint/ %clean rm -rf $RPM_BUILD_ROOT |