- Updated to 20231218
- Fixed spacing/formatting issues - Added: * BuildRequires/Requires: polkit * BuildRequires/Requires: sudo - Changed Provides and Obseletes to clear some rpmlint errors - Moved 50-kalpa sudoers file from sysconfdir to distconfdir OBS-URL: https://build.opensuse.org/package/show/devel:microos:kalpa/plasma-branding-Kalpa?expand=0&rev=4
This commit is contained in:
parent
45ee0ba744
commit
bf5c3f1907
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 17:47:25 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Updated to 20231218
|
||||
- Fixed spacing/formatting issues
|
||||
- Added:
|
||||
* BuildRequires/Requires: polkit
|
||||
* BuildRequires/Requires: sudo
|
||||
- Changed Provides and Obseletes to clear some rpmlint errors
|
||||
- Moved 50-kalpa sudoers file from sysconfdir to distconfdir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 10 20:31:33 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
|
@ -18,11 +18,11 @@
|
||||
|
||||
|
||||
Name: plasma-branding-Kalpa
|
||||
Version: 20231210
|
||||
Version: 20231218
|
||||
Release: 0
|
||||
Summary: Kalpa Desktop default settings
|
||||
License: BSD-3-Clause
|
||||
URL: http://kalpadesktop.org
|
||||
URL: http://kalpadesktop.org
|
||||
Source: COPYING
|
||||
Source1: flathub.flatpakrepo
|
||||
Source2: kalpa-firstboot.desktop
|
||||
@ -30,20 +30,25 @@ Source3: kalpa-firstboot
|
||||
Source4: 50-desktop.conf
|
||||
Source7: distrobox-upgrade-all.service
|
||||
Source8: distrobox-upgrade-all.timer
|
||||
Source9: 49-kalpa.rules
|
||||
Source10: 50-kalpa
|
||||
Source9: 49-kalpa.rules
|
||||
Source10: 50-kalpa
|
||||
Source11: kalpa-firstboot-aarch64.desktop
|
||||
Source12: kalpa-firstboot-aarch64
|
||||
BuildRequires: flatpak
|
||||
BuildRequires: polkit
|
||||
BuildRequires: sudo
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: transactional-update
|
||||
Requires: flatpak
|
||||
Requires: kdialog
|
||||
Requires: polkit
|
||||
Requires: sound-theme-freedesktop
|
||||
Requires: sudo
|
||||
Requires: transactional-update
|
||||
Conflicts: gnome-branding-MicroOS
|
||||
Provides: plasma-branding-MicroOS
|
||||
Obsoletes: plasma-branding-MicroOS
|
||||
Provides: plasma-branding = %{version}
|
||||
Provides: plasma-branding-MicroOS = %{version}
|
||||
Obsoletes: plasma-branding-MicroOS < %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -88,8 +93,8 @@ install -m644 50-desktop.conf %{buildroot}%{_prefix}%{_sysconfdir}/transactional
|
||||
install -d %{buildroot}%{_userunitdir}
|
||||
install -m0644 distrobox-upgrade-all.service %{buildroot}%{_userunitdir}/distrobox-upgrade-all.service
|
||||
install -m0644 distrobox-upgrade-all.timer %{buildroot}%{_userunitdir}/distrobox-upgrade-all.timer
|
||||
install -d %{buildroot}%{_sysconfdir}/sudoers.d/
|
||||
install -m0640 50-kalpa %{buildroot}%{_sysconfdir}/sudoers.d/50-kalpa
|
||||
install -d %{buildroot}%{_distconfdir}/sudoers.d/
|
||||
install -m0640 50-kalpa %{buildroot}%{_distconfdir}/sudoers.d/50-kalpa
|
||||
install -d %{buildroot}%{_datadir}/polkit-1/rules.d/
|
||||
install -m0444 49-kalpa.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-kalpa.rules
|
||||
|
||||
@ -105,8 +110,6 @@ install -m0444 49-kalpa.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-kalpa.
|
||||
%systemd_user_preun distrobox-upgrade-all.service
|
||||
%systemd_user_preun distrobox-upgrade-all.timer
|
||||
|
||||
%postun
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%dir %{_datadir}/kalpa
|
||||
@ -125,8 +128,7 @@ install -m0444 49-kalpa.rules %{buildroot}%{_datadir}/polkit-1/rules.d/49-kalpa.
|
||||
%{_prefix}%{_sysconfdir}/transactional-update.conf.d/50-desktop.conf
|
||||
%{_userunitdir}/distrobox-upgrade-all.service
|
||||
%{_userunitdir}/distrobox-upgrade-all.timer
|
||||
%dir %{_sysconfdir}/sudoers.d
|
||||
%config %{_sysconfdir}/sudoers.d/50-kalpa
|
||||
%{_distconfdir}/sudoers.d/50-kalpa
|
||||
%{_datadir}/polkit-1/rules.d/49-kalpa.rules
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user