From 8d00acdc370639dea39ef3f19abd9b09edcaa94c Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: Oct 06 2023 15:39:32 +0000 Subject: Update README.md with actual status --- diff --git a/README.md b/README.md index 2696dbe..b26e66a 100644 --- a/README.md +++ b/README.md @@ -24,24 +24,17 @@ who produces the distribution. - Archive part of LSB db won't be used for now - spec cleanup like replace define by global and recomended comments - applied redhat-lsb-lsb_start_daemon-fix.patch + - lsb-release-2.0-disable-etc-lsb-release.patch ### Commits from https://github.com/thkukuk/lsb-release_os-release - - lsb-release 2.0-SUSE sources - - Simplify a lot, remove all code for obsolete -release packages, we only use /etc/lsb_release and /etc/os-release - - Fix dependencies of manual page Install "compat" links - - Fix date of creation in manual page Document /etc/os-release usage of lsb_release + - page Document /etc/os-release usage of lsb_release - Manual pages are in /usr/share/man - Update COPYING file - - Define Distribution ID based on PRETTY_NAME from /etc/os-release Release version 3.1 - - Make script work with dash as /bin/sh. - - Some shell code cleanup - - Add basic support for some Red Hat distributions - - Fix syntax error, missing ;; -### Commits from https://github.com/LinuxStandardBase/lsb-samples/commits/ +### Forked from https://github.com/LinuxStandardBase/lsb-samples/commits/ - Replace `echo -e` with `printf` - Create README.md