Compare commits

...

3 commits

Author SHA1 Message Date
Petr Písař
70c74eed34 Upgrading: Fix "dnf list --extras" command
The old invocation with "dnf list extras" is unsuported in DNF5. It's
also terrible with DNF4 because you could have a package called
"extras".
2024-10-22 09:59:39 +00:00
Pig Man
3c7e99b912 Update the MySQL server package name
The mysql-community-server package is now dead and has been replaced with just mysql-server.
2024-10-22 09:58:54 +00:00
Brandon Nielsen
2769231fde Add note about how to get patches added to kernel.spec applied 2024-10-22 09:57:59 +00:00
3 changed files with 5 additions and 4 deletions

View file

@ -48,7 +48,7 @@ via their communication channels: https://www.mysql.com/about/faq/
=== Installing MySQL on Fedora
----
sudo dnf install mysql-community-server
sudo dnf install mysql-server
----
=== Start MySQL Service and Enable at login:

View file

@ -138,8 +138,9 @@ git switch f28
picked up during the build automatically.
.. Patches can also be kept in seperate files and added to `kernel.spec` with
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. They should be applied
automatically during the build process.
`Patch2: foo.patch`, `Patch3: bar.patch`, etc. Matching `ApplyOptionalPatch foo.patch`,
`ApplyOptionalPatch bar.patch` lines must be added to apply the patches during
the build process.
.. To make your own modifications to the kernel source, retrieve the kernel
sources for your current dist-git branch with `fedpkg sources`, then make

View file

@ -205,7 +205,7 @@ To see a list of these packages do:
[source,bash]
----
sudo dnf list extras
sudo dnf list --extras
----
If you see a package you do not need, or use, you can remove it with: