Accepting request 1136077 from devel:microos:aeon
OBS-URL: https://build.opensuse.org/request/show/1136077 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-branding-Aeon?expand=0&rev=2
This commit is contained in:
commit
cc9d16513a
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
(
|
||||
echo "# Waiting for Internet connection"
|
||||
until /usr/bin/ping -q -c 1 flathub.org; do sleep 1; done
|
||||
until /usr/bin/curl -s --max-time 5 https://flathub.org > /dev/null; do sleep 1; done
|
||||
echo "10"
|
||||
|
||||
echo "# Adding Flathub Repository"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 14:52:59 UTC 2023 - dopice <0xdopice@protonmail.com>
|
||||
|
||||
- Use cURL instead of ping for online check
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 09:06:27 UTC 2023 - Richard Brown <rbrown@suse.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@ Source2: flathub.flatpakrepo
|
||||
Source3: aeon-firstboot.desktop
|
||||
Source4: aeon-firstboot
|
||||
Source5: 50-desktop.conf
|
||||
Source6: aeonwallpaper.png
|
||||
Source6: aeonwallpaper.png
|
||||
Source7: distrobox-upgrade-all.service
|
||||
Source8: distrobox-upgrade-all.timer
|
||||
Source9: 50-aeon
|
||||
@ -37,15 +37,15 @@ Source11: 49-aeon.rules
|
||||
BuildArch: noarch
|
||||
BuildRequires: flatpak
|
||||
BuildRequires: gio-branding-openSUSE
|
||||
BuildRequires: transactional-update
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: sudo
|
||||
BuildRequires: polkit
|
||||
Requires: polkit
|
||||
Requires: sudo
|
||||
BuildRequires: sudo
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: transactional-update
|
||||
Requires: flatpak
|
||||
Requires: gio-branding-openSUSE
|
||||
Requires: polkit
|
||||
Requires: sound-theme-freedesktop
|
||||
Requires: sudo
|
||||
Requires: transactional-update
|
||||
Requires: zenity
|
||||
Obsoletes: gnome-branding-MicroOS
|
||||
|
Loading…
Reference in New Issue
Block a user