public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/byobu] rawhide: add trustmux files
Date: Fri, 05 Jun 2026 16:45:51 GMT [thread overview]
Message-ID: <178067795180.1.15315601587180097727.rpms-byobu-594854c1d600@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/byobu
Branch : rawhide
Commit : 594854c1d600dbce19c2ef54c9a8690993ba2309
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-06-04T21:01:14-03:00
Stats : +35/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/byobu/c/594854c1d600dbce19c2ef54c9a8690993ba2309?branch=rawhide
Log:
add trustmux files
---
diff --git a/byobu.spec b/byobu.spec
index 9cf36d7..24872b9 100644
--- a/byobu.spec
+++ b/byobu.spec
@@ -1,6 +1,7 @@
%global _iconstheme hicolor
%global _iconsbasedir %{_datadir}/icons/%{_iconstheme}
%global _iconsscaldir %{_iconsbasedir}/scalable/apps
+%global trustmuxlibdir %{_prefix}/lib/trustmux
Name: byobu
Version: 7.7
@@ -104,7 +105,9 @@ rm %{buildroot}%{_mandir}/man1/vigpg.1*
install -D -p -m 0644 usr/share/byobu/pixmaps/byobu.svg %{buildroot}%{_iconsscaldir}/%{name}.svg
# fix shebangs
-%py3_shebang_fix %{buildroot}%{_bindir}/* %{buildroot}%{_libexecdir}/%{name}/*
+%py3_shebang_fix %{buildroot}%{_bindir}/*
+%py3_shebang_fix %{buildroot}%{_libexecdir}/%{name}/*
+%py3_shebang_fix %{buildroot}%{trustmuxlibdir}/trustmux/_daemon.py
# install README.md manually to the doc dir
install -d %{buildroot}%{_docdir}/%{name}
@@ -113,9 +116,11 @@ cp -p README.md %{buildroot}%{_docdir}/%{name}/
# remove empty profile.d
rm -rf %{buildroot}%{_sysconfdir}/profile.d
+
%check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
%files -f %{name}.lang
%license COPYING
%{_docdir}/%{name}/
@@ -138,7 +143,35 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/wifi-status.1*
%{_libexecdir}/%{name}/
%config(noreplace) %{_sysconfdir}/%{name}/
+# trustmux files
+%{_bindir}/trustmux
+%{_bindir}/trustmux-ctl
+%{_bindir}/trustmux-disable
+%{_bindir}/trustmux-enable
+%{_bindir}/trustmux-pair
+%{_bindir}/trustmux-unpair
+%{trustmuxlibdir}/trustmux/__init__.py
+%{trustmuxlibdir}/trustmux/__main__.py
+%{trustmuxlibdir}/trustmux/_ctl.py
+%{trustmuxlibdir}/trustmux/_daemon.py
+%{trustmuxlibdir}/trustmux/_disable.py
+%{trustmuxlibdir}/trustmux/_enable.py
+%{trustmuxlibdir}/trustmux/_pair.py
+%{trustmuxlibdir}/trustmux/_unpair.py
+%{_mandir}/man1/trustmux.1.gz
+%{_mandir}/man1/trustmux-ctl.1.gz
+%{_mandir}/man1/trustmux-disable.1.gz
+%{_mandir}/man1/trustmux-enable.1.gz
+%{_mandir}/man1/trustmux-pair.1.gz
+%{_mandir}/man1/trustmux-unpair.1.gz
+%{_datadir}/trustmux/static/app.js
+%{_datadir}/trustmux/static/index.html
+%{_datadir}/trustmux/static/sw.js
+%{_datadir}/trustmux/static/trustmux-logo.svg
+%{_datadir}/trustmux/static/trustmux.svg
+%{_datadir}/trustmux/static/icons/icon-192.png
+%{_datadir}/trustmux/static/icons/icon-512.png
+
%changelog
%autochangelog
-
reply other threads:[~2026-06-05 16:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178067795180.1.15315601587180097727.rpms-byobu-594854c1d600@fedoraproject.org \
--to=rosset.filipe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox