public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-workstation-repositories] rawhide: Delete PyCharm repo
@ 2026-08-18 23:05 Michael Catanzaro
  0 siblings, 0 replies; only message in thread
From: Michael Catanzaro @ 2026-08-18 23:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedora-workstation-repositories
            Branch : rawhide
            Commit : a752eb32f58662a45ade2f6b0855aa38385fdcfe
            Author : Michael Catanzaro <mcatanzaro@gnome.org>
            Date   : 2026-08-18T18:05:39-05:00
            Stats  : +6/-20 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-workstation-repositories/c/a752eb32f58662a45ade2f6b0855aa38385fdcfe?branch=rawhide

            Log:
            Delete PyCharm repo

As approved in: https://forge.fedoraproject.org/workstation/tickets/issues/519

---
diff --git a/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo b/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo
deleted file mode 100644
index ca37bf8..0000000
--- a/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo
+++ /dev/null
@@ -1,10 +0,0 @@
-[copr:copr.fedorainfracloud.org:phracek:PyCharm]
-name=Copr repo for PyCharm owned by phracek
-baseurl=https://download.copr.fedorainfracloud.org/results/phracek/PyCharm/fedora-$releasever-$basearch/
-type=rpm-md
-skip_if_unavailable=True
-gpgcheck=1
-gpgkey=https://download.copr.fedorainfracloud.org/results/phracek/PyCharm/pubkey.gpg
-repo_gpgcheck=0
-enabled=0
-enabled_metadata=1

diff --git a/fedora-workstation-repositories.spec b/fedora-workstation-repositories.spec
index ac563de..1df5f9e 100644
--- a/fedora-workstation-repositories.spec
+++ b/fedora-workstation-repositories.spec
@@ -1,18 +1,16 @@
 Name:		fedora-workstation-repositories
-Version:	38
+Version:	45
 Release:	%autorelease
 Summary:	Repository files for searchable repositories
 
 License:	MIT
 URL:		https://fedoraproject.org/wiki/Workstation/Third_Party_Software_Repositories
 # Only available for x86_64
-Source0:	_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo
-# Only available for x86_64
-Source1:	google-chrome.repo
+Source0:	google-chrome.repo
 # Only available for aarch64, armfp, ppc64le, x86_64
-Source2:	rpmfusion-nonfree-nvidia-driver.repo
+Source1:	rpmfusion-nonfree-nvidia-driver.repo
 # Only available for x86_64
-Source3:	rpmfusion-nonfree-steam.repo
+Source2:	rpmfusion-nonfree-steam.repo
 
 # For rpmfusions-nonfree repo keys
 Requires:	distribution-gpg-keys
@@ -52,18 +50,16 @@ EOF
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
 %ifarch x86_64
 cp %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
-cp %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
+cp %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
 %endif
 %ifarch aarch64 ppc64le x86_64
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d/
 %endif
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/fedora-third-party/conf.d
 cp fedora-workstation.conf $RPM_BUILD_ROOT%{_prefix}/lib/fedora-third-party/conf.d/
 
 %files
 %ifarch x86_64
-%config(noreplace) %{_sysconfdir}/yum.repos.d/_copr:copr.fedorainfracloud.org:phracek:PyCharm.repo
 %config(noreplace) %{_sysconfdir}/yum.repos.d/google-chrome.repo
 %config(noreplace) %{_sysconfdir}/yum.repos.d/rpmfusion-nonfree-steam.repo
 %endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-18 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 23:05 [rpms/fedora-workstation-repositories] rawhide: Delete PyCharm repo Michael Catanzaro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox