public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fts-rest-client] rawhide: Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
@ 2026-08-18 13:45
0 siblings, 0 replies; only message in thread
From: @ 2026-08-18 13:45 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fts-rest-client
Branch : rawhide
Commit : 6439eeaaf6d2051f0a71757a7b1a30c21c3163a3
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-08-18T15:45:03+02:00
Stats : +1/-163 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/fts-rest-client/c/6439eeaaf6d2051f0a71757a7b1a30c21c3163a3?branch=rawhide
Log:
Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index de52c18..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/*.tar.gz
-/*.rpm
diff --git a/README.md b/README.md
deleted file mode 100644
index 277c8c0..0000000
--- a/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-This repository packages the [FTS-REST-Client][1] for Fedora and EPEL repositories.
-
-#### Build the source tarball
-
-```bash
-$ git clone --depth=1 --branch v3.14.0-client https://gitlab.cern.ch/fts/fts-rest-flask.git fts-rest-client-3.14.0
-$ tar -C fts-rest-client-3.14.0/ -czf fts-rest-client-3.14.0.tar.gz src/cli src/fts3 LICENSE setup.py setup.cfg --transform "s|^|fts-rest-client-3.14.0/|" --show-transformed-names
-```
-
-#### Build the SRPM
-
-```bash
-$ rpmbuild -bs fts-rest-client.spec --define "_sourcedir ${PWD}" --define "_srcrpmdir ${PWD}"
-```
-
-#### Build the RPM
-
-```bash
-$ rpmbuild --rebuild --define "_rpmdir ${PWD}/RPMS" fts-rest-client-3.14.0-1*.src.rpm
-```
-
-[1]: https://gitlab.cern.ch/fts/fts-rest-flask
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..d035a64
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
diff --git a/fts-rest-client.spec b/fts-rest-client.spec
deleted file mode 100644
index c387fd6..0000000
--- a/fts-rest-client.spec
+++ /dev/null
@@ -1,138 +0,0 @@
-Name: fts-rest-client
-Version: 3.14.2
-Release: 7%{?dist}
-Summary: File Transfer Service (FTS) -- Python3 Client and CLI
-
-License: Apache-2.0
-URL: https://fts.web.cern.ch/
-# git clone --depth=1 --branch v3.14.2 https://gitlab.cern.ch/fts/fts-rest-flask.git fts-rest-client-3.14.2
-# tar -C fts-rest-client-3.14.2/ -czf fts-rest-client-3.14.2.tar.gz src/cli src/fts3 LICENSE setup.py setup.cfg --transform "s|^|fts-rest-client-3.14.2/|" --show-transformed-names
-Source0: %{name}-%{version}.tar.gz
-
-BuildRequires: python3-devel
-BuildRequires: python3-setuptools
-Requires: python3
-Requires: python%{python3_pkgversion}-m2crypto
-Requires: python%{python3_pkgversion}-requests
-
-# Replace previous FTS Python2 Client package
-Provides: python-fts = %{version}-%{release}
-Provides: fts-rest-cli = %{version}-%{release}
-Obsoletes: python-fts < 3.12.0
-Obsoletes: fts-rest-cli < 3.12.0
-
-BuildArch: noarch
-
-%description
-File Transfer Service (FTS) -- Python3 Client and CLI
-
-%prep
-%setup -q
-
-%build
-%py3_build
-
-%install
-%py3_install
-
-%files
-%license LICENSE
-%{python3_sitelib}/fts3/
-%{python3_sitelib}/fts*-*.egg-info/
-%{_bindir}/fts-rest-*
-
-%changelog
-* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.2-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 3.14.2-6
-- Rebuilt for Python 3.15
-
-* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
-
-* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 3.14.2-4
-- Rebuilt for Python 3.14.0rc3 bytecode
-
-* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 3.14.2-3
-- Rebuilt for Python 3.14.0rc2 bytecode
-
-* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
-* Tue Jul 08 2025 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.14.2-1
-- New upstream release 3.14.2
-
-* Tue Jun 03 2025 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.14.1-1
-- New upstream release 3.14.1
-
-* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 3.14.0-2
-- Rebuilt for Python 3.14
-
-* Mon May 19 2025 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.14.0-1
-- New upstream release 3.14.0
-
-* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
-* Fri Sep 13 2024 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.13.4-1
-- New upstream release 3.13.4
-
-* Wed Aug 21 2024 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.13.3-1
-- New upstream release 3.13.3
-
-* Thu Aug 08 2024 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.13.2-1
-- New upstream release 3.13.2
-
-* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 3.13.1-4
-- convert license to SPDX
-
-* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
-* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.13.1-2
-- Rebuilt for Python 3.13
-
-* Tue Jun 04 2024 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.13.1-1
-- New upstream release 3.13.1
-
-* Fri May 31 2024 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.13.0-1
-- New upstream release 3.13.0
-
-* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.4-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.4-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
-* Wed Dec 20 2023 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.4-1
-- New upstream release 3.12.4
-
-* Mon Aug 14 2023 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.3-1
-- New upstream release 3.12.3
-
-* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
-* Thu Jul 06 2023 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.2-3
-- Remove "/etc/fts3/fts3client.cfg" from the installation files (FTS-1842)
-
-* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.12.2-2
-- Rebuilt for Python 3.12
-
-* Thu Mar 02 2023 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.2-1
-- New upstream release 3.12.2
-- Remove patch for bugzilla#2164054 as it has been addressed upstream
-
-* Tue Jan 31 2023 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.1-1
-- New upstream release 3.12.1
-- Apply patch for bugzilla#2164054
-
-* Tue Jan 31 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0-3
-- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
-
-* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
-
-* Wed Jul 27 2022 Mihai Patrascoiu <mihai.patrascoiu@cern.ch> - 3.12.0-1
-- First EPEL release (v3.12.0 upstream release)
diff --git a/sources b/sources
deleted file mode 100644
index ca0ab56..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (fts-rest-client-3.14.2.tar.gz) = e596767c0a741ffe0339b842ce0565208d629a38d2942253b73c9ca9ece29bfc4f02811c5b50e5ef18a5f9c536a76ef493c00164c012a9f77efd29a387ed06ef
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 13:45 [rpms/fts-rest-client] rawhide: Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox