summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-06-29 20:55:41 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-06-29 21:20:07 -0400
commitd784c913cdad9e22d653753a1a2e56dcc0ee44f7 (patch)
tree60a736c103619119fdb76062b6ecf5d1ddede140
parent5bf7213940308da4f0df94dbceba9d2b8288b62c (diff)
[filesystem]: correct os-release
d9bf00c0f9bf62bc7b207f7786a7930b1b475640 was pushed prematurely it was intended to be a correction to the os-release changes in 83172eea3d7ba2ac085a9bea4dcdca330d258f1e these quoting changes to os-release are most likely inconsequential; but the spec strictly requires these values (any non-alphanumeric) to be quoted
-rw-r--r--libre/filesystem/PKGBUILD2
-rw-r--r--libre/filesystem/os-release6
-rw-r--r--nonsystemd/filesystem/PKGBUILD2
-rw-r--r--nonsystemd/filesystem/os-release6
4 files changed, 8 insertions, 8 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index 34c4b9704..7b832b6a8 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -44,7 +44,7 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
'dad04a370e488aa85fb0a813a5c83cf6fd981ce01883fc59685447b092de84b5'
'8ca2d8eef6fb5143c9ef7e9174ccfef59ac7ad2deee243574cd10c763156cc10'
'c8ee7a9faf798caab178ec51afae4146f1efd8a716b7acedf28345b6c75f9697'
- 'eec7e0a947d6a40d18a30543b9170f3f329ab0948b269800f9f3a4cff858cc7c' # os-release
+ '359623c74da854d93e7dcc5335f3e3c95c378af75f640fc728596268ce4391a9' # os-release
'5e4088ad8d0853d390fa303f6be8c3f69c33834200cba9e90f7849f1993ca8d0'
'5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a'
'5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c'
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release
index 64475ea71..7594c25a5 100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem/os-release
@@ -1,13 +1,13 @@
-NAME="Parabola"
+NAME=Parabola
PRETTY_NAME="Parabola GNU/Linux-libre"
ID=parabola
ID_LIKE=arch
BUILD_ID=rolling
VARIANT="@VARIANT@"
-VARIANT_ID=@VARIANT_ID@
+VARIANT_ID="@VARIANT_ID@"
ANSI_COLOR="1;35"
HOME_URL="https://www.parabola.nu/"
DOCUMENTATION_URL="https://wiki.parabola.nu/"
SUPPORT_URL="ircs://irc.libera.chat/#parabola"
BUG_REPORT_URL="https://labs.parabola.nu/"
-LOGO=parabola-logo
+LOGO="parabola-logo"
diff --git a/nonsystemd/filesystem/PKGBUILD b/nonsystemd/filesystem/PKGBUILD
index a36377bdb..b5644735b 100644
--- a/nonsystemd/filesystem/PKGBUILD
+++ b/nonsystemd/filesystem/PKGBUILD
@@ -48,7 +48,7 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
'dad04a370e488aa85fb0a813a5c83cf6fd981ce01883fc59685447b092de84b5'
'8ca2d8eef6fb5143c9ef7e9174ccfef59ac7ad2deee243574cd10c763156cc10'
'aa4dc5b2374fb32863e3bc1ce20a2de2d34fe4eed1cd63c599bc82fab21463cc' # nsswitch.conf (should differ from libre also)
- 'eec7e0a947d6a40d18a30543b9170f3f329ab0948b269800f9f3a4cff858cc7c' # os-release
+ '359623c74da854d93e7dcc5335f3e3c95c378af75f640fc728596268ce4391a9' # os-release
'5e4088ad8d0853d390fa303f6be8c3f69c33834200cba9e90f7849f1993ca8d0'
'5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a'
'5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c'
diff --git a/nonsystemd/filesystem/os-release b/nonsystemd/filesystem/os-release
index 64475ea71..7594c25a5 100644
--- a/nonsystemd/filesystem/os-release
+++ b/nonsystemd/filesystem/os-release
@@ -1,13 +1,13 @@
-NAME="Parabola"
+NAME=Parabola
PRETTY_NAME="Parabola GNU/Linux-libre"
ID=parabola
ID_LIKE=arch
BUILD_ID=rolling
VARIANT="@VARIANT@"
-VARIANT_ID=@VARIANT_ID@
+VARIANT_ID="@VARIANT_ID@"
ANSI_COLOR="1;35"
HOME_URL="https://www.parabola.nu/"
DOCUMENTATION_URL="https://wiki.parabola.nu/"
SUPPORT_URL="ircs://irc.libera.chat/#parabola"
BUG_REPORT_URL="https://labs.parabola.nu/"
-LOGO=parabola-logo
+LOGO="parabola-logo"