-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* 83 better power management (#84) - components/power-profiles-daemon: added power profiles daemon * 85 firefox failed to follow urls (#86) * apps/firefox: updated firefox -> 120.0 * 72 gui frontend tool for system management (#87) * component/blueman: added bluetooth gui manager * components/lightdm-gtk-greeter-settings: added interface to manage display manager * components/system-config-printer: added Printer manager tool * components/initial-setup: updated interface * components/swupd: fixed progress bar * 92 networkmanager modules are missing (#94) - components/networkmanager-openvpn: added OpenVPN NetworkManager plugin * 99 extension qemu virtualization tools (#106) * components/at-sp2-atk: merged with at-spi2-core (#114) * 56 componentsca certificates getting xhr error (#115)
- Loading branch information
1 parent
5f2ce15
commit 971dfc1
Showing
23 changed files
with
63 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
id: make-ca | ||
version: "1.7" | ||
version: 1.13 | ||
about: MakeCA | ||
release: 0 | ||
|
||
depends: | ||
- components/p11-kit.yml | ||
- components/nss.yml | ||
sources: | ||
- https://github.com/djlucas/make-ca/releases/download/v1.7/make-ca-1.7.tar.xz | ||
- https://github.com/lfs-book/make-ca/releases/download/v%{version}/make-ca-%{version}.tar.xz | ||
|
||
script: |- | ||
# install -v -D -m 0644 /files/certdata.txt -t %{install-root}%{sysconfdir}/ssl/ | ||
make install LIBEXECDIR=/usr/lib SBINDIR=/usr/bin DESTDIR=%{install-root} | ||
make install LIBEXECDIR=%{libdir}/make-ca SBINDIR=%{bindir} DESTDIR=%{install-root} | ||
install -vDm 0754 /dev/stdin %{install-root}%{sysconfdir}/cron.weekly/update-pki.sh << "EOF" | ||
#!/bin/bash | ||
%{bindir}/make-ca -g | ||
EOF | ||
# TODO: fix certdata.txt file | ||
# TODO: do we need this after ca-certificates | ||
integration: |- | ||
make-ca -g |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: qemu | ||
about: RLXOS QEMU Virtualization Kit | ||
include: | ||
- components/qemu.yml | ||
- components/libcacard.yml | ||
- components/usbredir.yml | ||
|
||
merge: [elements/include/extension.yml] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
merge: [version.yml, elements/include/ostree.yml] | ||
variables: | ||
force-rebuild: true | ||
include-depends: false | ||
include-root: /sysroot | ||
strip: false | ||
extra-commands: "" | ||
initial-commands: |- | ||
[ -d %{include-root}/%{sysconfdir} ] && mv %{include-root}/%{sysconfdir} %{include-root}/%{prefix}/ | ||
%{extra-commands} | ||
ostree-branch: x86_64/extension/%{id}/%{version} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters