Skip to content

Commit

Permalink
Config for Rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed Mar 7, 2021
1 parent f37c841 commit 1731b8b
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
39 changes: 39 additions & 0 deletions unitedrpms-rawhide.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[unitedrpms]
name=unitedrpms 35 - $basearch
mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/mirrorlist_x86_64.txt
#baseurl=https://sourceforge.net/projects/unitedrpms/files/35/x86_64/
enabled=1
priority=1
metadata_expire=1d
skip_if_unavailable=1
gpgkey=file:///etc/pki/rpm-gpg/URPMS-GPG-PUBLICKEY-Fedora
gpgcheck=1
repo_gpgcheck=1
type=rpm
enabled_metadata=1

[unitedrpms-source]
name=unitedrpms 35 - Source
#mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/mirrorlist_source.txt
baseurl=https://sourceforge.net/projects/unitedrpms/files/35/srpm/
enabled=0
priority=1
metadata_expire=1d
skip_if_unavailable=1
gpgkey=file:///etc/pki/rpm-gpg/URPMS-GPG-PUBLICKEY-Fedora
gpgcheck=1
repo_gpgcheck=1
type=rpm

[unitedrpms-debuginfo]
name=unitedrpms 35 - $basearch - Debug
#mirrorlist=https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/mirrorlist_debug.txt
baseurl=https://sourceforge.net/projects/unitedrpms/files/35/x86_64/debug/
enabled=0
priority=1
metadata_expire=1d
skip_if_unavailable=1
gpgkey=file:///etc/pki/rpm-gpg/URPMS-GPG-PUBLICKEY-Fedora
gpgcheck=1
repo_gpgcheck=1
type=rpm
11 changes: 10 additions & 1 deletion unitedrpms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

Name: unitedrpms
Version: %{fedora}
Release: 17%{?dist}
Release: 18%{?dist}
Summary: UnitedRPMs Repository Configuration

Group: System Environment/Base
License: GPLv3
URL: https://unitedrpms.github.io/
Source0: https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/unitedrpms-rawhide.repo
Source1: https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/unitedrpms.repo
Source2: https://raw.githubusercontent.com/UnitedRPMs/unitedrpms/master/URPMS-GPG-PUBLICKEY-Fedora
BuildArch: noarch
Expand Down Expand Up @@ -43,7 +44,12 @@ install -d -m755 \


# Yum .repo files
%if 0%{?fedora} <= 34
%{__install} -p -m644 %{S:1} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
%else
# echo rawhide
%{__install} -p -m644 %{S:0} $RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
%endif

# Signed repositories failed detecting variables $releasever and $basearch
# Sure a bug... https://bugzilla.redhat.com/show_bug.cgi?id=1636743
Expand All @@ -57,6 +63,9 @@ install -d -m755 \

%changelog

* Sat Mar 06 2021 David Va <davidva AT tuta DOT io> - 30-18
- Config for Rawhide

* Sun May 17 2020 David Va <davidva AT tuta DOT io> - 30-17
- Mirrorlist enabled again

Expand Down

0 comments on commit 1731b8b

Please sign in to comment.