- Fixed typo in 49-kalpa.rules
- extra script to cater aarch64 with an rpm for MozillaFirefox as - Enables new sudo rule to use userpass for sudo - 20230627 OBS-URL: https://build.opensuse.org/package/show/devel:microos:kalpa/plasma-branding-Kalpa?expand=0&rev=3
This commit is contained in:
parent
f6f9b7a56f
commit
45ee0ba744
@ -1,3 +1,3 @@
|
||||
polkit.addAdminRule(function(action, subject) {
|
||||
return ["unix-group:wheel"];
|
||||
]);
|
||||
});
|
||||
|
@ -1,7 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 20:31:33 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Fixed typo in 49-kalpa.rules
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 06:19:58 UTC 2023 - Natasha Ament <stacheldrahtje@gmail.com>
|
||||
|
||||
- extra script to cater aarch64 with an rpm for MozillaFirefox as
|
||||
- extra script to cater aarch64 with an rpm for MozillaFirefox as
|
||||
a flatpak for it does not exist on flathub.org
|
||||
- changed spec file to call the right script %ifarch aarch64
|
||||
|
||||
@ -11,7 +16,7 @@ Wed Oct 4 15:50:36 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
- Add:
|
||||
* 50-kalpa
|
||||
* 49-kalpa.rules
|
||||
- Enables new sudo rule to use userpass for sudo
|
||||
- Enables new sudo rule to use userpass for sudo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 22 15:07:31 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||
@ -24,7 +29,7 @@ Fri Sep 22 15:07:31 UTC 2023 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||
Tue Jun 27 16:55:30 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Rename to plasma-branding-Kalpa
|
||||
- 20230627
|
||||
- 20230627
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 15:18:45 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
@ -18,10 +18,11 @@
|
||||
|
||||
|
||||
Name: plasma-branding-Kalpa
|
||||
Version: 20230922
|
||||
Version: 20231210
|
||||
Release: 0
|
||||
Summary: Kalpa Desktop default settings
|
||||
License: BSD-3-Clause
|
||||
URL: http://kalpadesktop.org
|
||||
Source: COPYING
|
||||
Source1: flathub.flatpakrepo
|
||||
Source2: kalpa-firstboot.desktop
|
||||
@ -31,20 +32,19 @@ Source7: distrobox-upgrade-all.service
|
||||
Source8: distrobox-upgrade-all.timer
|
||||
Source9: 49-kalpa.rules
|
||||
Source10: 50-kalpa
|
||||
Source11: kalpa-firstboot-aarch64.desktop
|
||||
Source12: kalpa-firstboot-aarch64
|
||||
Source11: kalpa-firstboot-aarch64.desktop
|
||||
Source12: kalpa-firstboot-aarch64
|
||||
BuildRequires: flatpak
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: transactional-update
|
||||
Requires: flatpak
|
||||
Requires: kdialog
|
||||
Requires: libqt5-qdbus
|
||||
Requires: sound-theme-freedesktop
|
||||
Requires: transactional-update
|
||||
Conflicts: gnome-branding-MicroOS
|
||||
Provides: plasma-branding-MicroOS
|
||||
Obsoletes: plasma-branding-MicroOS
|
||||
#BuildArch: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides default configurations and applications for openSUSE Kalpa.
|
||||
@ -126,7 +126,7 @@ install -m0444 49-kalpa.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-kalpa.
|
||||
%{_userunitdir}/distrobox-upgrade-all.service
|
||||
%{_userunitdir}/distrobox-upgrade-all.timer
|
||||
%dir %{_sysconfdir}/sudoers.d
|
||||
%{_sysconfdir}/sudoers.d/50-kalpa
|
||||
%config %{_sysconfdir}/sudoers.d/50-kalpa
|
||||
%{_datadir}/polkit-1/rules.d/49-kalpa.rules
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user