[X2Go-Commits] [x2goclient] 22/25: pyhoca-cli.spec: also apply pycache changes to Tumbleweed, which seems to not get caught by %{sle_version}.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:07:21 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.2
in repository x2goclient.
commit 81dc34919d271477d54270bc3ee905017c2eee8e
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Dec 24 19:12:50 2019 +0100
pyhoca-cli.spec: also apply pycache changes to Tumbleweed, which seems to not get caught by %{sle_version}.
---
debian/changelog | 2 ++
pyhoca-cli.spec | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index baf89944..aab81cf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,8 @@ pyhoca-cli (0.6.1.2-0x2go1) UNRELEASED; urgency=medium
subdirectory based on the package name.
+ Fix spelling error in pycache directory.
+ Actually apply pycache changes to 15.0+ and not just 15.1+.
+ + Also apply pycache changes to Tumbleweed, which seems to not get caught
+ by %{sle_version}.
-- X2Go Release Manager <git-admin at x2go.org> Fri, 22 Nov 2019 15:26:45 +0100
diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec
index 2641b59b..28ac9c08 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -261,7 +261,7 @@ cp -rp man/* %{buildroot}/%{_mandir}/
%{python3_sitelib}/PyHoca_CLI*
%if 0%{?suse_version}
%if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 )
-%if 0%{?sle_version} >= 150000
+%if ( 0%{?sle_version} >= 150000 ) || ( 0%{?suse_version} > 1500 )
%pycache_only %{python3_sitelib}/pyhoca/cli/__pycache__
%else
%pycache_only %{python3_sitelib}/__pycache__
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list