fix ignores and BuildRequires
This commit is contained in:
parent
73980e4624
commit
7c88cd8bef
@ -1,7 +1,7 @@
|
|||||||
%define _empty_manifest_terminate_build 0
|
%define _empty_manifest_terminate_build 0
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.16.5
|
Version: 36.16.5
|
||||||
Release: 28
|
Release: 29
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -85,7 +85,7 @@ BuildRequires: glade-devel libgnomekbd-devel libxklavier-devel >= %{libxklavierv
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: python3-kickstart >= %{pykickstartver} python3-devel systemd
|
BuildRequires: python3-kickstart >= %{pykickstartver} python3-devel systemd
|
||||||
BuildRequires: rpm-devel >= %{rpmver} libarchive-devel >= %{libarchivever} gdk-pixbuf2-devel
|
BuildRequires: rpm-devel >= %{rpmver} libarchive-devel >= %{libarchivever} gdk-pixbuf2-devel
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: gsettings-desktop-schemas metacity
|
BuildRequires: gsettings-desktop-schemas metacity
|
||||||
|
|
||||||
Requires: anaconda-core = %{version}-%{release}
|
Requires: anaconda-core = %{version}-%{release}
|
||||||
@ -312,6 +312,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 09 2024 sunhai <sunhai10@huawei.com> - 36.16.5-29
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: fix lost ntfsprogs
|
||||||
|
fix lost nvme-cli
|
||||||
|
fix BuildRequires
|
||||||
|
|
||||||
* Thu Feb 29 2024 sunhai <sunhai10@huawei.com> - 36.16.5-28
|
* Thu Feb 29 2024 sunhai <sunhai10@huawei.com> - 36.16.5-28
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -21,6 +21,11 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
nvme-cli
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
5
hce.conf
5
hce.conf
@ -21,6 +21,11 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
nvme-cli
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
@ -20,6 +20,11 @@ additional_arguments = cgroup_disable=files apparmor=0
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
nvme-cli
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
@ -20,6 +20,11 @@ additional_arguments = cgroup_disable=files apparmor=0
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
nvme-cli
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user