This commit is contained in:
ydna0 2023-12-11 16:39:44 +08:00
parent 453f8f1a9d
commit e17279f114
4 changed files with 10 additions and 68 deletions

View File

@ -1,42 +0,0 @@
[compatibleaurbasearch]
name=compatibleaurbasearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/aur/$basearch
enabled=0
gpgcheck=0
priority=100
[compatibleaursource]
name=compatibleaursource
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/aur/source
enabled=0
gpgcheck=0
priority=100
[compatiblef35basearch]
name=compatiblef35basearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/f35/$basearch
enabled=0
gpgcheck=0
priority=100
[compatiblef35source]
name=compatiblef35source
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/f35/source
enabled=0
gpgcheck=0
priority=100
[compatiblef36basearch]
name=compatiblef36basearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/f36/$basearch
enabled=0
gpgcheck=0
priority=100
[compatiblef36source]
name=compatiblef36source
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/compatible/f36/source
enabled=0
gpgcheck=0
priority=100

View File

@ -1,13 +1,13 @@
[contribdriversbasearch]
name=contribdriversbasearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/contrib/drivers/$basearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS-SP3/contrib/drivers/$basearch
enabled=0
gpgcheck=0
priority=100
[contribdriverssource]
name=contribdriverssource
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/contrib/drivers/source
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS-SP3/contrib/drivers/source
enabled=0
gpgcheck=0
priority=100

View File

@ -1,14 +0,0 @@
[extrasbasearch]
name=extrasbasearch
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/extras/$basearch
enabled=1
gpgcheck=0
priority=100
[extrassource]
name=extrassource
baseurl=https://repo.oepkgs.net/openEuler/rpm/openEuler-22.03-LTS/extras/source
enabled=1
gpgcheck=0
priority=100

View File

@ -1,14 +1,12 @@
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
Name: oepkgs-release
Name: oepkgs-repos
Summary: oepkgs package repositories
Version: 1.0
Release: 1
Release: 2
License: MulanPSL-2.0
URL: http://gitee.com/src-oepkgs/oepkgs-release
Source0: oepkgs-extras.repo
Source1: oepkgs-compatible.repo
Source2: oepkgs-contrib.repo
URL: http://gitee.com/src-oepkgs/oepkgs-repos
Source0: oepkgs-contrib.repo
BuildArch: noarch
@ -16,16 +14,16 @@ BuildArch: noarch
Extras oepkgs Packages for %{vendor} repository configuration
%install
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-extras.repo
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-compatible.repo
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo
%files
%defattr(-,root,root)
%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-extras.repo
%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-compatible.repo
%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo
%changelog
* Tue Dec 11 2023 chenchen <chen_aka_jan@163.com> - 1.0-2
- Rename package
* Sat Sep 23 2023 chenchen <chen_aka_jan@163.com> - 1.0-2
- Fix error
* Fri Jan 13 2023 chenchen <chen_aka_jan@163.com> - 1.0-1
- Package Init