Update to 34.25.5.5 upstream release
- Update translations from Weblate for rhel-9 - Do not rewrite logs in rescue mode (jstodola) Resolves: RHEL-4794 - Write a warning rescue selinux (akankovs) Resolves: RHEL-14005 - Fix kickstart --dhcpclass option application (rvykydal) Resolves: RHEL-30406 Upstream tag: anaconda-34.25.5.5 Upstream commit: eb3f2908 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
0a12a041d0
commit
a6cec13da0
1
.gitignore
vendored
1
.gitignore
vendored
@ -349,3 +349,4 @@
|
||||
/anaconda-34.25.4.7.tar.bz2
|
||||
/anaconda-34.25.5.1.tar.bz2
|
||||
/anaconda-34.25.5.3.tar.bz2
|
||||
/anaconda-34.25.5.5.tar.bz2
|
||||
|
50
.packit.yml
Normal file
50
.packit.yml
Normal file
@ -0,0 +1,50 @@
|
||||
# ======================================
|
||||
# WARNING!
|
||||
# THIS FILE IS GENERATED FROM A TEMPLATE
|
||||
# DO NOT EDIT THIS FILE MANUALLY!
|
||||
# ======================================
|
||||
# The template is located in: .packit.yml.j2
|
||||
|
||||
specfile_path: anaconda.spec
|
||||
upstream_package_name: anaconda
|
||||
upstream_tag_template: anaconda-{version}
|
||||
copy_upstream_release_description: true
|
||||
downstream_package_name: anaconda
|
||||
|
||||
srpm_build_deps:
|
||||
- automake
|
||||
- autoconf
|
||||
- autogen
|
||||
- glib2-devel
|
||||
- gettext-devel
|
||||
- python3-polib
|
||||
- gobject-introspection-devel
|
||||
- glade-devel
|
||||
- libxklavier-devel
|
||||
- libarchive-devel
|
||||
- rpm-devel
|
||||
- nss_wrapper
|
||||
- nodejs-npm
|
||||
|
||||
packages:
|
||||
anaconda-fedora:
|
||||
specfile_path: anaconda.spec
|
||||
anaconda-centos:
|
||||
specfile_path: anaconda.spec
|
||||
pkg_tool: centpkg
|
||||
|
||||
actions:
|
||||
post-upstream-clone:
|
||||
- ./autogen.sh
|
||||
- ./configure
|
||||
create-archive:
|
||||
- "make release"
|
||||
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
||||
|
||||
jobs:
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [anaconda-centos]
|
||||
dist_git_branches: c9s
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.94.0.
|
||||
The file was generated using packit 0.95.0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.25.5.3
|
||||
Version: 34.25.5.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -10,7 +10,7 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
||||
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
|
||||
# ./autogen.sh
|
||||
# make dist
|
||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2
|
||||
Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
@ -416,6 +416,15 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon May 20 2024 Katerina Koukiou <kkoukiou@redhat.com> - 34.25.5.5-1
|
||||
- Update translations from Weblate for rhel-9
|
||||
- Do not rewrite logs in rescue mode (jstodola)
|
||||
Resolves: RHEL-4794
|
||||
- Write a warning rescue selinux (akankovs)
|
||||
Resolves: RHEL-14005
|
||||
- Fix kickstart --dhcpclass option application (rvykydal)
|
||||
Resolves: RHEL-30406
|
||||
|
||||
* Mon Apr 15 2024 Katerina Koukiou <kkoukiou@redhat.com> - 34.25.5.3-1
|
||||
- Fix Source0 in spec to point to upstream source URL (kkoukiou)
|
||||
- Do not try to load sha256 module in intramfs (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.25.5.3.tar.bz2) = 3174f0a56a60f25446dc37abb40a10c8caa1f901cd2e2e051741c2bbe088903d25ae7dfe1663a7ddfe3bb392203f4b16dde6a122e316377017a1fa0d27be6057
|
||||
SHA512 (anaconda-34.25.5.5.tar.bz2) = 02732304670c2e33a5fea7c34aed76d8e06bad6771761de2202c3125fc3f282983356a7ee3aba6ea7dc4a837ee516fd10c2337dedebca8b4432965d5be36a645
|
||||
|
Loading…
Reference in New Issue
Block a user