diff options
author | François Andriot <[email protected]> | 2022-05-18 21:28:52 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2022-05-20 09:47:49 +0200 |
commit | 2cf0d83f758ab912896d358640b1ccaf6dd39949 (patch) | |
tree | 1d78d954c8bec1bc4acdefc22c42bda9a07236bf /redhat/applications | |
parent | 6e6f560bed0286075d96525ece113e6a1f910ca5 (diff) | |
download | tde-packaging-2cf0d83f758ab912896d358640b1ccaf6dd39949.tar.gz tde-packaging-2cf0d83f758ab912896d358640b1ccaf6dd39949.zip |
RPM: updates for opensuse build service
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/polkit-agent-tde/polkit-agent-tde.spec | 1 | ||||
-rw-r--r-- | redhat/applications/tellico/tellico.spec | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/polkit-agent-tde/polkit-agent-tde.spec b/redhat/applications/polkit-agent-tde/polkit-agent-tde.spec index 57b96b7ce..4be2838da 100644 --- a/redhat/applications/polkit-agent-tde/polkit-agent-tde.spec +++ b/redhat/applications/polkit-agent-tde/polkit-agent-tde.spec @@ -125,6 +125,7 @@ fi %files -f %{tde_pkg}.lang %defattr(-,root,root,-) %{_bindir}/polkit-agent-tde +%dir %{_datadir}/autostart %{_datadir}/autostart/polkit-agent-tde.desktop diff --git a/redhat/applications/tellico/tellico.spec b/redhat/applications/tellico/tellico.spec index 0c5cffee0..564e0e539 100644 --- a/redhat/applications/tellico/tellico.spec +++ b/redhat/applications/tellico/tellico.spec @@ -170,6 +170,9 @@ BuildRequires: libattr-devel BuildRequires: %{python} BuildRequires: %{python}-devel +# Readline support +BuildRequires: readline-devel + Requires: %{name}-data = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-scripts = %{?epoch:%{epoch}:}%{version}-%{release} |