↵ Return to the main page of postgresql16-credcheck-selinux
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-05-22 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-7 | - Updated the Requires and recommends between the main package and the selinux subpackage to reflect the rename |
2025-05-22 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-6 | - This is a commit message for the previous commit I have unfortunately pushed a commit with an inclomplete commit message into the epel8 branch which does not allow force pushing, therefore a rebase is not possible so this empty commit only exists to amend that commit message: I have renamed the base package back to credcheck to keep the srpms called credcheck as well to work around the automatisation used in koji and mock builds, I have created a subpackage named postgresql%{postgres_major_version}-credcheck to be able to produce the correct output rpms and also renamed the selinux subpackage to postgresql%{postgresq_major_version}-credcheck-selinux to keep the naming consistent. This now allows me to build the package using koji without raising the "epel8 branch not requested for postgresql16-credcheck" error during the builds. |
2025-05-21 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-5 | - Rename fix |
2025-05-16 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-4 | - Renamed the package to postgresql16-credcheck to make handling building for other versions of postgresql in the future easier. |
2025-05-16 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-3 | - Added the necessary build for postgresql to acommodate the modularity of epel8 This means: * a minimal build of postgresql16 inside the build phase * "installation" of said builds files into a temporary dir (/tmp/pgsql) to ease it's deletion later * passing the pg_config files location as an rgument to the %make_build and %make_install of credcheck * creation of all the necessary directories since ppostgresql is located in a weird spot so they won't be created by it * moving all the necessary files of credcheck: - credcheck.control - credcheck.so - credcheck--%{version}.0.sql - credcheck--*--*.sql (the "update" files) to their proper place as they will be installed inside the dir that postgresql is in, this cannot be overriden using destdir or any other means known to me and is caused by the call of pgxs.mk provided by postgresql-server-devel inside the makefile of credcheck (the location of pgxs.mk can be found using: /usr/bin/pg_config --pgxs) * removing the installed files of postgresql16 (as mentioned above they are all in /tmp/pgsql) |
2025-05-15 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-2 | - Changed the filepath inside the lto_optimization patch since the target file cannot be found without using autosetup inside the spec file. |
2025-05-13 | Pavol Sloboda <psloboda at redhat dot com> - 3.0-1 | - Initial commit conatining the clone of the rwarhide branch with a new source of postgresql 16.8 and the removal of Requires and BuildRequires of postgresql-server and postgresql-server-devel to get around the modularity of epel8 during build |