From 57508bd7ea29cd6898af536eed5ea51ce3cb8b7a Mon Sep 17 00:00:00 2001 From: Stoppedpuma <58333920+Stoppedpuma@users.noreply.github.com> Date: Sat, 8 Jun 2024 03:48:52 +0200 Subject: [PATCH] Fix capitalisation of openSUSE --- docs/development/guidelines.md | 2 +- docs/development/install.md | 2 +- docs/development/integration.md | 2 +- docs/enforce.md | 2 +- docs/full-system-policy.md | 2 +- docs/index.md | 2 +- docs/install.md | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/development/guidelines.md b/docs/development/guidelines.md index ec334c5f..b359576a 100644 --- a/docs/development/guidelines.md +++ b/docs/development/guidelines.md @@ -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/#/) diff --git a/docs/development/install.md b/docs/development/install.md index cd9345ae..74271c13 100644 --- a/docs/development/install.md +++ b/docs/development/install.md @@ -29,7 +29,7 @@ make pkg make dpkg ``` -**:simple-suse: OpenSUSE** +**:simple-suse: openSUSE** ```sh make rpm ``` diff --git a/docs/development/integration.md b/docs/development/integration.md index b58b9930..f829fb69 100644 --- a/docs/development/integration.md +++ b/docs/development/integration.md @@ -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` | diff --git a/docs/enforce.md b/docs/enforce.md index e712cd99..52241859 100644 --- a/docs/enforce.md +++ b/docs/enforce.md @@ -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 diff --git a/docs/full-system-policy.md b/docs/full-system-policy.md index 7bfb6840..2b9f5745 100644 --- a/docs/full-system-policy.md +++ b/docs/full-system-policy.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 19c12027..3a9381cc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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)* diff --git a/docs/install.md b/docs/install.md index f0cc6e6c..8f234872 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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/