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

akmods-0.6.0-4.fc41 RPM for noarch

From Fedora 41 for aarch64 / a

Name: akmods Distribution: Fedora Project
Version: 0.6.0 Vendor: Fedora Project
Release: 4.fc41 Build date: Wed Oct 2 17:24:35 2024
Group: Unspecified Build host: buildvm-ppc64le-11.iad2.fedoraproject.org
Size: 65502 Source RPM: akmods-0.6.0-4.fc41.src.rpm
Packager: Fedora Project
Url: http://rpmfusion.org/Packaging/KernelModules/Akmods
Summary: Automatic kmods build and install tool
Akmods startup script will rebuild akmod packages during system
boot, while its background daemon will build them for kernels right
after they were installed.

Provides

Requires

License

MIT

Changelog

* Wed Oct 02 2024 Rohan Barar <[email protected]> - 0.6.0-4
  - Add robust missing key pair logic
* Wed Oct 02 2024 Rohan Barar <[email protected]> - 0.6.0-3
  - Improved error handling + Bug fixes
* Tue Oct 01 2024 Rohan Barar <[email protected]> - 0.6.0-2
  - Add check for elevated privileges
* Tue Oct 01 2024 Nicolas Chauvet <[email protected]> - 0.6.0-1
  - Bump akmods version
* Tue Oct 01 2024 Nicolas Chauvet <[email protected]> - 0.5.10-30
  - Remove duplicate akmodsposttrans call - rhbz#2011120
* Thu Sep 26 2024 Rohan Barar <[email protected]> - 0.5.10-29
  - Avoid double error on empty user-provided key pair name.
* Thu Sep 26 2024 Rohan Barar <[email protected]> - 0.5.10-28
  - Corrected erroneous code introduced in previous commits.
* Thu Sep 26 2024 Rohan Barar <[email protected]> - 0.5.10-27
  - Fixed typo 'if' to 'fi'.
* Thu Sep 26 2024 Rohan Barar <[email protected]> - 0.5.10-26
  - Added check for existing key pair with same name as user-specified new
    key pair name.
* Thu Sep 26 2024 Rohan Barar <[email protected]> - 0.5.10-25
  - Added ability for user to name key pair.
* Sun Sep 22 2024 Rohan Barar <[email protected]> - 0.5.10-24
  - Introduced loop to gracefully handle extremely rare key pair name
    collision events.
* Sat Sep 21 2024 Rohan Barar <[email protected]> - 0.5.10-23
  - Refactor key pair naming scheme to enhance robustness + Removed collision
    check and key pair backup function due to bug with ':' in file names
    alongside superfluous nature of function given improved naming scheme.
* Sat Sep 21 2024 Rohan Barar <[email protected]> - 0.5.10-22
  - Removed 'sudo' prefixes as per request in PR #23.
* Sat Sep 21 2024 Rohan Barar <[email protected]> - 0.5.10-21
  - Further improvements to argument parsing logic.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-20
  - Improved clarity of exit status code comments.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-19
  - Revert "Utilise robust shebang." as per request on PR #23.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-18
  - Added support for combined single-letter arguments + Chowned symlinks.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-17
  - Improved mokutil error handling + Added sudo prefixes.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-16
  - Added error handling for failed cacert modification.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-15
  - Whitespace changes for consistency.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-14
  - Extract functions to enhance readability + Set 'commonName' to match
    'KEYNAME'.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-13
  - Added logic to detect broken existing key pairs.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-12
  - Improved user feedback in event of existing key pair.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-11
  - Updated copyright information.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-10
  - Various changes to avoid ShellCheck warnings.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-9
  - Align license to 80 character width.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-8
  - Utilise robust shebang.
* Fri Sep 20 2024 Rohan Barar <[email protected]> - 0.5.10-7
  - Removed hard-coded paths.
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-6
  - Fix parsing multiple kernel
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-5
  - Use check_kernel_devel return code as appropriate
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-4
  - Change check_kernel_devel() to return instead of exit
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-3
  - akmods --from-init only operates on current kernel
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-2
  - Deprecate akmods-shutdown script
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.10-1
  - Bump to akmods 0.5.10
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.9-8
  - Only check for default_kernel is no value - rhbz#2293047
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.9-7
  - Revert "Call Init before the argument parser"
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.9-6
  - Switch to use sdubby alternatives to grubby
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.9-5
  - Drop older rhel and use -core
* Fri Aug 23 2024 Nicolas Chauvet <[email protected]> - 0.5.9-4
  - Drop older rhel cases
* Mon Aug 19 2024 Jonathan Wakely <[email protected]> - 0.5.9-3
  - Fix bug URLs in man page
* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 0.5.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jul 04 2024 Nicolas Chauvet <[email protected]> - 0.5.9-1
  - akmods release 0.5.9
* Thu Jul 04 2024 Hans de Goede <[email protected]> - 0.5.8-10
  - Fix intel-ipu6-kmod installation with kernel >= 6.10
* Thu Jul 04 2024 Marius Schwarz <[email protected]> - 0.5.8-9
  - Call Init before the argument parser
* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.5.8-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 0.5.8-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Dec 05 2023 Nicolas Chauvet <[email protected]> - 0.5.8-6
  - Workaround for rhbz#1889136 when localpkg_gpgcheck=True
* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 0.5.8-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Fri May 05 2023 Nicolas Chauvet <[email protected]> - 0.5.8-1
  - Don't emit weak-deps from deprecated arches on all
  - Allow akmods --rebuild to force rebuild+reinstall - rhbz#2140012
  - ensure to build for grub or systemd-boot default kernel - rhbz#2124086
  - Drop "which" as akmods dependency
* Wed Jan 18 2023 Fedora Release Engineering <[email protected]> - 0.5.7-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

Files

/etc/logrotate.d/akmods
/etc/pki/akmods/cacert.config.in
/etc/pki/akmods/certs
/etc/pki/akmods/private
/run/akmods
/usr/lib/kernel/install.d/95-akmodsposttrans.install
/usr/lib/systemd/system/akmods-keygen.target
/usr/lib/systemd/system/[email protected]
/usr/lib/systemd/system/akmods-shutdown.service
/usr/lib/systemd/system/akmods.service
/usr/lib/systemd/system/[email protected]
/usr/lib/tmpfiles.d/akmods.conf
/usr/sbin/akmods
/usr/sbin/akmods-ostree-post
/usr/sbin/akmods-shutdown
/usr/sbin/akmodsbuild
/usr/sbin/kmodgenca
/usr/share/doc/akmods
/usr/share/doc/akmods/README
/usr/share/doc/akmods/README.secureboot
/usr/share/licenses/akmods
/usr/share/licenses/akmods/LICENSE
/usr/share/man/man1/akmods.1.gz
/usr/share/man/man1/akmodsbuild.1.gz
/usr/src/akmods
/var/cache/akmods
/var/log/akmods


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Oct 30 04:43:44 2024