Fix capitalisation of openSUSE

This commit is contained in:
Stoppedpuma 2024-06-08 03:48:52 +02:00 committed by Alex
parent 3756c6853a
commit 57508bd7ea
7 changed files with 9 additions and 9 deletions

View file

@ -119,7 +119,7 @@ If there is no predictable label it can be omitted.
## Additional recommended documentation
* [The AppArmor Core Policy Reference](https://gitlab.com/apparmor/apparmor/-/wikis/AppArmor_Core_Policy_Reference)
* [The OpenSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
* [The openSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
* https://documentation.suse.com/sles/12-SP5/html/SLES-all/cha-apparmor-intro.html
* [The AppArmor.d man page](https://man.archlinux.org/man/apparmor.d.5)
* [F**k AppArmor](https://presentations.nordisch.org/apparmor/#/)

View file

@ -29,7 +29,7 @@ make pkg
make dpkg
```
**:simple-suse: OpenSUSE**
**:simple-suse: openSUSE**
```sh
make rpm
```

View file

@ -47,7 +47,7 @@ To build a VM image for development purpose, run the following from the `tests`
| Arch Linux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
| Arch Linux | KDE | `make archlinux flavor=kde` | `arch-kde` |
| Debian | Server | `make debian flavor=server` | `debian-server` |
| OpenSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |

View file

@ -27,7 +27,7 @@ override_dh_auto_build:
make enforce
```
#### :simple-suse: OpenSUSE
#### :simple-suse: openSUSE
In `dists/apparmor.d.spec`, replace `%make_build` by `make enforce`
```diff

View file

@ -60,7 +60,7 @@ override_dh_auto_build:
make full
```
**:simple-suse: OpenSUSE**
**:simple-suse: openSUSE**
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
```diff

View file

@ -36,7 +36,7 @@ See the [Concepts](concepts.md)' page for more detail on the architecture.
* [:material-arch: Arch Linux](install.md#archlinux)
* [:material-ubuntu: Ubuntu 22.04](install.md#ubuntu-debian)
* [:material-debian: Debian 12](install.md#ubuntu-debian)
* [:simple-suse: OpenSUSE Tumbleweed](install.md#opensuse)
* [:simple-suse: openSUSE Tumbleweed](install.md#opensuse)
- Support for all major desktop environments:
- [x] :material-gnome: Gnome
- [ ] :simple-kde: KDE *(work in progress)*

View file

@ -76,9 +76,9 @@ sudo dpkg -i ../apparmor.d_*.deb
If your distribution is based on Ubuntu or Debian, you may want to manually set the target distribution by exporting `DISTRIBUTION=debian` if is Debian based, or `DISTRIBUTION=ubuntu` if it is Ubuntu based.
## :simple-suse: OpenSUSE
## :simple-suse: openSUSE
OpenSUSE users need to add [cboltz](https://en.opensuse.org/User:Cboltz) repo on OBS
openSUSE users need to add [cboltz](https://en.opensuse.org/User:Cboltz) repo on OBS
```sh
zypper addrepo https://download.opensuse.org/repositories/home:cboltz/openSUSE_Factory/home:cboltz.repo
zypper refresh
@ -117,7 +117,7 @@ sudo make profile-names...
- :material-arch: Arch Linux `sudo pacman -R apparmor.d`
- :material-ubuntu: Ubuntu & :material-debian: Debian `sudo apt purge apparmor.d`
- :simple-suse: OpenSUSE `sudo zypper remove apparmor.d`
- :simple-suse: openSUSE `sudo zypper remove apparmor.d`
[aur]: https://aur.archlinux.org/packages/apparmor.d-git
[repo]: https://repo.pujol.io/