[packit] 90 upstream release
Upstream tag: v90 Upstream commit: 74eed6a3 If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit/rpms/osbuild.git refs/heads/*:refs/remotes/packit/* git checkout packit/90-rawhide-update-propose_downstream ```
This commit is contained in:
parent
8b352dbe22
commit
13f4a6c2e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -87,3 +87,4 @@
|
||||
/osbuild-87.tar.gz
|
||||
/osbuild-88.tar.gz
|
||||
/osbuild-89.tar.gz
|
||||
/osbuild-90.tar.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.77.0.
|
||||
The file was generated using packit 0.78.1.
|
||||
|
23
osbuild.spec
23
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 89
|
||||
Version: 90
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -9,7 +9,7 @@ Version: 89
|
||||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Apache-2.0
|
||||
|
||||
URL: %{forgeurl}
|
||||
@ -252,6 +252,25 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 19 2023 Packit <hello@packit.dev> - 90-1
|
||||
Changes with 90
|
||||
----------------
|
||||
* .gitlab-ci.yml: Run rpmbuild for Fedora 39 (#1344)
|
||||
* Expand `sysconfig` stage with `livesys` and `desktop` (#1345)
|
||||
* Schutzfile: Fix f38 snapshot references (#1347)
|
||||
* org.osbuild.rpm: Add some context to rpmkeys failure (#1244)
|
||||
* runners: Asahi Fedora Remix to Fedora Asahi Remix (#1338)
|
||||
* stage: anaconda, allow access to more config (#1320)
|
||||
* stages/rpm: chmod `machine-id` to 0444 (#1342)
|
||||
* stages/squashfs: add support for zstd compression (#1232)
|
||||
* stages: add openscap autotailor stage (#1336)
|
||||
* test/data: introduce UKI also for CentOS Stream (#1233)
|
||||
|
||||
Contributions from: Brian C. Lane, Eric Curtin, Gianluca Zuccarelli, Ondřej Budai, Simon de Vlieger
|
||||
|
||||
— Somewhere on the Internet, 2023-07-19
|
||||
|
||||
|
||||
* Tue Jun 27 2023 Python Maint <python-maint@redhat.com> - 89-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-89.tar.gz) = 851b74cf8d7edcfbd2dea582e0b24ae06f9d72279117accc56f0f24922c18034fa7b51195983b20f7681e091bae1a670ce87c2ca98033d5898c3a7b0e777720b
|
||||
SHA512 (osbuild-90.tar.gz) = f2585289ff5b240fd0d83ae8f28f50106067ddc3edecf7877680662d4e4c14ad7bdfa10b21364e7efca7ecd20b8a0e388b927484b2b5884d1c29ed1a31769691
|
||||
|
Loading…
Reference in New Issue
Block a user