| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: build-compare | Distribution: SUSE Linux Enterprise 15 |
| Version: 20221206T204012.bb70754 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150500.1.7 | Build date: Wed May 17 15:07:06 2023 |
| Group: Development/Tools/Building | Build host: sheep17 |
| Size: 77894 | Source RPM: build-compare-20221206T204012.bb70754-150500.1.7.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/openSUSE/build-compare | |
| Summary: Build Result Compare Script | |
This package contains scripts to find out if the build result differs to a former build.
GPL-2.0-or-later
* Fri Nov 25 2022 stefan.bruens@rwth-aachen.de
- Trim "PROVIDES" from source rpms (#59, bsc#1205998)
* Mon Sep 19 2022 dmueller@suse.com
- move license to licensedir
- spec file cleanups
* Fri Sep 02 2022 martin.kampas@jolla.com
- fix compatibility with older sed (#55)
* Tue Aug 23 2022 martin.kampas@jolla.com
- handle more setuid/setgid ELF variants (#54)
* Mon Jun 20 2022 olaf@aepfle.de
- fix objdump parsing for non-executable sections (#53)
* Mon Jun 13 2022 olaf@aepfle.de
- fix objdump parsing (#52)
* Fri Mar 04 2022 olaf@aepfle.de
- handle -a also in same-build-result.sh
- Find rpmlint.log in more places
- fix logic error in appstream comparison
- rework exit handling in same-build-result.sh
- Fix result in case no rpmlint.log exist
- remove count of checks and packages from rpmlint.log
- remove Check time report from rpmlint.log
- ELF diffing performance improvements
- unpack packages in parallel
- Add zstd handling
* Wed Feb 23 2022 seife+obs@b1-systems.com
- Add extra handling for KMP versions
* Tue Sep 21 2021 coolo@suse.de
- Fix build-compare for shadow package
* Mon Sep 20 2021 schwab@suse.de
- Properly drop another duration from rpmlint.log
* Mon Sep 06 2021 bwiedemann@suse.de
- Drop another duration from rpmlint.log
* Wed Aug 11 2021 olaf@aepfle.de
- Handle another Date: variant in DocBook generated man pages
* Mon Jul 27 2020 bwiedemann@suse.de
- Make output more diffable and readable
- Fix regression in compare_archive
- Fix unit tests
* Fri May 29 2020 olaf@aepfle.de
- Remove usage of readarray to remain compatible with bash3
* Fri May 29 2020 olaf@aepfle.de
- Colltect a list of known rpm tags and use it to build the
queryformat string for the tags listed below (bsc#1172232)
conflict obsolete oldsuggests provide recommend require suggest supplement
* Thu May 14 2020 olaf@aepfle.de
- Trim first line of man page to catch overly verbose tools (now Pandoc)
* Wed May 13 2020 olaf@aepfle.de
- compare also posttrans scripts, and pretrans + verifyscript
* Tue May 05 2020 olaf@aepfle.de
- handle oddly named ZIP archives
- touch watchdog every 15 instead of 57 minutes
* Tue Mar 31 2020 olaf@aepfle.de
- gtk-doc: filter version info from html files
* Fri Jan 10 2020 olaf@aepfle.de
- compare archives in separate directory to preserve existing files
- consider only files and symlinks in verify_before_processing
* Tue Jan 07 2020 olaf@aepfle.de
- this new decade must be handled in man pages created by docbook.xml
- use bash Process Substitution in diff_two_files
- use bash Process Substitution when processing ELF files
- move normalizing code from check_single_file into separate function
- better input verification in check_single_file
- split verification from diff_two_files into separate function
- move check for ignored files out of check_single_file
- separate helper functions from code in pkg-diff
- touch host watchdog when producing output and in loops (issue#35)
- add functions to touch host watchdog
- always run cleanup in check_compressed_file
- use EXIT handler in pkg-diff to remove tmpfiles
* Wed Aug 14 2019 jayvdb@gmail.com
- pkg-diff.sh: Ignore R build timestamp & temp paths
https://github.com/openSUSE/build-compare/pull/34
* Tue Feb 19 2019 olaf@aepfle.de
- javadoc: filter dc.created
- Support filenames with spaces
- jar: always list files without date+size
- Fix differing jars reported as identical
* Tue Aug 28 2018 ol@infoserver.lv
- Ignore value of Release header when comparing spec files
* Fri Jul 06 2018 olaf@aepfle.de
- pkg-diff: fix diff returning 0
* Wed Jul 04 2018 olaf@aepfle.de
- Match also ELF pie executable (bsc#1097339)
* Wed Jul 04 2018 olaf@aepfle.de
- Remove trailing space from two match patterns
* Tue Jun 26 2018 olaf@aepfle.de
- Recognize "setuid ELF nn-bit xSB shared object" ELF binaries
* Mon May 28 2018 olaf@aepfle.de
- Avoid large temporary files from hexdump output and avoid
diff(1) runing OOM by using a fifo (issue#24)
* Fri Apr 13 2018 olaf@aepfle.de
- check rpm capabilities for recommends/suggests
* Fri Dec 08 2017 ol@infoserver.lv
- Ignore /usr/lib/.build-id differences in package filelist
* Mon Dec 04 2017 olaf@aepfle.de
- Treat .egg files as zip
* Wed Nov 08 2017 olaf@aepfle.de
- srpm check requires cpio
* Mon Nov 06 2017 olaf@aepfle.de
- Fix usage of cmp_spec and unrpm in srpm-check.sh
* Fri Nov 03 2017 olaf@aepfle.de
- Catch empty rpm -qp --qf output for tags not understood by rpm
* Fri Oct 20 2017 olaf@aepfle.de
- Remove newly introduced files-duplicate check from rpmlint
In case files are hardlinked, the source and destination is
scrambled in rpm output: the pkg will be republished.
In case files are not hardlinked, the source and destination
is scrambled in rpmlint output: the pkg will be republished
* Thu Jul 27 2017 olaf@aepfle.de
- Compare also supplements and recomments (issue#18)
* Fri Mar 31 2017 olaf@aepfle.de
- Handle timestamp and checksum in xen.efi
* Wed Mar 22 2017 olaf@aepfle.de
- Handle _kf5_htmldir, it HAD to be different...
* Tue Mar 21 2017 olaf@aepfle.de
- Handle /usr/share/vdr/locale/
* Sun Feb 12 2017 olaf@aepfle.de
- Remove warning file-contains-date-and-time from rpmlint.log
* Thu Jan 05 2017 olaf@aepfle.de
- Fix name-version-release regex for release without dots
* Wed Dec 14 2016 olaf@aepfle.de
- Remove warning about python mtime mismatch, a republish will not help (bsc#915948)
- Handle yet another variant of numbered anchor in html file
* Wed Nov 09 2016 olaf@aepfle.de
- Ignore /etc/ld.so.cache
- Ignore /etc/machine-id
* Tue Nov 08 2016 olaf@aepfle.de
- Ignore /etc/hosts
- Handle every path matching /share/man/ as man page
* Mon Nov 07 2016 ol@infoserver.lv
- Ignore .gnu_debugdata section when comparing ELF files.
* Wed Oct 12 2016 ro@suse.de
- pkg-diff.sh: use option --speed-large-files for diffing
disassembler output (bsc#1003528)
* Wed Sep 21 2016 olaf@aepfle.de
- Handle broken symlinks
* Thu Aug 25 2016 olaf@aepfle.de
- Update strip_numbered_anchors to catch more random identifiers
* Wed Aug 24 2016 liezhi.yang@windriver.com
- functions.sh: improve deb and ipk checking
- Add support for deb and ipk packaging
- pkg-diff.sh: check for fifo (named fifo)
- pkg-diff.sh: remove space in the end for ftype
- pkg-diff.sh: check_single_file(): return at once when same
- functions.sh: run rpm once to make it faster
* Fri Aug 05 2016 olaf@aepfle.de
- Handle unknown ELF files as different.
* Wed Apr 06 2016 olaf@aepfle.de
- add used utilities to Requires
* Tue Mar 08 2016 olaf@aepfle.de
- Remove hacks from /var/adm/update-scripts|messages case
* Tue Mar 08 2016 olaf@aepfle.de
- Handle /var/adm/update-messages in scripts and filelist
* Mon Mar 07 2016 olaf@aepfle.de
- Whitespace in javadoc case
- Whitespace changes in html case
- Move case kde/gtk html up in the case list
- Move case rdoc html up in the case list
- Add option -a to same-build-result.sh and loop through all rpms
- Rework sorting of rpm files in same-build-result.sh
- Better diagnostic if number of subpackages changes
- Create tmpfiles earlier in same-build-result.sh
- Handle all javadoc html files
* Fri Mar 04 2016 olaf@aepfle.de
- Handle yet another variant of elc timestamps
* Thu Mar 03 2016 olaf@aepfle.de
- Handle timestamp in dvi files
- Handle Last-modified HTML META tag
- Handle yet another variant of javadoc timestamps
* Fri Jan 01 2016 schwab@suse.de
- Fix quoting in find expression
* Thu Oct 22 2015 olaf@aepfle.de
- Remove filename-too-long-for-joliet from rpmlint.log
* Mon Oct 12 2015 olaf@aepfle.de
- Filter out durations from rpmlint progress report
* Fri Oct 02 2015 olaf@aepfle.de
- Handle texi2html 5.0 timestamps
* Fri Aug 21 2015 seife+obs@b1-systems.com
- avoid -kmp packages with "filename-too-long-for-joliet"
triggering constant republishing
* Wed Jul 15 2015 olaf@aepfle.de
- 2015.07.15
- Handle more texi2html generated files and patterns
* Wed Jun 17 2015 olaf@aepfle.de
- 2015.06.17
- Fix regex to handle /lib/(modules|firmware)/version-release-any properly
* Tue Apr 28 2015 olaf@aepfle.de
- 2015.04.28
- Filter InitrdID in /linuxrc.config
- Hexdump old and new file in parallel
- Sort cpio file list with files to compare
- Extract old and new files in parallel
- Ignore block device nodes
- Ignore character device nodes
- Always clean tmpdir on exit in pkg-diff.sh
- Handle squashfs files
* Mon Apr 13 2015 olaf@aepfle.de
- 2015.04.13
- Show hint if pkg-diff.sh returns non-zero
- Adjust intending in same-build-result.sh
- Handle /usr/src/packages/OTHER
- Handle "setuid directory"
* Fri Mar 20 2015 olaf@aepfle.de
- 2015.03.20
- Convert correct png file before comparison
- Avoid name clashes when comparing png files
- Handle filename changes gracefully when comparing unknown filetypes
- Use generic helper to compare png files
* Thu Feb 12 2015 olaf@aepfle.de
- Handle also .o files as ELF relocatable objects
* Thu Feb 12 2015 randy.e.witt@linux.intel.com
- Rename rpm-check.sh to pkg-diff.sh
* Tue Feb 10 2015 olaf@aepfle.de
- 2015.02.10
- Trim objdump output properly
- Trim .TH also in localized man pages (bnc#915941)
- Remove also DVIPSSource from .ps files
* Tue Feb 10 2015 randy.e.witt@linux.intel.com
- Print section differences even if assembly has differences.
- Add support for nested rpms.
- Make rpm-check work for "packages" other than rpm.
- Tell which section was different when doing ELF comparisons.
- Error when one of the rpms is not found
* Fri Feb 06 2015 olaf@aepfle.de
- 2015.02.06
- Remove more javadoc references (bnc#916161)
- Handle *.war files like *.jar files
- Trim name-version-release string in update-scripts
* Wed Feb 04 2015 olaf@aepfle.de
- 2015.02.04
- Handle ruby gem files, they are tar archives (bnc#916047)
- Remove Creator: and CreationDate: tags from .ps files (bnc#915952)
- Correct regex for hostname in libtool (bnc#916268)
* Tue Feb 03 2015 olaf@aepfle.de
- 2015.02.03
- Trim .TH also in perl man pages (bnc#915941)
- Trim first line of man page to catch overly verbose tools
- Use correct offset for patching mtime out of .pyc files
- Add BuildIgnore to allow bootstrap in sle11
* Mon Feb 02 2015 olaf@aepfle.de
- 2015.02.02
- Trim VERSION-RELEASE also in rpmlint log
- Adjust regex for spec comparing in src.rpm
- handle also stick and setuid directory from file(1) output
* Wed Jan 21 2015 olaf@aepfle.de
- 2015.01.21
- Remove leading spaces from file(1) output
- Force removal of tmpdir to handle files marked as read-only
* Fri Jan 09 2015 olaf@aepfle.de
- 2015.01.14
- Trim VERSION-RELEASE instead of RELEASE because the release number
will match other substrings.
- Use regex instead in sed /regex/ to match dots properly
- Handle plain cpio archives from gfxboot
- Add patterns for .TH header in man pages to handle all cases
* Wed Nov 26 2014 ohering@suse.de
- 2014.11.25
- correctly handle cmp_spec return code if file checksum differs
- handle also bz2 and xz compressed files with odd name
* Tue Nov 18 2014 ohering@suse.de
- 2014.11.15
- show sorted differences of rpmlint log (bnc#904092)
- handle kernel and kmp packages, but support for kernel* is disabled
- minor style fixes
- handle cpio archives
- handle absolute symlinks correctly
- handle all ELF sections, not only the ones starting with dot
* Wed Nov 12 2014 schwab@suse.de
- Use $(...) instead of `...` to avoid losing backslash quoting
* Fri Nov 07 2014 ohering@suse.de
- Update check-all option to really keep going and check all files
- Add check to recursively look into gzip files with odd suffix
to properly handle /usr/share/vlc/skins2/default.vlt
/usr/lib/build /usr/lib/build/functions.sh /usr/lib/build/pkg-diff.sh /usr/lib/build/same-build-result.sh /usr/lib/build/srpm-check.sh /usr/share/licenses/build-compare /usr/share/licenses/build-compare/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 9 19:59:45 2026