Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osbuild-composer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
osbuild-composer
Commits
fcf7725f
Commit
fcf7725f
authored
1 month ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import osbuild-composer-134-1.el10
parent
c4bb0846
No related branches found
Branches containing commit
Tags
imports/r10s/osbuild-composer-134-1.el10
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.osbuild-composer.metadata
+1
-1
1 addition, 1 deletion
.osbuild-composer.metadata
SPECS/osbuild-composer.spec
+14
-9
14 additions, 9 deletions
SPECS/osbuild-composer.spec
with
15 additions
and
10 deletions
.osbuild-composer.metadata
+
1
−
1
View file @
fcf7725f
f42aa963956bb1a7dd0cea9d26958476e73d6425b0ffb3572ff33ae04b5af828
SOURCES/osbuild-composer-13
2
.tar.gz
e02bd7a0ced1c31f7876fb4e6ba765240017eb21bc23ffb9a1fb59d398e57bf6
SOURCES/osbuild-composer-13
4
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/osbuild-composer.spec
+
14
−
9
View file @
fcf7725f
...
...
@@ -12,7 +12,7 @@
%global goipath github.com/osbuild/osbuild-composer
Version: 13
2
Version: 13
4
%gometa
...
...
@@ -160,12 +160,13 @@ install -m 0755 -vd %{buildroot}%
# Latest CentOS supports building all CentOS versions
%if 0%{?centos} >= 10
install -m 0644 -vp repositories/centos-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
install -m 0644 -vp
vendor/github.com/osbuild/images/data/
repositories/centos-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%else
# All other CentOS versions support building for the same version
install -m 0644 -vp repositories/centos-%{centos}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
install -m 0644 -vp repositories/centos-stream-%{centos}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
install -m 0644 -vp vendor/github.com/osbuild/images/data/repositories/centos-%{centos}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
# centos-stream-* are symlinks
cp -a repositories/centos-stream-%{centos}* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
%else
...
...
@@ -173,7 +174,7 @@ install -m 0644 -vp repositories/centos-stream-%{centos}* %{buildroot}%
%if 0%{?rhel}
# RHEL 10 supports building all RHEL versions
%if 0%{?rhel} >= 10
for REPO_FILE in $(ls
repositories/rhel-* | grep -v 'no-aux-key'
); do
for REPO_FILE in $(ls
vendor/github.com/osbuild/images/data/repositories/rhel-*
); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
...
...
@@ -184,13 +185,13 @@ done
%else
# All other RHEL versions support building for the same version
for REPO_FILE in $(ls repositories/rhel-%{rhel}*
| grep -v 'no-aux-key'
); do
for REPO_FILE in $(ls
vendor/github.com/osbuild/images/data/
repositories/rhel-%{rhel}* ); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
# RHEL 9 supports building also for RHEL 8
%if 0%{?rhel} == 9
for REPO_FILE in $(ls
repositories/rhel-8* | grep -v 'no-aux-key'
); do
for REPO_FILE in $(ls
vendor/github.com/osbuild/images/data/repositories/rhel-8*
); do
install -m 0644 -vp ${REPO_FILE} %{buildroot}%{_datadir}/osbuild-composer/repositories/$(basename ${REPO_FILE})
done
%endif
...
...
@@ -216,7 +217,7 @@ install -m 0644 -vp repositories/rocky-8* %{buildroot}%
# Fedora can build for all included fedora releases
%if 0%{?fedora}
install -m 0644 -vp repositories/fedora-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
install -m 0644 -vp
vendor/github.com/osbuild/images/data/
repositories/fedora-* %{buildroot}%{_datadir}/osbuild-composer/repositories/
%endif
install -m 0755 -vd %{buildroot}%{_unitdir}
...
...
@@ -470,9 +471,13 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
*
Thu
Feb
13
2025 Release Engineering <releng@rockylinux.org> - 13
2
-1.rocky.0.6
*
Mon
Feb
24
2025 Release Engineering <releng@rockylinux.org> - 13
4
-1.rocky.0.6
- Add Rocky Linux support and host detection
* Mon Feb 24 2025 Tomáš Hozza <thozza@redhat.com> - 134-1
- New upstream release
- Resolves: RHEL-80161
* Thu Feb 13 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 132-1
- New upstream release
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment