Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
c5b4d2b490 | |||
d74a0cf785 | |||
d7a7916653 | |||
8d611150f7 | |||
db492d38c1 | |||
adc0be279b | |||
63221bb8db | |||
b06bdfea5e | |||
5063532f0c | |||
c7650c87c8 | |||
c95c035d9b | |||
3e899ce739 |
13
_service
13
_service
@@ -3,20 +3,19 @@
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.30.5</param>
|
||||
<param name="revision">v0.11.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">melange</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
<!-- services below are running at buildtime -->
|
||||
<service name="tar" mode="buildtime">
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
</service>
|
||||
</services>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="changesrevision">17454714ad8089570bc870d102515f2d20b671f7</param></service></servicedata>
|
||||
<param name="changesrevision">a52edcc075ebf1dc89aea87893e3821944171ee3</param></service></servicedata>
|
3
melange-0.11.1.obscpio
Normal file
3
melange-0.11.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aadf06a4fb142a2a9f89966a94404c5cd7996967cf9a4ee0a2a9bb8956647340
|
||||
size 4489228
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:83119aa616b4fb6b69cbf41fd76bd450a37534b8477868ff2d6530cd9a4a23dc
|
||||
size 2328076
|
1316
melange.changes
1316
melange.changes
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.30.5
|
||||
mtime: 1754603177
|
||||
commit: 17454714ad8089570bc870d102515f2d20b671f7
|
||||
version: 0.11.1
|
||||
mtime: 1721353354
|
||||
commit: a52edcc075ebf1dc89aea87893e3821944171ee3
|
||||
|
33
melange.spec
33
melange.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package melange
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,33 +16,27 @@
|
||||
#
|
||||
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.30.5
|
||||
Version: 0.11.1
|
||||
Release: 0
|
||||
Summary: Build APKs from source code
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/chainguard-dev/melange
|
||||
Source: melange-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: fish
|
||||
BuildRequires: go >= 1.23
|
||||
BuildRequires: zsh
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
%description
|
||||
Build apk packages using declarative pipelines.
|
||||
|
||||
Commonly used to provide custom packages for container images built with apko.
|
||||
The majority of apks are built for use with either the Wolfi or Alpine Linux
|
||||
ecosystems.
|
||||
Commonly used to provide custom packages for container images built with apko. The majority of apks are built for use with either the Wolfi or Alpine Linux ecosystems.
|
||||
|
||||
Key features:
|
||||
|
||||
* Pipeline-oriented builds. Every step of the build pipeline is defined and
|
||||
controlled by you, unlike traditional package managers which have distinct
|
||||
phases.
|
||||
* Multi-architecture by default. QEMU is used to emulate various architectures,
|
||||
avoiding the need for cross-compilation steps.
|
||||
* Pipeline-oriented builds. Every step of the build pipeline is defined and controlled by you, unlike traditional package managers which have distinct phases.
|
||||
* Multi-architecture by default. QEMU is used to emulate various architectures, avoiding the need for cross-compilation steps.
|
||||
|
||||
%package -n %{name}-bash-completion
|
||||
Summary: Bash Completion for %{name}
|
||||
@@ -102,8 +96,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
# create the zsh completion file
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
|
||||
%{buildroot}/%{_bindir}/%{name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
@@ -111,12 +105,17 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files -n %{name}-bash-completion
|
||||
%dir %{_datarootdir}/bash-completion/completions/
|
||||
%{_datarootdir}/bash-completion/completions/%{name}
|
||||
|
||||
%files -n %{name}-fish-completion
|
||||
%dir %{_datarootdir}/fish
|
||||
%dir %{_datarootdir}/fish/vendor_completions.d
|
||||
%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
|
||||
|
||||
%files -n %{name}-zsh-completion
|
||||
%{_datarootdir}/zsh/site-functions/_%{name}
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datarootdir}/zsh_completion.d/
|
||||
%{_datarootdir}/zsh_completion.d/_%{name}
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8bf9b4dc0bfd5e4d92d64c8bb34511f9d6759a2679a2440359393e7b8a66dc4
|
||||
size 10307165
|
||||
oid sha256:9db0b2132c06068d0b29926546808cd21efd7c31e697faff46a482e937ff38aa
|
||||
size 9950544
|
||||
|
Reference in New Issue
Block a user