public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-packager] epel10.2: Drop fedora-getsvn
Date: Thu, 25 Jun 2026 13:20:44 GMT	[thread overview]
Message-ID: <178239364464.1.6557053107612022183.rpms-fedora-packager-882f5fef53f3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fedora-packager
Branch : epel10.2
Commit : 882f5fef53f3ebb8ccefca2feebe1a1be68f6cee
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date   : 2024-08-09T11:33:56-04:00
Stats  : +0/-25 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/fedora-packager/c/882f5fef53f3ebb8ccefca2feebe1a1be68f6cee?branch=epel10.2

Log:
Drop fedora-getsvn

---
diff --git a/fedora-getsvn b/fedora-getsvn
deleted file mode 100755
index 72f08ab..0000000
--- a/fedora-getsvn
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-
-if [ $# -ne 3 ];
-then
-	echo "Usage: $0 <project> <url> <revision>"
-	exit 1
-fi
-
-project=$1
-url=$2
-rev=$3
-
-tmpdir=`mktemp -d`
-curdir=`pwd`
-
-(
-    cd ${tmpdir}
-    LANG=C TZ=GMT svn export ${url} -r ${rev} ${project}
-    tar cjvf ${curdir}/${project}-svn${rev}.tar.bz2 ${project}
-)
-
-rm -rf ${tmpdir}

diff --git a/fedora-packager.spec b/fedora-packager.spec
index 7d11299..ee24915 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -7,7 +7,6 @@ License:        GPL-2.0-or-later
 URL:            https://pagure.io/fedora-packager
 
 Source0:        COPYING
-Source1:        fedora-getsvn
 Source2:        pkgname.py
 Source3:        rpmbuild-md5
 Source4:        secondary-koji
@@ -64,7 +63,6 @@ Files for connecting via kerberos to Fedora
 
 %install
 install -D %{SOURCE0} %{buildroot}%{_licensedir}/%{name}/COPYING
-install -D %{SOURCE1} %{buildroot}%{_bindir}/fedora-getsvn
 install -D %{SOURCE2} %{buildroot}%{_bindir}/pkgname
 install -D %{SOURCE3} %{buildroot}%{_bindir}/rpmbuild-md5
 install -D %{SOURCE4} %{buildroot}%{_bindir}/s390-koji
@@ -80,7 +78,6 @@ install -m0644 -Dt %{buildroot}%{_sysconfdir}/pki/ipa/ \
 
 %files
 %license %{_licensedir}/%{name}/
-%{_bindir}/fedora-getsvn
 %{_bindir}/pkgname
 %{_bindir}/rpmbuild-md5
 %{_bindir}/s390-koji

                 reply	other threads:[~2026-06-25 13:20 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=178239364464.1.6557053107612022183.rpms-fedora-packager-882f5fef53f3@fedoraproject.org \
    --to=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