churchyard / rpms / rpmlint

Forked from rpms/rpmlint 6 years ago
Clone
096bf89
Name:		rpmlint
096bf89
Version:	2.0.0
ef464bc
Release:	3%{?dist}
096bf89
Summary:	Tool for checking common errors in RPM packages
096bf89
License:	GPLv2
096bf89
URL:		https://github.com/rpm-software-management/rpmlint
096bf89
Source0:	%{url}/archive/%{version}/rpmlint-%{version}.tar.gz
096bf89
# Taken from https://github.com/rpm-software-management/rpmlint/tree/main/configs/Fedora
096bf89
Source1:	fedora.toml
096bf89
Source2:	licenses.toml
096bf89
Source3:	scoring.toml
096bf89
Source4:	users-groups.toml
096bf89
Source5:	warn-on-functions.toml
096bf89
BuildArch:	noarch
096bf89
BuildRequires:	python3-devel
096bf89
BuildRequires:	%{py3_dist setuptools}
096bf89
BuildRequires:	%{py3_dist pybeam}
096bf89
BuildRequires:	%{py3_dist pyxdg}
096bf89
BuildRequires:	%{py3_dist rpm}
096bf89
BuildRequires:	%{py3_dist toml}
096bf89
BuildRequires:	%{py3_dist zstd}
1baf2ea
Requires:	devscripts-checkbashisms, dash
a32a3ca
# Technically works without it, but results are better with it.
a32a3ca
Requires:	/usr/bin/appstream-util
096bf89
# tests
a32a3ca
BuildRequires:	/usr/bin/appstream-util
096bf89
BuildRequires:	%{py3_dist pytest}
096bf89
BuildRequires:	%{py3_dist pytest-xdist}
4f79e2c
BuildRequires:	%{py3_dist pyenchant}
c7edb61
BuildRequires:	%{py3_dist file-magic}
096bf89
BuildRequires:	devscripts-checkbashisms, dash, hunspell-cs, hunspell-en-US
4f79e2c
BuildRequires:	desktop-file-utils
cvsextras 30ec4b5
cvsextras 30ec4b5
%description
0070702
rpmlint is a tool for checking common errors in RPM packages. Binary
8159ef4
and source packages as well as spec files can be checked.
cvsextras 30ec4b5
cvsextras 30ec4b5
%prep
096bf89
%setup -q -n %{name}-%{version}
a5cb936
# Don't lint the code or measure coverage in %%check
a5cb936
sed -i -e 's/ --cov=rpmlint//' -e 's/ --flake8//' setup.cfg
cvsextras 30ec4b5
cvsextras 30ec4b5
%build
096bf89
%py3_build
cvsextras 30ec4b5
cvsextras 30ec4b5
%install
096bf89
%py3_install
d220226
096bf89
mkdir -p %{buildroot}%{_sysconfdir}/xdg/rpmlint/
096bf89
cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}/xdg/rpmlint/
cvsextras 30ec4b5
8662069
%check
096bf89
%pytest
8662069
b831ed2
%files
Orion Poplawski 09554fb
%license COPYING
096bf89
%doc README.md
096bf89
%config(noreplace) %{_sysconfdir}/xdg/rpmlint/*.toml
2b2f6c9
%{_bindir}/rpmdiff
2b2f6c9
%{_bindir}/rpmlint
096bf89
%{python3_sitelib}/rpmlint*
cvsextras 30ec4b5
cvsextras 30ec4b5
%changelog
ef464bc
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.0-3
ef464bc
- Rebuilt for Python 3.10
ef464bc
1baf2ea
* Fri Jun  4 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.0-2
1baf2ea
- add dash and checkbashisms as Requires
1baf2ea
096bf89
* Thu Jun  3 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.0-1
096bf89
- update to 2.0.0
096bf89
65f8e57
* Tue May 11 2021 Todd Zullinger <tmz@pobox.com> - 1.11-17
65f8e57
- use proper folder _sourcedir for spec files (upstream PR#633)
65f8e57
  Resolves: rhbz#1959363
65f8e57
8c89637
* Tue Apr 13 2021 Miro Hrončok <mhroncok@redhat.com> - 1.11-16
8c89637
- Filter out empty specfile-errors, they are duplicates
8c89637
6f1c44b
* Fri Feb  5 2021 Tom Callaway <spot@fedoraproject.org> - 1.11-15
6f1c44b
- correct hard-coded version in Makefile
6f1c44b
44a9bb5
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-14
44a9bb5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
44a9bb5
77d737a
* Mon Jan 25 2021 Miro Hrončok <mhroncok@redhat.com> - 1.11-13
77d737a
- Filter out empty py.typed files in Python site-packages
77d737a
9d73fed
* Fri Aug 21 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11-12
9d73fed
- Filter out empty REQUESTED files in pip installed Python metadata dist-info dirs
9d73fed
b520121
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-11
b520121
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b520121
a5d3b02
* Thu Jul 16 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11-10
a5d3b02
- Don't use the %%python_sitelib macro, because it errors
a5d3b02
- See https://fedoraproject.org/wiki/Changes/PythonMacroError
a5d3b02
efbe7af
* Tue Jun 23 2020 Tom Callaway <spot@fedoraproject.org> - 1.11-9
efbe7af
- use python3-file-magic on f33+
efbe7af
86c1640
* Tue Jun 16 2020 Tom Callaway <spot@fedoraproject.org> - 1.11-8
86c1640
- turn *-not-linked-against-libc from errors to warnings (bz1749738)
86c1640
02b6586
* Wed Jun 10 2020 Tom Callaway <spot@fedoraproject.org> - 1.11-7
02b6586
- add /usr/bin/python[23] as valid shells
02b6586
c203015
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11-6
c203015
- Rebuilt for Python 3.9
c203015
a23b587
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-5
a23b587
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a23b587
2ed1729
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.11-4
2ed1729
- Rebuilt for Python 3.8
2ed1729
f3fdb39
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
f3fdb39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
f3fdb39
0a2d485
* Thu Jul 11 2019 Tom Callaway <spot@fedoraproject.org> - 1.11-2
0a2d485
- merge conflig file cleanups from PR
0a2d485
b129e36
* Fri Jun 21 2019 Tom Callaway <spot@fedoraproject.org> - 1.11-1
b129e36
- update to 1.11
b129e36
39f2f25
* Sun Mar 10 2019 Miro Hrončok <mhroncok@redhat.com> - 1.10-22
39f2f25
- Suppress locale error in order to work in default mock (#1668400)
39f2f25
79d42bd
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-21
79d42bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
79d42bd
0e13c40
* Wed Jan 16 2019 Tom Callaway <spot@fedoraproject.org> - 1.10-20
0e13c40
- ignore info-files-without-install-info-postin/postun checks
0e13c40
5a62932
* Fri Dec  7 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-19
5a62932
- ignore non-standard-dir-perm error for 700 dirs in /etc and /var/lib
5a62932
41b3d2a
* Fri Oct  5 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-18
41b3d2a
- force python3 as exec binary
41b3d2a
a9b1df1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-17
a9b1df1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a9b1df1
bc64942
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10-16
bc64942
- Rebuilt for Python 3.7
bc64942
dbfdbf0
* Sun Jun 17 2018 Todd Zullinger <tmz@pobox.com> - 1.10-15
dbfdbf0
- Fix mixed-use-of-spaces-and-tabs warning (in this spec file)
68a527b
- Remove el4/el5 configs and /usr/bin symlinks
6da2389
- Disable automatic compilation of Python files in /usr/share/rpmlint
71aa39e
- Fix non-ghost-in-run filter in config
dbfdbf0
b7d6ab3
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 1.10-14
b7d6ab3
- apply upstream fix for python 3.7 new magic numbers
b7d6ab3
13ad940
* Sat Jun  2 2018 Tom Callaway <spot@fedoraproject.org> 1.10-13
13ad940
- apply upstream fix for python 3.7 mtime handling
13ad940
211efe1
* Thu May 03 2018 Todd Zullinger <tmz@pobox.com> - 1.10-12
8221668
- Properly handle the exception on missing files (bz1574509)
211efe1
- Explicitly disable the non-standard-group check
8221668
40e157a
* Wed Apr 18 2018 Todd Zullinger <tmz@pobox.com>
40e157a
- Ignore 'no-documentation' in debugsource packages
0a7af54
- Ignore /usr/src/debug/ in debugsource packages
40e157a
f148d64
* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-11
f148d64
- disable library-without-ldconfig-postin/postun checks (F28+)
f148d64
b1742cd
* Tue Apr 17 2018 Tom Callaway <spot@fedoraproject.org> - 1.10-10
b1742cd
- fix flake errors (merge upstream changes)
b1742cd
a325960
* Mon Apr 16 2018 Todd Zullinger <tmz@pobox.com> - 1.10-9
a325960
- Update UsrLibBinaryException config to include .build-id
82c8e3c
- Ignore useless-provides on debuginfo provides (bz1489096)
a325960
941afaf
* Sun Mar 04 2018 Till Maas <opensource@till.name> - 1.10-8
941afaf
- Update URL (RH #1547150)
941afaf
65b9a6b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-7
65b9a6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
65b9a6b
18202d2
* Mon Jan 15 2018 Karsten Hopp <karsten@redhat.com> - 1.10-6
18202d2
- fix python3 conditional
18202d2
21c51c4
* Sun Oct 29 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-5
21c51c4
- ignore common jargon words in spellcheck
21c51c4
b3fa55f
* Sun Oct 29 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-4
b3fa55f
- fix SSL_CTX_set_cipher_list waiver
b3fa55f
- use raw strings in config file to silence python3 deprecation warnings
b3fa55f
2a5843f
* Mon Sep 11 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-3
2a5843f
- use correct config file option for debugsource
2a5843f
12ea7db
* Fri Sep  8 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-2
12ea7db
- update config file to reflect new licenses and to ignore devel files in debugsource packages
12ea7db
22599c5
* Tue Sep  5 2017 Tom Callaway <spot@fedoraproject.org> - 1.10-1
22599c5
- update to 1.10
22599c5
bd916d2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-12
bd916d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bd916d2
2e06474
* Mon Jul 17 2017 Tom Callaway <spot@fedoraproject.org> - 1.9-11
2e06474
- apply upstream fix for buildid
2e06474
33b1bd9
* Thu Jul 13 2017 Petr Pisar <ppisar@redhat.com> - 1.9-10
33b1bd9
- perl dependency renamed to perl-interpreter
33b1bd9
  <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules>
33b1bd9
fbcf1f6
* Fri Apr 07 2017 Björn Esser <besser82@fedoraproject.org> - 1.9-9
fbcf1f6
- Upstream fix for str object has no attribute decode (bz1439941)
fbcf1f6
a82f40d
* Thu Mar 9 2017 Charalampos Stratakis <cstratak@redhat.com> - 1.9-8
a82f40d
- Update Python 3.5.3 magic bytecode value
a82f40d
4498671
* Wed Feb  8 2017 Tom Callaway <spot@fedoraproject.org> - 1.9-7
4498671
- apply upstream fix to not demand versioned filename Provides/Obsoletes
4498671
ecef64e
* Thu Dec 29 2016 Adam Williamson <awilliam@redhat.com> - 1.9-6
ecef64e
- Update Python 3.6 magic bytecode value (github PR #7)
ecef64e
f0c4799
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.9-5
f0c4799
- Rebuild for Python 3.6
f0c4799
Orion Poplawski 09554fb
* Mon Oct 24 2016 Orion Poplawski <orion@cora.nwra.com> - 1.9-4
Orion Poplawski 09554fb
- Use %%license
Orion Poplawski 09554fb
- BR python-flake8-import-order for tests
Orion Poplawski 09554fb
fcd9a01
* Fri Aug 26 2016 Tom Callaway <spot@fedoraproject.org> - 1.9-3
fcd9a01
- ignore long description lines for debuginfo packages
fcd9a01
6098c6f
* Mon Jul 25 2016 Tom Callaway <spot@fedoraproject.org> - 1.9-2
6098c6f
- fix 403 ignore rule for github to be more complete (bz1359582)
6098c6f
72bfedf
* Wed Jul  6 2016 Tom Callaway <spot@fedoraproject.org> - 1.9-1
72bfedf
- update to 1.9
72bfedf
36f604e
* Tue Jun 14 2016 Tom Callaway <spot@fedoraproject.org> - 1.8-7
36f604e
- ignore explicit-lib-dependency on python subpackages with "lib"
36f604e
- update license list
36f604e
20f2bcf
* Mon Apr 18 2016 Tom Callaway <spot@fedoraproject.org> - 1.8-6
20f2bcf
- update license list
20f2bcf
- add github.com to the filter ignore list for 403 errors (bz1326855)
20f2bcf
2072b03
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
2072b03
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2072b03
e162585
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-3
e162585
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
e162585
0fda47c
* Mon Sep 28 2015 Tom Callaway <spot@fedoraproject.org> - 1.8-2
0fda47c
- fix issue in config regex causing bitbucket URLs to slip through invalid-url filter
0fda47c
e45bad3
* Fri Sep 25 2015 Tom Callaway <spot@fedoraproject.org> - 1.8-1
e45bad3
- 1.8
e45bad3
- add bad crypto warning to config file
e45bad3
- update license list
e45bad3
4852c95
* Fri Jul 10 2015 Tom Callaway <spot@fedoraproject.org> - 1.7-1
4852c95
- 1.7
4852c95
- add python conditionals
4852c95
f9bbf59
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
f9bbf59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f9bbf59
71d1d18
* Fri May 29 2015 Tom Callaway <spot@fedoraproject.org> - 1.6-3
71d1d18
- filter out failure from broken webservers
71d1d18
- add new licenses
71d1d18
65d75b9
* Tue Dec  9 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-2
65d75b9
- update license list in config file
65d75b9
4346425
* Thu Sep  4 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-1
4346425
- update to 1.6
4346425
7c6bb13
* Wed Jun 25 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-12
fd3ffab
- add systemd to UsrLibBinaryException
fd3ffab
bed8289
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-11
bed8289
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bed8289
22237e2
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-10
22237e2
- fix python 3.4 magic number (#1102846)
22237e2
0536d04
* Mon May 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-9
0536d04
- update config to ignore non-readable /etc/ovirt-engine/isouploader.conf
0536d04
139a2c4
* Mon Feb 10 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-8
139a2c4
- filter out broken-syntax-in-scriptlet-requires (except on el4/5)
139a2c4
- update license list
139a2c4
37bafdf
* Sun Feb  9 2014 Ville Skyttä <ville.skytta@iki.fi> - 1.5-7
37bafdf
- Make default config Python 3 compatible.
37bafdf
9cd7c83
* Thu Dec 12 2013 Tom Callaway <spot@fedoraproject.org> - 1.5-6
9cd7c83
- fix unicode naming bug (bz 1036310)
9cd7c83
6c560c4
* Mon Nov 11 2013 Tom Callaway <spot@fedoraproject.org> - 1.5-5
6c560c4
- do not modify sys.argv[0] (bz 1026333)
6c560c4
- fix unbound var in MenuXDGCheck.py (bz 1026328)
6c560c4
2be746c
* Wed Oct  9 2013 Tom Callaway <spot@fedoraproject.org> - 1.5-4
2be746c
- Fix handling of Exec= with an absolute path (bz991278)
2be746c
- Update license list, add AGPLv3+ (bz894187)
2be746c
cd043ba
* Tue Aug  6 2013 Thomas Woerner <twoerner@redhat.com> - 1.5-3
cd043ba
- Fixed URL and Source0, now using sourceforge.net
cd043ba
b582d43
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
b582d43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b582d43
0b83184
* Fri May 17 2013 Tom Callaway <spot@fedoraproject.org> - 1.5-1
0b83184
- update to 1.5
0b83184
0f810c9
* Mon Apr  1 2013 Tom Callaway <spot@fedoraproject.org> - 1.4-14
0f810c9
- explicitly Require: perl (bz919865)
0f810c9
- fix lua binary detection (bz919869)
0f810c9
e83f5fc
* Wed Mar  6 2013 Tom Callaway <spot@fedoraproject.org> - 1.4-13
e83f5fc
- update license list
e83f5fc
- exclude non-config files that live in /etc
e83f5fc
c13d69f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-12
c13d69f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c13d69f
dd187b8
* Tue Nov  6 2012 Tom Callaway <spot@fedoraproject.org> - 1.4-11
34b6470
- add Requires: %%{_bindir}/groff for man page checks (bz 873448)
dd187b8
0c54658
* Thu Sep  6 2012 Tom Callaway <spot@fedoraproject.org> - 1.4-10
0c54658
- fix handling of ruby RI files as text files (they are binary files)
0c54658
- apply upstream fix for macro regexp
0c54658
d220226
* Tue Sep  4 2012 Thomas Woerner <twoerner@redhat.com> - 1.4-9
d220226
- fix build for RHEL: no bash-completion
d220226
4ba4429
* Tue Aug 14 2012 Tom Callaway <spot@fedoraproject.org> - 1.4-8
4ba4429
- add magic number fix for python 3 (bz845972)
4ba4429
- update license list
4ba4429
e204a4f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-7
e204a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e204a4f
66978dd
* Mon Jan 23 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 1.4-6
66978dd
-  Patch to fix messages that contain unicode summaries
66978dd
   https://bugzilla.redhat.com/show_bug.cgi?id=783912
66978dd
023014e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
023014e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
023014e
364c6fd
* Thu Dec 15 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-4
1f01b0b
- Do not throw an error on .desktop files set +x. (bz 767978)
364c6fd
8504c7c
* Mon Dec  5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-3
8504c7c
- own %%{_datadir}/bash-completion/ (thanks Ville Skyttä)
8504c7c
f985389
* Mon Dec  5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-2
f985389
- add BR: bash-completion for the pc file
f985389
3347761
* Mon Dec  5 2011 Tom Callaway <spot@fedoraproject.org> - 1.4-1
3347761
- update to 1.4
3347761
32994cd
* Wed Oct 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.3-2
32994cd
- apply upstream fix for false error on checking ghosted man pages for 
32994cd
  encoding (bz745446)
32994cd
- update config to reflect new licenses (bz741298)
32994cd
76c1090
* Tue Jul 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.3-1
76c1090
- update to 1.3
76c1090
6a047fd
* Sun Apr 24 2011 Tom Callaway <spot@fedoraproject.org> - 1.2-1
6a047fd
- update to 1.2
6a047fd
- filter away files-attr-not-set for all targets except EL-4 (bz694579)
6a047fd
82cdcdc
* Thu Mar  3 2011 Tom Callaway <spot@fedoraproject.org> - 1.1-3
6541858
- apply upstream fix for source url aborts (bz 680781)
6541858
4b3b985
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
4b3b985
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4b3b985
8980a98
* Fri Feb  4 2011 Tom Callaway <spot@fedoraproject.org> - 1.1-1
8980a98
- update to 1.1
8980a98
fe3c725
* Tue Dec  7 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-3
fe3c725
- fix typo in changelog
fe3c725
- %% comment out item in changelog
fe3c725
- simplify el4/el5 config files (thanks to Ville Skyttä)
fe3c725
66f16c4
* Mon Dec  6 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0-2
fe3c725
- add support for el4-rpmlint, el5-rpmlint
66f16c4
- disable no-cleaning-of-buildroot checks for Fedora
66f16c4
- disable no-buildroot-tag check for Fedora
fe3c725
- disable no-%%clean-section check for Fedora
66f16c4
e7cd521
* Mon Nov  1 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.0-1
e7cd521
- Update to 1.0; fixes #637956, and #639823.
259364f
- Sync Fedora license list with Wiki revision 1.85.
8480e39
- Whitelist more expectedly setuid executables; fixes #646455.
8480e39
db3d04e
* Thu Aug 19 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.99-1
db3d04e
- Update to 0.99; fixes #623607, helps work around #537430.
db3d04e
- Sync Fedora license list with Wiki revision 1.80.
db3d04e
a9d4010
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 0.98-2
a9d4010
- recompiling .py files against Python 2.7 (rhbz#623355)
a9d4010
d345d00
* Wed Jun 23 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.98-1
d345d00
- Update to 0.98; fixes #599427 and #599516.
d345d00
- Filter out all lib*-java and lib*-python explicit-lib-dependency messages.
d345d00
- Sync Fedora license list with Wiki revision 1.75; fixes #600317.
d345d00
b7f5315
* Tue May 18 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.97-1
b7f5315
- Update to 0.97; fixes #459452, #589432.
b7f5315
- Filter out explicit-lib-dep messages for libvirt(-python) (Dan Kenigsberg).
b7f5315
- Sync Fedora license list with Wiki revision 1.73.
b7f5315
e2f06ee
* Thu Apr 22 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.96-1
e2f06ee
- Update to 0.96; fixes #487974, #571375, #571386, #572090, #572097, #578390.
e2f06ee
- Sync Fedora license list with Wiki revision 1.71.
e2f06ee
f0b8d54
* Sat Mar  6 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.95-2
f0b8d54
- Patch to fix non-coherent-filename regression for source packages.
f0b8d54
1468d1b
* Wed Mar  3 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.95-1
1468d1b
- Update to 0.95; fixes #564585, #567285, #568498, and #570086.
1468d1b
e6cf082
* Mon Feb  1 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.94-1
e6cf082
- Update to 0.94; rpm >= 4.8.0 spec file check fix included upstream.
e6cf082
- Sync Fedora license list with Wiki revision 1.65 (#559156).
e6cf082
43fef61
* Tue Jan 26 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.93-2
43fef61
- Apply upstream patch to fix spec file check with rpm >= 4.8.0.
43fef61
54cb46a
* Mon Jan 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 0.93-1
54cb46a
- Update to 0.93; fixes #531102 and #555284.
54cb46a
- Enable checks requiring network access in default config.
54cb46a
- Disallow kernel module packages in default config.
54cb46a
- Remove old X11R6 dirs from paths treated as system ones in default config.
54cb46a
- Sync Fedora license list with Wiki revision 1.64.
54cb46a
- Omit python-enchant and python-magic dependencies when built on EL.
54cb46a
83a9a35
* Mon Nov  2 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.92-1
83a9a35
- Update to 0.92; fixes #528535, and #531102 (partially).
83a9a35
- Python byte compile patch applied/superseded upstream.
83a9a35
- Add <lua> to list of valid scriptlet shells.
83a9a35
- Sync Fedora license list with Wiki revision 1.53.
83a9a35
8662069
* Mon Sep 14 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.91-1
8662069
- Update to 0.91; fixes #513811, #515185, #516492, #519694, and #521630.
8662069
- Add dependencies on gzip, bzip2, and xz.
8662069
- Sync Fedora license list with Wiki revision 1.49.
8662069
- Move pre-2008 %%changelog entries to CHANGES.package.old.
8662069
e326035
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90-2
e326035
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e326035
8662069
* Mon Jun 29 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.90-1
b28e778
- 0.90; fixes #508683.
b28e778
8662069
* Sun Jun 21 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.89-1
8662069
- Update to 0.89; fixes #461610, #496735, #496737 (partially), #498107,
8662069
  #491188, and #506957.
97d5013
- Sync Fedora license list with Wiki revision 1.44.
49f105a
- Parse list of standard users and groups from the setup package's uidgid file.
49f105a
8662069
* Thu Mar 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.87-1
8159ef4
- 0.87; fixes #480664, #483196, #483199, #486748, #488146, #488930, #489118.
8159ef4
- Sync Fedora license list with Wiki revision 1.38.
8159ef4
- Configs patch included upstream.
8159ef4
d6011dd
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.85-4
d6011dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d6011dd
8662069
* Tue Jan 20 2009 Ville Skyttä <ville.skytta@iki.fi>
c5e4831
- Sync Fedora license list with Wiki revision 1.34.
140570a
- Filter out filename-too-long-for-joliet and symlink-should-be-* warnings in
140570a
  default config.
19e9607
524627e
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.85-3
524627e
- Rebuild for Python 2.6
524627e
8662069
* Thu Oct 30 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.85-2
7600974
- Apply upstream patch to load all *config from /etc/rpmlint.
7600974
8662069
* Thu Oct 23 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.85-1
c7594a7
- 0.85, fixes #355861, #450011, #455371, #456843, #461421, #461423, #461434.
b22b6a1
- Mute some explicit-lib-dependency false positives (#458290).
dde4499
- Sync Fedora license list with Wiki revision 1.19.
c7594a7
- Dist regex patch applied/superseded upstream.
c7594a7
94babe1
* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.84-3
94babe1
- Sync Fedora license list with Wiki revision 1.09
94babe1
8662069
* Sat Jul 26 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.84-2
1f0d2b3
- 0.84, fixes #355861, #456304.
1f0d2b3
- Sync Fedora license list with Wiki revision "16:08, 18 July 2008".
0cf0e41
- Rediff patches.
1f0d2b3
8662069
* Tue May 27 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.83-1
31f59b4
- 0.83, fixes #237204, #428096, #430206, #433783, #434694, #444441.
31f59b4
- Fedora licensing patch applied upstream.
31f59b4
- Move pre-2007 changelog entries to CHANGES.package.old.
c741dda
- Sync Fedora license list with Revision 0.88.
31f59b4
5bfc533
* Tue May 20 2008 Todd Zullinger <tmz@pobox.com> 
5bfc533
- Sync Fedora license list with Revision 0.83 (Wiki rev 131).
5bfc533
8662069
* Mon Mar  3 2008 Ville Skyttä <ville.skytta@iki.fi> - 0.82-3
9ceb862
- Sync Fedora license list with Revision 0.69 (Wiki rev 110) (#434690).