Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e496e7efb6c7f7b45d35e53eb78cadc235ecd1cf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e496e7efb6c7f7b45d35e53eb78cadc235ecd1cf)
  • Date: Sat, 25 Feb 2023 20:00:47 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

utils/ostree/DEPENDS | 26 +++++++++++++-------------
utils/ostree/HISTORY | 3 +++
2 files changed, 16 insertions(+), 13 deletions(-)

New commits:
commit e496e7efb6c7f7b45d35e53eb78cadc235ecd1cf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

utils/ostree: depends on FUSE, fixed systemd off flag, reformatted DEPENDS

diff --git a/utils/ostree/DEPENDS b/utils/ostree/DEPENDS
index c938278..9ad5e64 100755
--- a/utils/ostree/DEPENDS
+++ b/utils/ostree/DEPENDS
@@ -2,15 +2,15 @@ depends glib2 &&
depends xz-utils &&
depends zlib &&
depends gpgme &&
-depends fuse3 &&
+depends FUSE &&

# Non-optional dependency until flatpak ostree sub-depends
depends curl '--with-curl=yes --with-soup=no' &&

# To be enabled when flatpak has ostree sub-depends, forcing curl in BUILD
otherwise
#optional_depends curl \
-# '--with-curl=yes --with-soup=no' \
-# '' \
+# '--with-curl=yes --with-soup=no' \
+# '' \
# 'Use curl over libsoup? (recommended)' &&

#if ! is_depends_enabled "${SPELL}" curl; then
@@ -28,21 +28,21 @@ optional_depends libselinux
\
'Build with selinux support?' &&

optional_depends systemd \
- '' \
- '--without-libsystemd=yes' \
- 'Build with systemd support?' &&
+ '' \
+ '--with-libsystemd=no' \
+ 'Build with systemd support?' &&

optional_depends dracut \
- '--with-dracut=yes' \
- '' \
+ '--with-dracut=yes' \
+ '' \
'Build dracut modules?' &&

optional_depends libxml2 \
- '' \
- '--enable-man=no' \
- 'generate man-pages?' &&
+ '' \
+ '--enable-man=no' \
+ 'generate man-pages?' &&

optional_depends gtk-doc \
- '--enable-gtk-doc=yes' \
- '' \
+ '--enable-gtk-doc=yes' \
+ '' \
'generate documentation?'
diff --git a/utils/ostree/HISTORY b/utils/ostree/HISTORY
index 6547add..a5f1ed6 100644
--- a/utils/ostree/HISTORY
+++ b/utils/ostree/HISTORY
@@ -1,3 +1,6 @@
+2023-02-25 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: fuse3 -> FUSE, corrected systemd off flag, reformatted
+
2022-11-17 Conner Clere <connerclere AT gmail.com>
* DEPENDS, DETAILS: version 2022.6, new spell




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e496e7efb6c7f7b45d35e53eb78cadc235ecd1cf), Pavel Vinogradov, 02/25/2023

Archive powered by MHonArc 2.6.24.

Top of Page