Fix auto update and installation of kwin-system76-scheduler-integration (#1092)

* Update update.rhai

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>

* Update kwin-system76-scheduler-integration.spec

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>

---------

Signed-off-by: Dipta Biswas <73038615+hazel-bunny@users.noreply.github.com>
This commit is contained in:
Dipta Biswas
2024-04-14 08:39:46 +06:00
committed by GitHub
parent abec618543
commit e390d9b88f
2 changed files with 5 additions and 5 deletions
@@ -3,18 +3,18 @@
Name: kwin-system76-scheduler-integration
%global forgeurl https://github.com/maxiberta/%{name}
%global commit 0.1
%global date 20240413
%global commit 093a269670275feaa240d02c712f1ec8b812fd80
%global date 20240320
%forgemeta
Version: 0.1
Release: 1%?dist
Release: 6%?dist
Summary: Notify the System76 Scheduler which app has focus so it can be prioritized
License: MIT
URL: %forgeurl
Source0: %forgesource
Source1: com.system76.Scheduler.dbusproxy.service
Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig-core
Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf6-kconfig
BuildRequires: systemd-rpm-macros
%description
@@ -1,4 +1,4 @@
rpm.global("commit", gh("maxiberta/kwin-system76-scheduler-integration"));
rpm.global("commit", gh_commit("maxiberta/kwin-system76-scheduler-integration"));
if rpm.changed() {
rpm.global("date", date()); // remove if we don't need the `date` macro
rpm.release();