mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(cherry picked from commit 2d8748f4b1)
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "readymade-nightly.spec"
|
||||
spec = "readymade-git.spec"
|
||||
}
|
||||
labels {
|
||||
}
|
||||
+5
-3
@@ -2,7 +2,7 @@
|
||||
%global commit_date 20250502
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: readymade-nightly
|
||||
Name: readymade-git
|
||||
Version: %commit_date.%shortcommit
|
||||
Release: 1%?dist
|
||||
Summary: Install ready-made distribution images!
|
||||
@@ -15,6 +15,7 @@ BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: clang-devel
|
||||
BuildRequires: cmake
|
||||
Conflicts: readymade
|
||||
Obsoletes: readymade-nightly < 20250502.4dc78ec-3
|
||||
|
||||
Requires: efibootmgr
|
||||
|
||||
@@ -26,9 +27,10 @@ It is created as a replacement to Red Hat's Anaconda installer.
|
||||
|
||||
%package config-ultramarine
|
||||
Summary: Readymade Configuration for Ultramarine Linux
|
||||
Requires: readymade-nightly
|
||||
Provides: readymade-nightly-config
|
||||
Requires: readymade-git
|
||||
Provides: readymade-git-config
|
||||
Conflicts: readymade-config-ultramarine
|
||||
Obsoletes: readymade-nightly-config-ultramarine < 20250502.4dc78ec-3
|
||||
|
||||
%description config-ultramarine
|
||||
This package contains the configuration files for Readymade to install Ultramarine Linux.
|
||||
Reference in New Issue
Block a user