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
src-rhel
rpms
osbuild-composer
Commits
06e56c09
Commit
06e56c09
authored
5 months ago
by
importbot
Browse files
Options
Downloads
Patches
Plain Diff
import osbuild-composer-123-1.el10
parent
3511d99b
No related branches found
No related tags found
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
+10
-4
10 additions, 4 deletions
SPECS/osbuild-composer.spec
with
11 additions
and
5 deletions
.osbuild-composer.metadata
+
1
−
1
View file @
06e56c09
f0e1138ecf8459abfa2b85ae9ca37556563a44112ac9b5e0f1962297225cab9f
SOURCES/osbuild-composer-1
18
.tar.gz
2cdb78f112fc870923ff667e355d6250cae32b970028b74dee5b00e9feb437fd
SOURCES/osbuild-composer-1
23
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/osbuild-composer.spec
+
10
−
4
View file @
06e56c09
...
...
@@ -8,11 +8,11 @@
%bcond_with relax_requires
# The minimum required osbuild version
%global min_osbuild_version 12
0
%global min_osbuild_version 12
9
%global goipath github.com/osbuild/osbuild-composer
Version: 1
18
Version: 1
23
%gometa
...
...
@@ -285,8 +285,8 @@ install -m 0644 -vp test/data/x509/* %{buildroot}%
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/schemas
install -m 0644 -vp pkg/jobqueue/dbjobqueue/schemas/* %{buildroot}%{_datadir}/tests/osbuild-composer/schemas/
install -m 0755 -vd %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade
8to9
install -m 0644 -vp test/data/upgrade
8to9
/* %{buildroot}%{_datadir}/tests/osbuild-composer/upgrade
8to9
/
install -m 0755 -vd
%{buildroot}%{_datadir}/tests/osbuild-composer/
rhel-
upgrade
install -m 0644 -vp test/data/
rhel-
upgrade/* %{buildroot}%{_datadir}/tests/osbuild-composer/
rhel-
upgrade/
%endif
...
...
@@ -326,6 +326,9 @@ cd $PWD/_build/src/%{goipath}
%package core
Summary: The core osbuild-composer binary
Requires: osbuild-depsolve-dnf >= %{min_osbuild_version}
# This version needs to get bumped everytime the osbuild-depsolve-dnf json
# API changes in incompatible ways
Requires: osbuild-dnf-json-api = 7
Provides: %{name}-dnf-json = %{version}-%{release}
Obsoletes: %{name}-dnf-json < %{version}-%{release}
...
...
@@ -452,6 +455,9 @@ Integration tests to be run on a pristine-dedicated system to test the osbuild-c
%endif
%changelog
* Wed Oct 16 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 123-1
- New upstream release
* Fri Aug 23 2024 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 118-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