mirror of
https://github.com/systemd/systemd.git
synced 2025-03-06 00:58:29 +03:00
mkosi: Use the Fedora Rawhide spec for CentOS
These are now practically identical, with the only differences between the two having no effect on the rpm builds we do with mkosi, so let's cut out the middle man and just use the Fedora Rawhide spec for CentOS as well.
This commit is contained in:
parent
762b23e86a
commit
ebbae3d632
@ -5,6 +5,12 @@ Distribution=|centos
|
||||
Distribution=|fedora
|
||||
|
||||
[Content]
|
||||
Environment=
|
||||
GIT_URL=https://src.fedoraproject.org/rpms/systemd.git
|
||||
GIT_BRANCH=rawhide
|
||||
GIT_COMMIT=a3524fc837f5e7b68f86b3e0a9d470a94a04c4c8
|
||||
PKG_SUBDIR=fedora
|
||||
|
||||
Packages=
|
||||
compiler-rt
|
||||
git-core
|
||||
|
@ -7,9 +7,3 @@ Distribution=centos
|
||||
Packages=
|
||||
rsync # TODO: Drop when CentOS Stream 9 CI is removed.
|
||||
squashfs-tools
|
||||
|
||||
Environment=
|
||||
GIT_URL=https://git.centos.org/rpms/systemd.git
|
||||
GIT_BRANCH=c10s-sig-hyperscale
|
||||
GIT_COMMIT=46480aaa9e0ea63a85b6ca676554ce2aae10ce36
|
||||
PKG_SUBDIR=centos
|
||||
|
@ -4,12 +4,6 @@
|
||||
Distribution=fedora
|
||||
|
||||
[Content]
|
||||
Environment=
|
||||
GIT_URL=https://src.fedoraproject.org/rpms/systemd.git
|
||||
GIT_BRANCH=rawhide
|
||||
GIT_COMMIT=a3524fc837f5e7b68f86b3e0a9d470a94a04c4c8
|
||||
PKG_SUBDIR=fedora
|
||||
|
||||
Packages=
|
||||
erofs-utils
|
||||
rpmautospec
|
||||
|
Loading…
x
Reference in New Issue
Block a user