{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":187857269,"defaultBranch":"main","name":"rpminspect-data-fedora","ownerLogin":"rpminspect","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-05-21T14:45:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/53879131?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1695232611.0","currentOid":""},"activityList":{"items":[{"before":"8ec41c181f3d580aa991498d0e9acf6d1ba492b8","after":"8607b47fdb7f614e53087696985abf80749ae901","ref":"refs/heads/main","pushedAt":"2024-06-24T18:14:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Update 'fc41 capabilities' to a currently used format","shortMessageHtmlLink":"Update 'fc41 capabilities' to a currently used format"}},{"before":"8bd20953c8dcad7eeb7aae2374e2c6715eb48fb2","after":"8ec41c181f3d580aa991498d0e9acf6d1ba492b8","ref":"refs/heads/main","pushedAt":"2024-05-03T20:29:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Fix typos in remedy/fedora.toml\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Fix typos in remedy/fedora.toml"}},{"before":"4b1bf850c375ff96b32230de512563bb2412e697","after":"8bd20953c8dcad7eeb7aae2374e2c6715eb48fb2","ref":"refs/heads/main","pushedAt":"2024-04-09T16:57:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"s/Makefile/GNUmakefile/g in GNUmakefile help target\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"s/Makefile/GNUmakefile/g in GNUmakefile help target"}},{"before":"9c8965089c02f18fc0457ead022f3063c07f11e3","after":"4b1bf850c375ff96b32230de512563bb2412e697","ref":"refs/heads/main","pushedAt":"2024-04-09T15:18:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Rename top Makefile to GNUmakefile; use gzip for archive\n\nChange all of the .tar.xz instances to .tar.gz and make sure to use\ngzip to compress the source archive.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Rename top Makefile to GNUmakefile; use gzip for archive"}},{"before":"52f36ba22d2a9fcc73cf8d11714c345d29cbd333","after":"9c8965089c02f18fc0457ead022f3063c07f11e3","ref":"refs/heads/main","pushedAt":"2024-04-09T14:48:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Many policy and config updates:\n\n1) In fedora.yaml, add product release regexps for Fedora releases up\nto Fedora 50 and EL releases up to EL 15. These need to be added each\ntime there's a new release with a dist tag. They map to the files in\nsubdirectories in this package.\n\n2) Add 'fc41' files for abi/, capabilities/, fileinfo/, icons/,\nrebaseable/, and security/. This was done by copying the fc40 rules\nto fc41 and we can go from there.\n\n3) Add the remedy/ subdirectory with vendor remedy strings. This is\nmostly provided as an example, but if you want to improve the remedy\nstrings specific to Fedora, this is where to do it. The defaults in\nrpminspect are meant to be more generic. This remedy/fedora.toml file\ncontains copies of the default strings right now, but feel free to\nmodify them to make them more specific to Fedora and Fedora's\nprocesses.\n\n4) Add missing udevrules inspection block in fedora.yaml as well as\nlisting the inspection by default.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Many policy and config updates:"}},{"before":"fb53cacddcc8f72ee475b5e83b8d41851cbd7c85","after":"52f36ba22d2a9fcc73cf8d11714c345d29cbd333","ref":"refs/heads/main","pushedAt":"2023-12-14T15:51:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Allow unicode in mumble translation files\n\nThere are intentional right-to-left unicode control characters in\nMumble's translation files. This results in \"BAD\" messages from\nrpminspect.\n\n A forbidden code point, 0x202B, was found in the\n mumble-1.4.287.src/src/mumble/mumble_he.ts source file on line 24 at\n column 21. This source file is used by mumble.spec.","shortMessageHtmlLink":"Allow unicode in mumble translation files"}},{"before":"0195c42882161cde10a8ab4fb39ca795014b1d3a","after":"fb53cacddcc8f72ee475b5e83b8d41851cbd7c85","ref":"refs/heads/main","pushedAt":"2023-12-14T15:50:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Exclude libpython3.so from the debuginfo tests\n\nlibpython3.so doesn't contain any compiled code\nand it's there to point applications to the versioned\nlibpython library where the compiled code is. Hence\nwe cannot strip debug symbols from there.\n\nSee also: https://bugzilla.redhat.com/show_bug.cgi?id=2144553#c16","shortMessageHtmlLink":"Exclude libpython3.so from the debuginfo tests"}},{"before":"0dfceba3973f03218ac211651592e7c164333a40","after":"0195c42882161cde10a8ab4fb39ca795014b1d3a","ref":"refs/heads/main","pushedAt":"2023-11-14T13:32:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Exception in unicode test for clang\n\nIgnore misleading-bidirectional.rst docfile which includes\nsome bidi characters as part of a well-known example","shortMessageHtmlLink":"Exception in unicode test for clang"}},{"before":"53f409f61c5f33169661c45e3391ff8128e3c610","after":"0dfceba3973f03218ac211651592e7c164333a40","ref":"refs/heads/main","pushedAt":"2023-10-18T15:04:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Require fedora-license-data >= 1.7\n\nThis ensures we have the more recent field names in the license data\nfiles.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Require fedora-license-data >= 1.7"}},{"before":"f69faa16118f38759fc8a89fc6a7f69c53fa1b12","after":"53f409f61c5f33169661c45e3391ff8128e3c610","ref":"refs/heads/main","pushedAt":"2023-09-25T17:11:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Drop __pycache__, *.pyc, and *.pyo files from global ignore list.\n\nThe Python team has advised removing these from the global ignore\nlist.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Drop __pycache__, *.pyc, and *.pyo files from global ignore list."}},{"before":"365d743b42f66ef15b6fa8baa394b193879d73d7","after":"f69faa16118f38759fc8a89fc6a7f69c53fa1b12","ref":"refs/heads/main","pushedAt":"2023-09-20T18:23:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Increment the version number to 1.13\n\nStart work on the next release.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Increment the version number to 1.13"}},{"before":"c4d71d02bb91e74a3bde687e4f37876eaf3c3c48","after":"365d743b42f66ef15b6fa8baa394b193879d73d7","ref":"refs/heads/main","pushedAt":"2023-09-20T16:46:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Install rpminspect-fedora with 0755 permissions, require rpminspect >= 1.11\n\nBump the version number of the package to 1.12. Make sure the wrapper\nscript is installed with 0755 permissions and increase the minimum\nrequired rpminspect version.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Install rpminspect-fedora with 0755 permissions, require rpminspect >…"}},{"before":"0120b9e10a7dc721ec5f96ce2eeaf32c8c020eb7","after":"c4d71d02bb91e74a3bde687e4f37876eaf3c3c48","ref":"refs/heads/main","pushedAt":"2023-09-18T17:30:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Add el7 and el9 product release string in fedora.yaml","shortMessageHtmlLink":"Add el7 and el9 product release string in fedora.yaml"}},{"before":"cda52d49feb8fefdb77339de2b2f20af5ca25efd","after":"0120b9e10a7dc721ec5f96ce2eeaf32c8c020eb7","ref":"refs/heads/main","pushedAt":"2023-09-07T15:10:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Allow Unicode in perl-Prima documentation\n\nThere are right-to-left Unicode control characters used on purpose in\na documentation:\n\n =for latex-makedoc cut\n\n use Prima;\n $::application-> begin_paint;\n <202d>$::application-> text_shape_out('אפס123', 0,0);\n\n <202d>123ספא\n\n =for latex-makedoc cut\n\nand rpminspect complains:\n\n A forbidden code point, 0x202D, was found in the\n Prima-1.70/Prima/Drawable/Glyphs.pm source file on line 999 at column 3.\n This source file is used by perl-Prima.spec.\n\nSuppressing these Unicode checks was approved at\n.","shortMessageHtmlLink":"Allow Unicode in perl-Prima documentation"}},{"before":"d546c3aa7cc08c03c88a72ad2ebcf41e6892d338","after":"cda52d49feb8fefdb77339de2b2f20af5ca25efd","ref":"refs/heads/main","pushedAt":"2023-08-28T13:53:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Add Fedora 40 rules\n\nFixes: #42\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Add Fedora 40 rules"}},{"before":"088be946c158a32707ad92a0a23c64df3ad60dbc","after":"d546c3aa7cc08c03c88a72ad2ebcf41e6892d338","ref":"refs/heads/main","pushedAt":"2023-08-28T13:47:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Allow unicode in source files for dotnet6.0 and dotnet7.0","shortMessageHtmlLink":"Allow unicode in source files for dotnet6.0 and dotnet7.0"}},{"before":"9c3e5fb5df7a399f311ec8b0a40740a099cbee9f","after":"088be946c158a32707ad92a0a23c64df3ad60dbc","ref":"refs/heads/main","pushedAt":"2023-08-28T13:26:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Update /usr/libexec/cockpit-session owner\n\nThe ownership changed in Cockpit 207 [1] four years ago.\n\n[1] https://github.com/cockpit-project/cockpit/commit/6b7da2f0169fc1","shortMessageHtmlLink":"Update /usr/libexec/cockpit-session owner"}},{"before":"41df1c8bb5c62cd8496b76df771dac2e3d20115f","after":"9c3e5fb5df7a399f311ec8b0a40740a099cbee9f","ref":"refs/heads/main","pushedAt":"2023-08-14T14:16:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Remove .gdb_index from the debuginfo_sections list.\n\nDo not require the presence of .gdb_index in debuginfo package\ncontents.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Remove .gdb_index from the debuginfo_sections list."}},{"before":"984875b97185dcba03a5e56d992aad5fbf909581","after":"41df1c8bb5c62cd8496b76df771dac2e3d20115f","ref":"refs/heads/main","pushedAt":"2023-08-10T14:06:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Skip test/fuzz/fuzz-unit-file/* systemd files in unicode inspection\n\nThese test files cause false positives in the unicode inspection.\nSkip them.\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Skip test/fuzz/fuzz-unit-file/* systemd files in unicode inspection"}},{"before":"f2dda648dc338921d562b677bd418e234b28abbd","after":"984875b97185dcba03a5e56d992aad5fbf909581","ref":"refs/heads/main","pushedAt":"2023-07-14T15:57:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Define directory permissions for `/var/tmp/tmt`\n\nThis directory has intentionally `drwxrwxrwt` permissions because\nit is used for storing tmt run workdirs and provision images.","shortMessageHtmlLink":"Define directory permissions for /var/tmp/tmt"}},{"before":"cec0c97cf38849b9aff42b8ae1919b23be52e772","after":"f2dda648dc338921d562b677bd418e234b28abbd","ref":"refs/heads/main","pushedAt":"2023-07-12T17:45:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Add unicode skip rules for glibc localedata templates and test files\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Add unicode skip rules for glibc localedata templates and test files"}},{"before":"40a174331e5bc1992f1cdda0b373866008dfbd82","after":"cec0c97cf38849b9aff42b8ae1919b23be52e772","ref":"refs/heads/main","pushedAt":"2023-04-25T17:45:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Starting with F37, /usr/sbin/suexec is in the httpd-core package\n\nUpdate the capabilities/ rules for fc37, fc38, and fc39 to reflect\n/usr/sbin/suexec moving to the httpd-core package.\n\nFixes: #30\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Starting with F37, /usr/sbin/suexec is in the httpd-core package"}},{"before":"5bcd3f42ba0c26489f11c9b572dabdfba6d949ac","after":"40a174331e5bc1992f1cdda0b373866008dfbd82","ref":"refs/heads/main","pushedAt":"2023-04-25T17:29:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Uncomment products block in fedora.yaml\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Uncomment products block in fedora.yaml"}},{"before":"45de312b6f7b3c5dfeadc40fa1e835ddbc04213e","after":"5bcd3f42ba0c26489f11c9b572dabdfba6d949ac","ref":"refs/heads/main","pushedAt":"2023-04-25T17:26:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Add fc39 rules and product matching regexps\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Add fc39 rules and product matching regexps"}},{"before":"31bfa8a20f0fed4ed195b02eda62b8e2c79eab03","after":"45de312b6f7b3c5dfeadc40fa1e835ddbc04213e","ref":"refs/heads/main","pushedAt":"2023-03-14T15:57:29.753Z","pushType":"push","commitsCount":1,"pusher":{"login":"dcantrell","name":"David Cantrell","path":"/dcantrell","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62516?s=80&v=4"},"commit":{"message":"Increment version number to 1.11\n\nSigned-off-by: David Cantrell ","shortMessageHtmlLink":"Increment version number to 1.11"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbdGuJAA","startCursor":null,"endCursor":null}},"title":"Activity · rpminspect/rpminspect-data-fedora"}