Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

librpminspect-devel-1.10-4.fc38 RPM for s390x

From Fedora Rawhide for s390x / l

Name: librpminspect-devel Distribution: Fedora Project
Version: 1.10 Vendor: Fedora Project
Release: 4.fc38 Build date: Sun Jan 22 22:01:37 2023
Group: Development/Tools Build host: buildvm-s390x-03.s390.fedoraproject.org
Size: 191886 Source RPM: rpminspect-1.10-4.fc38.src.rpm
Packager: Fedora Project
Url: https://github.com/rpminspect/rpminspect
Summary: Header files and development libraries for librpminspect
The header files and development library links required to build software
using librpminspect.

Provides

Requires

License

GPLv3+ and LGPLv3+ and ASL 2.0 and MIT and CC-BY

Changelog

* Sun Jan 22 2023 Orion Poplawski <orion@nwra.com> - 1.10-4
  - Rebuild for clamav 1.0.0
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 1.10-3
  - Rebuilt for ICU 71.1
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 27 2022 David Cantrell <dcantrell@redhat.com> - 1.10-1
  - Upgrade to rpminspect-1.10
* Wed Mar 02 2022 David Cantrell <dcantrell@redhat.com> - 1.9-1
  - Upgrade to rpminspect-1.9
* Wed Feb 09 2022 David Cantrell <dcantrell@redhat.com> - 1.8-4
  - Rebuild (related #2046952)
* Tue Feb 08 2022 David Cantrell <dcantrell@redhat.com> - 1.8-3
  - Fix invalid free() usage (#2046952)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Nov 12 2021 David Cantrell <dcantrell@redhat.com> - 1.8-1
  - Upgrade to rpminspect-1.8
* Thu Nov 04 2021 David Cantrell <dcantrell@redhat.com> - 1.7-2
  - Fix missing %changelog entries in the package spec file
* Thu Nov 04 2021 David Cantrell <dcantrell@redhat.com> - 1.7-1
  - Upgrade to rpminspect-1.7
* Thu Nov 04 2021 David Cantrell <dcantrell@redhat.com> - 1.6-3
  - Upgrade to rpminspect-1.6
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.6-3
  - Rebuilt with OpenSSL 3.0.0
* Thu Sep 02 2021 David Cantrell <dcantrell@redhat.com> - 1.6-2
  - Use %gpgverify in %prep
* Thu Sep 02 2021 David Cantrell <dcantrell@redhat.com> - 1.6-1
  - Upgrade to rpminspect-1.6
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org>
  - Rebuild for versioned symbols in json-c
* Fri Apr 30 2021 David Cantrell <dcantrell@redhat.com> - 1.5-1
  - Begin work on version 1.5
  - Use llabs() instead of labs() in the filesize inspection
  - Improve has invalid execstack flags reporting
  - Use long unsigned int to report size changes in patches
  - Fix some errors in the changedfiles inspection
  - Update the changedfiles test cases
  - Check DT_SONAME in is_elf_shared_library()
  - Skip debuginfo and debugsource files in abidiff
  - Make sure abidiff test cases add a DT_SONAME to the test lib
  - Report INFO level for patches findings by default
  - Python black fixes in test/test_abidiff.py
  - Update the test/test_patches.py cases for patches changes
  - Generate regular changelog in utils/srpm.h
  - Skip branches without targets in submit-koji-builds.sh
  - Fedora and CentOS systems in ci need diffstat
  - opensuse-leap CI job requires diffstat
  - Fix the Debian CI jobs in GitHub Actions
  - Fix and enable the Ubuntu extra-ci job in GitHub Actions
  - Use pip instead of pip3 for the Ubuntu command
  - Use apt-get -y install in
  - Enable the opensuse-tumbleweed GHA job again
  - Make sure the Gentoo GHA job has diffstat
  - Get the Arch Linux GHA job working again
  - Use ubuntu:latest for the ubuntu GHA image
  - Simplify the utils/determine-os.sh script
  - Update license table in README.md
  - Allow any number of builds specified for fetch only mode
  - Handle old or broken versions of libmagic in changedfiles
  - Update GitHub Action status badges in README.md
  - Fix $(OS) check in the Makefile
  - Fix the ubuntu GitHub Actions extra-ci job
  - Make sure the centos8 job has git available before cloning
  - Change strappend() to work as a variadic function
  - Use json_tokener_parse_ex() to get better error reporting
  - Fix reading of the javabytecode block in the config file
  - Catch missing/losing -fPIC correctly on .a ELF objects (#352)
  - Refactor elf_archive_tests() and its helper functions
  - Followup fix for find_no_pic, find_pic, and find_all
  - Install cpp-coveralls using pacman on Arch Linux
  - Install cpp-coveralls using pip on Arch Linux
  - Install cpp-coveralls in pre.sh on Arch Linux
  - Install required Python modules in pre.sh on Arch Linux
  - Do not upgrade pip on Arch Linux, go back to using pip.txt
  - Drop DEBUG_PRINT from source generated by pic_bits.sh
  - Do not run apt-get update as a second time on Debians systems
  - The lost PIC tests need to invoke gcc with -fno-PIC
  - Update the OpenSUSE Tumbleweed files, but disable it anyway
  - Define inspection_ignores in struct rpminspect
  - Clean up the config file section reading code
  - Add add_ignore() to init.c
  - Fix fetch only mode download directory
  - Stub out libcurl download progress callback function
  - Perform symbolic owner and group matching in ownership (#364)
  - Restrict download_progress() to systems with CURLOPT_XFERINFOFUNCTION
  - Read per-inspection ignore lists from the config file.
  - Add commented out per-inspection ignore blocks
  - Implement per-inspection path ignore support (#351)
  - Report annocheck failures correctly in librpminspect.
  - Note all regular expression settings use regex(7) syntax
  - Allow size_threshold: info in the config file (#261)
  - Check ignore list in files for path prefixes to ignore (#360)
  - Support a list of expected empty RPMs in the config file (#355)
  - Call mparse_reset() before mparse_readfd()
  - Do not crash with the -c option specifies a non-existent file
  - Update TODO list
  - Make sure brp-compress is disabled in test_manpage.py
  - Require/Recommend /usr/bin/annocheck
  - Note size_threshold can be the keyword info
  - Ensure ctxt->lastError.message is not NULL before strdup (#382)
  - Handle corrupt compressed files in changedfiles (#382)
  - Disable debugging output for the ignore lists in init.c
  - Drop debugging output in the xml inspection
  - Remove what working directories we can
  - Correctly find icons for desktop files in subpackages (#367)
  - Followup to the Icon= check in the desktop inspection (#367)
  - BuildRequires libmandoc-devel >= 1.14.5
  - Manually install mandoc on centos7 for now
* Thu Mar 25 2021 David Cantrell <dcantrell@redhat.com> - 1.4-2
  - ExcludeArch %{ix86} and %{arm}
* Thu Mar 25 2021 David Cantrell <dcantrell@redhat.com> - 1.4-1
  - Start work on the 1.4 release
  - Trim git commit summary prefix from changelog lines
  - Report the program version number in the results (#309)
  - Handle compressed but otherwise empty man pages (#308)
  - Flake8 fixes for test_manpage.py
  - s/self.rpm/self.after_rpm/ in two test_manpage.py tests
  - Disable broken ELF heurisitic and size limit in libclamav
  - Modify dump_cfg() to write valid YAML to stdout (#306)
  - Migrate more code off hsearch and to uthash
  - Replace hsearch() with uthash in the kmod inspection
  - Update TEST_METADATA status in TODO and MISSING
  - Restrict style checks to specific directories
  - Replace hsearch() with uthash in the abidiff inspection
  - Change tsearch/twalk use to uthash
  - Correct misuse of entry with hentry variables (#321)
  - Normalize copyright boilerplates in source files
  - Use hentry->key over hentry->value in pathmigration
  - Adjust lib/meson.build for Fedora rawhide
  - Drop gate.yml and begin non-x86_64 arches in ci.yml
  - Add armv7, aarch64, and s390x to the other_arches job
  - Change init.c error reporting over to err/warn functions
  - Modify file triggers and matrix use in ci.yml
  - Split 32-bit osdeps out to post.sh scripts in osdeps/
  - Split style.yml in to shellcheck.yml and python.yml
  - Rewrite extra-ci.yml to use the matrix strategy method for GHA
  - Move the emulated CI jobs to extra-ci.yml
  - s/pkg/pki/ for the centos jobs
  - Debian and Ubuntu fixes for CI
  - Python pip on Debian is called pip
  - Try to fix just debian:stable
  - Enable debian:testing in extra-ci.yml
  - Enable centos8 in extra-ci.yml again
  - Enable centos7 in extra-ci.yml again
  - Enable opensuse-leap and gentoo in extra-ci.yml again
  - Run each test script individually on emulated targets
  - Try a different syntax for the emulated matrix jobs
  - Install s390 glibc headers on s390x fedora systems
  - Detect 32-bit and musl presence in test_elf.py
  - Skip lost -fPIC tests if gcc lacks -m32 support
  - Add stretch and buster to the emulated targets list
  - Drop Debian buster from the emulated targets
  - Install gcc-multilib only on Debian x86_64 and s390x systems
  - libc-dev:i386 -> libc6-dev:i386
  - Disable Debian targets in extra-ci temporarily
  - s/AUR/git/g in osdeps/arch/post.sh
  - In read_cfgfile(), keep track of block depth correctly (#329)
  - A few more yaml parsing fixes for block vs group
  - Recommend or Require libabigail >= 1.8.2
  - Finish normalizing all the error reporting statements
  - Advertise of rpminspect-report in the contrib README.
  - Report libclamav version and CVD versions (#258)
  - Ensure first argument of warn(3) is a format string.
  - Enable werror=true and warning_level=3 in default_options
  - Update the translation template file
  - Get rid of invalid free() in get_product_release()
  - Add inspection_id() to librpminspect
  - Update the po/rpminspect.pot template
  - Improve mkannounce.sh to handle stable and devel releases
* Thu Mar 25 2021 David Cantrell <dcantrell@redhat.com> - 1.4-1
  - Start work on the 1.4 release
  - Trim git commit summary prefix from changelog lines
  - Report the program version number in the results (#309)
  - Handle compressed but otherwise empty man pages (#308)
  - Flake8 fixes for test_manpage.py
  - s/self.rpm/self.after_rpm/ in two test_manpage.py tests
  - Disable broken ELF heurisitic and size limit in libclamav
  - Modify dump_cfg() to write valid YAML to stdout (#306)
  - Migrate more code off hsearch and to uthash
  - Replace hsearch() with uthash in the kmod inspection
  - Update TEST_METADATA status in TODO and MISSING
  - Restrict style checks to specific directories
  - Replace hsearch() with uthash in the abidiff inspection
  - Change tsearch/twalk use to uthash
  - Correct misuse of entry with hentry variables (#321)
  - Normalize copyright boilerplates in source files
  - Use hentry->key over hentry->value in pathmigration
  - Adjust lib/meson.build for Fedora rawhide
  - Drop gate.yml and begin non-x86_64 arches in ci.yml
  - Add armv7, aarch64, and s390x to the other_arches job
  - Change init.c error reporting over to err/warn functions
  - Modify file triggers and matrix use in ci.yml
  - Split 32-bit osdeps out to post.sh scripts in osdeps/
  - Split style.yml in to shellcheck.yml and python.yml
  - Rewrite extra-ci.yml to use the matrix strategy method for GHA
  - Move the emulated CI jobs to extra-ci.yml
  - s/pkg/pki/ for the centos jobs
  - Debian and Ubuntu fixes for CI
  - Python pip on Debian is called pip
  - Try to fix just debian:stable
  - Enable debian:testing in extra-ci.yml
  - Enable centos8 in extra-ci.yml again
  - Enable centos7 in extra-ci.yml again
  - Enable opensuse-leap and gentoo in extra-ci.yml again
  - Run each test script individually on emulated targets
  - Try a different syntax for the emulated matrix jobs
  - Install s390 glibc headers on s390x fedora systems
  - Detect 32-bit and musl presence in test_elf.py
  - Skip lost -fPIC tests if gcc lacks -m32 support
  - Add stretch and buster to the emulated targets list
  - Drop Debian buster from the emulated targets
  - Install gcc-multilib only on Debian x86_64 and s390x systems
  - libc-dev:i386 -> libc6-dev:i386
  - Disable Debian targets in extra-ci temporarily
  - s/AUR/git/g in osdeps/arch/post.sh
  - In read_cfgfile(), keep track of block depth correctly (#329)
  - A few more yaml parsing fixes for block vs group
  - Recommend or Require libabigail >= 1.8.2
  - Finish normalizing all the error reporting statements
  - Advertise of rpminspect-report in the contrib README.
  - Report libclamav version and CVD versions (#258)
  - Ensure first argument of warn(3) is a format string.
  - Enable werror=true and warning_level=3 in default_options
  - Update the translation template file
  - Get rid of invalid free() in get_product_release()
  - Add inspection_id() to librpminspect
  - Update the po/rpminspect.pot template
  - Improve mkannounce.sh to handle stable and devel releases
* Thu Feb 25 2021 David Cantrell <dcantrell@redhat.com> - 1.3.1-1
  - Remove duplicate elf_end() call in init_elf_data() (#303)
  - Update translation template
* Thu Feb 25 2021 David Cantrell <dcantrell@redhat.com> - 1.3-2
  - Small change to the way Koji builds are submitted
  - Move the master branch to version 1.3
  - Drop DEBUG_PRINT in process_table()
  - Add doc/git.md to explain source control conventions
  - Change Suggests to Recommends in the spec file
  - Add kmidiff and politics to the inspections section of generic.yaml
  - Update TODO list
  - Use warn() for non-fatal errors in mkdirp()
  - Require libabigail >= 1.8 in rpminspect.spec.in
  - Enable multiple --headers-dir1 and --headers-dir2 args in abidiff
  - Swap out some more fprintf()/fflush() reporting with warn()
  - #include <err.h> in peers.c and rmtree.c
  - On fedora-rawhide CI jobs, install gcc-c++ and gcc-plugin-devel
  - Disable fedora-rawhide GitHub Action for now
  - Correctly handle the -w option on rpminspect(1) (#256)
  - Drop the relative path handling for the -w option
  - Build and install rc from source on opensuse-leap
  - Update doc/git.md on how to track upstream
  - Add .github/ and osdeps/ directories to extra-ci.yml
  - Build and install rc from source on opensuse-tumbleweed
  - Adjust curl(1) command line used for rc in opensuse CI jobs
  - Trying to figure out why the opensuse jobs produce curl errors
  - Another slight change to post.sh for the opensuse-leap CI job
  - s/PowerTools/powertools/g in the centos8 PKG_CMD definition
  - The output of html2text on opensuse systems is different
  - Rename HEADER_MAN to HEADER_MANPAGE (#264)
  - Add inspection_header_to_desc() to librpminspect (#264)
  - Add xunit output format support (#264)
  - Support the new output function call syntax (#264)
  - Move init_elf_data() to readelf.c, move data to struct rpminspect
  - Update inspect_elf.c unit tests for librpminspect changes
  - Remove check_ipv6() from inspect_elf.c
  - Create the badfuncs inspection
  - Update po/ translation files.
  - Add badfuncs test cases
  - Forgot to commit test_badfuncs.py.
  - Fix flake8 and black errors with test_badfuncs.py
  - Skip debug packages in filesize, display changes correctly
  - Fix spurious execstack failure
  - Fix YAML config file reading for BLOCK_INSPECTIONS
  - Expand dump_config() to cover all config file settings
  - Minor spelling fixes in strfuncs.c and making code explicit
  - Simplify list_to_string() so it handles 1-elements lists right
  - Add abspath() to canonicalize path strings
  - In the doc inspection, only show diff(1) output for text files (#254)
  - Add strxmlescape() to strfuncs.c in librpminspect (#264)
  - Output the system-out xunit portion as CDATA (#264)
  - Slightly change how strxmlescape() works
  - Add the runpath inspection to librpminspect
  - Rename test/data/lto.c to test/data/mathlib.c
  - Handle the empty string case in abspath()
  - Expand dump_cfg() to show runpath settings
  - Fix block handling problems in the YAML config reader
  - Note single builds cannot be rebases in is_rebase()
  - Hook up the driver for the runpath inspection
  - Install patchelf for tests on fedora and centos
  - Update TODO and README.md files
  - Pass -D to rpminspect in the test suite
  - Add integration tests for the runpath inspection
  - Python flake8 and black fixes in test_runpath.py
  - Fixes for GitHub Actions on Debian and Ubuntu
  - Disable Rust support in pip modules, more extra-ci fixes
  - Update pip and setuptools on debian and ubuntu CI jobs
  - Make sure pip is updated on debian, centos7, and centos8
  - Fixes for extra-ci on arch, centos7, centos8, and debian
  - Adjust docker image names for opensuse and arch
  - Add Gentoo Linux to the Extra CI set
  - extra-ci.yml typo fix for the gentoo job
  - Use gentoo/stage3 as the container for the gentoo CI job
  - Disable opensuse-tumbleweed and archlinux CI jobs
  - Make sure util/determine-os.sh picks up Gentoo Linux
  - In the runpath inspection, fail if DT_RPATH and DT_RUNPATH exist
  - Use pip install for PIP_CMD on gentoo
  - Set PIP_CMD to pip install -user for gentoo
  - Handle a NULL from list_to_string() in abspath()
  - Do not match path prefixes in the runpath inspection
  - Python black fixes for test_runpath.py
  - Stop doing an emerge --sync on the gentoo CI job
  - Replace emerge --sync with a manual portage sync
  - Use emerge-webrsync to update portage on gentoo
  - Add uthash and move the file matching code to it.
  - Typo fix in README.md
  - Fix some memory leaks found by valgrind
  - Create mkannounce.sh to help make release announcements easier
  - shellcheck fixes for mkannounce.sh
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/include/librpminspect
/usr/include/librpminspect/constants.h
/usr/include/librpminspect/inspect.h
/usr/include/librpminspect/output.h
/usr/include/librpminspect/readelf.h
/usr/include/librpminspect/results.h
/usr/include/librpminspect/rpminspect.h
/usr/include/librpminspect/secrules.h
/usr/include/librpminspect/types.h
/usr/include/librpminspect/uthash.h
/usr/lib64/librpminspect.so
/usr/share/licenses/librpminspect-devel
/usr/share/licenses/librpminspect-devel/COPYING.LIB


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 4 01:59:06 2023