rename
This commit is contained in:
parent
453f8f1a9d
commit
e17279f114
@ -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
|
|
||||||
|
|
||||||
@ -1,13 +1,13 @@
|
|||||||
[contribdriversbasearch]
|
[contribdriversbasearch]
|
||||||
name=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
|
enabled=0
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
priority=100
|
priority=100
|
||||||
|
|
||||||
[contribdriverssource]
|
[contribdriverssource]
|
||||||
name=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
|
enabled=0
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
priority=100
|
priority=100
|
||||||
|
|||||||
@ -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
|
|
||||||
|
|
||||||
@ -1,14 +1,12 @@
|
|||||||
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
|
%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler}
|
||||||
|
|
||||||
Name: oepkgs-release
|
Name: oepkgs-repos
|
||||||
Summary: oepkgs package repositories
|
Summary: oepkgs package repositories
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: http://gitee.com/src-oepkgs/oepkgs-release
|
URL: http://gitee.com/src-oepkgs/oepkgs-repos
|
||||||
Source0: oepkgs-extras.repo
|
Source0: oepkgs-contrib.repo
|
||||||
Source1: oepkgs-compatible.repo
|
|
||||||
Source2: oepkgs-contrib.repo
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -16,16 +14,16 @@ BuildArch: noarch
|
|||||||
Extras oepkgs Packages for %{vendor} repository configuration
|
Extras oepkgs Packages for %{vendor} repository configuration
|
||||||
|
|
||||||
%install
|
%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
|
install -D -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%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
|
%config(noreplace) %{_sysconfdir}/yum.repos.d/oepkgs-contrib.repo
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 13 2023 chenchen <chen_aka_jan@163.com> - 1.0-1
|
||||||
- Package Init
|
- Package Init
|
||||||
Loading…
x
Reference in New Issue
Block a user