c1f8eba3e1
------------------------------------------------------------------
...
- Update to version 84.87+git20181018.60e0249:
* Add test for %tmpfiles_create foo.conf with no full path
- Update rpmlint-checks to version master (bsc#1116686):
* Ignore decoding errors as we're not sure we know the encoding
* Use UTF-8 encoding when opening .pc file (#42 )
* whitelist otrs permission file (#41 )
* Relax various flake8 warnings
* Handle '-n' option for %service_del_preun %service_del_postun
* There isn't a good standard, whether the directory should be called 'tests/' or 'test/'
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=646
2019-01-09 19:04:28 +00:00
bc11f0cc49
- Update rpmlint-checks to version master:
...
* Use only one pattern that covers both cases
* Add support to identify tmpfiles_create used with just a basename
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=627
2018-10-16 15:34:16 +00:00
472848675b
- Update to version master:
...
* security checks: add link to openSUSE wiki to error message details
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=625
2018-10-08 11:12:48 +00:00
e67391f602
- Update rpmlint-checks to version master:
...
* New file 5.33 does identify pie executables now (bsc#1097339)
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=599
2018-07-03 12:33:55 +00:00
c570150c6e
- add Lua/NodeJS related groups to list of valid groups
...
- Update rpmlint-checks to version master:
* Blacklist python test folder in python packages
* Error out on /etc/bash_completion.d in packages
* Do not use otherproviders() SUSEism
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=593
2018-06-04 09:20:58 +00:00
e420fc7839
- Update rpmlint-checks to version master:
...
* polkit: make untracked privileges also an error
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=564
2018-02-08 15:38:49 +00:00
6d377a1258
- Update to version 84.87+git20180202.3df4ae7:
...
* Add testcases for MenuXDGCheck.py
- Update rpmlint-checks to version master:
* Support uppercase tag macros used by RPM 4.14
- Update to version 84.87+git20180202.3df4ae7:
* Add testcases for MenuXDGCheck.py
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=563
2018-02-08 13:51:40 +00:00
0520e8267a
* Rewrite BashismsCheck to actually work
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=552
2017-11-25 10:11:14 +00:00
e42f7f42c0
* Open paths within the rpm file itself
...
* Fix python warning
* BashismCheck: Only check regular files
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=550
2017-11-24 16:54:34 +00:00
11225a2e61
- Update to version master:
...
* Open paths within the rpm file itself
* Fix python warning
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=549
2017-11-24 16:45:07 +00:00
b34d205dac
- Update to version master:
...
* Fix warnings
* Add new rpmlint check for new %{_fillupdir} macro (boo#1069468)
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=548
2017-11-24 10:13:20 +00:00
cb46d50929
- Update rpmlint-tests to version master:
...
* Add Flake8 travis check
* Fix scriptprog invocation
* Print the duplicated filenames sorted to be stable accross multiple calls
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=544
2017-11-03 08:11:30 +00:00
32659a246a
- Update to version master:
...
* Python 3.x porting of the ErlangCheck
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=531
2017-10-11 08:04:24 +00:00
9bc0827209
- Update to version 84.87+git20171011.856375f:
...
* Add unit test for ErlangCheck
- Update to version master:
* Treat strongly versioned libs also as compliant (bsc#723726)
* LibraryPolicy: allow %%_licensedir in packages (used by %license)
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=524
2017-10-11 06:45:21 +00:00
92b014372d
- Update to version 84.87+git20171009.dfac67b:
...
* Adjust output for enabled non-std group checks
- Update rpmlint-checks to version master:
* Fix false positives for -theme- -> -branding- rename
* Stop leaking filedescriptors
* Pythonic fixes
* Drop CheckAppdata (there is AppDataCheck upstream)
* Tighten ELF check
* Tiny code formatting cleanup
* Tighten the branding policy reporting a bit to make it less confusing
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=519
2017-10-10 09:22:46 +00:00
613f1d6bc0
* Port LibraryPolicyCheck to Python 3.x
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=501
2017-09-30 14:56:31 +00:00
680daa4eb0
* Add TmpFilesCheck
...
* Flake8 / Stop leaking filedescriptors
- Update rpmlint-tests:
* Stop leaking filedescriptors
* Address various deprecation warnings
* Avoid leaking fds and further Python 3.x porting
- drop sourced-dirs.diff, fix-shared-library-matching.diff,
suse-python-abi-check.diff, add-check-for-tmpfiles-created-at-r.diff: obsolete
ignore-readelf-ar-error.diff, remove-ghostfile-checks.diff
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=499
2017-09-30 08:27:35 +00:00
b2de5e99ae
- Update to version master:
...
* Stop leaking filedescriptors
* Address various deprecation warnings
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=498
2017-09-30 07:54:06 +00:00
46062032f5
- Update to version master:
...
* Flake8 fixes
* Properly anchor systemd path checks
* Python 3.x porting
- Update rpmlint-checks:
* Flake8 fixes
* Properly anchor systemd path checks
* Python 3.x porting
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=495
2017-09-29 12:08:51 +00:00
3eec33df17
- Update to version master:
...
* Ignore trailing whitespace in permission files (bsc#1060738)
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=481
2017-09-28 09:32:24 +00:00
973f679e05
- Update to version master:
...
* remote unused/outdated checks
- Update to version 84.87+git20170418.092177d:
* Remove initscript related tests, systemd FTW!
- Update to version master:
* remote unused/outdated checks
- Update to version 84.87+git20170418.092177d:
* Remove initscript related tests, systemd FTW!
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=450
2017-04-19 08:02:59 +00:00
4ac315cd5b
* Prevent a false-positive in systemd
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=437
2017-03-09 16:30:39 +00:00
9c8f75c3fb
update sysv check
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=433
2017-03-09 15:36:55 +00:00
7a660e3aaf
- Update to version 84.87+git20161214.5500838
...
* add checks for shlib-policy-name-error and "no dependency on *lib*"
- rpmlint-checks:
* Check for old SysVinit scripts and the usage of insserv
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=432
2017-03-09 15:21:57 +00:00
a29c886d0f
fix syntax error
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=404
2016-09-06 13:31:33 +00:00
e0f3b8e0ba
- rpmlint-checks:
...
* Make checks python3 compatible
* Fix update-alternatives check when it's quoted
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=402
2016-08-31 13:21:28 +00:00
0a289acc67
- Update to version 13.2+git20160725.8d99488:
...
* add check for calls to gethostbyname and similar
* add check for correct invocation of chroot
- rpmlint-checks:
* Fix typo in BrandingPolicyCheck.py
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=398
2016-07-25 14:31:52 +00:00
43848ac058
- Speedup CheckBuildDate check
...
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=341
2015-10-14 14:20:29 +00:00