fix lost ntfsprogs
This commit is contained in:
parent
73980e4624
commit
b164613de4
@ -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
|
||||||
@ -312,6 +312,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 sunhai <sunhai10@huawei.com> - 36.16.5-29
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: fix lost ntfsprogs
|
||||||
|
|
||||||
* 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,10 @@ 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
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
4
hce.conf
4
hce.conf
@ -21,6 +21,10 @@ 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
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
@ -20,6 +20,10 @@ additional_arguments = cgroup_disable=files apparmor=0
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
@ -20,6 +20,10 @@ additional_arguments = cgroup_disable=files apparmor=0
|
|||||||
|
|
||||||
[Payload]
|
[Payload]
|
||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
ignored_packages =
|
||||||
|
ntfsprogs
|
||||||
|
btrfs-progs
|
||||||
|
dmraid
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
default_partitioning =
|
default_partitioning =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user