[packit] 38.7 upstream release
Upstream tag: anaconda-38.7-1 Upstream commit: abe12f0a Signed-off-by: Packit <hello@packit.dev>
This commit is contained in:
parent
dff6241c9d
commit
f6b7836303
1
.gitignore
vendored
1
.gitignore
vendored
@ -329,3 +329,4 @@
|
||||
/anaconda-38.4.tar.bz2
|
||||
/anaconda-38.5.tar.bz2
|
||||
/anaconda-38.6.tar.bz2
|
||||
/anaconda-38.7.tar.bz2
|
||||
|
@ -22,7 +22,6 @@ srpm_build_deps:
|
||||
- libxklavier-devel
|
||||
- libarchive-devel
|
||||
- rpm-devel
|
||||
- audit-libs-devel
|
||||
- nss_wrapper
|
||||
- npm
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.59.2.dev15+g4b11aa2.
|
||||
The file was generated using packit 0.60.0.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 38.6
|
||||
Version: 38.7
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -47,7 +47,6 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
||||
%define subscriptionmanagerver 1.26
|
||||
%define utillinuxver 2.15.1
|
||||
|
||||
BuildRequires: audit-libs-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: gettext-devel >= %{gettextver}
|
||||
BuildRequires: gtk3-devel >= %{gtk3ver}
|
||||
@ -139,6 +138,9 @@ Requires: (glibc-langpack-en or glibc-all-langpacks)
|
||||
# even though the distro default is dbus-broker in F30+
|
||||
Requires: dbus-daemon
|
||||
|
||||
# setting time from time spoke
|
||||
Requires: /usr/bin/date
|
||||
|
||||
# Ensure it's not possible for a version of grubby to be installed
|
||||
# that doesn't work with btrfs subvolumes correctly...
|
||||
Conflicts: grubby < 8.40-10
|
||||
@ -426,7 +428,6 @@ rm -rf \
|
||||
%{_datadir}/cockpit/anaconda-webui/manifest.json
|
||||
%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml
|
||||
%{_datadir}/cockpit/anaconda-webui/po.*.js.gz
|
||||
%{_libexecdir}/webui-desktop
|
||||
|
||||
%files gui
|
||||
%{python3_sitearch}/pyanaconda/ui/gui/*
|
||||
@ -463,6 +464,21 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 17 2022 Packit <hello@packit.dev> - 38.7-1
|
||||
- Call date by full path and list it as a dependency (vslavik)
|
||||
- Remove the isys module and directory (vslavik)
|
||||
- Move set_system_date_time to pyanaconda.timezone (vslavik)
|
||||
- Call date instead of settimeofday (vslavik)
|
||||
- Clean up time-setting (vslavik)
|
||||
- network: document edge case of resolv.conf missing for %post scripts (#2101527) (rvykydal)
|
||||
- Revert "webui: start using custom webui-desktop script instead of cockpit-desktop" (rvykydal)
|
||||
- infra: bump pylint from 2.15.3 to 2.15.4 in /dockerfile (49699333+dependabot[bot])
|
||||
- infra: bump astroid from 2.12.10 to 2.12.11 in /dockerfile (49699333+dependabot[bot])
|
||||
- network: use separate main conext for NM client in threads (rvykydal)
|
||||
- Clean up configure and #include (vslavik)
|
||||
- Remove our custom mock auditd binary (vslavik)
|
||||
- Turn off audit without our custom binary (vslavik)
|
||||
|
||||
* Mon Oct 10 2022 Packit <hello@packit.dev> - 38.6-1
|
||||
- Remove bogus dependency on python3-dbus (vslavik)
|
||||
- Fix a few typos in release document (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-38.6.tar.bz2) = dc043f48d15470bf3faef6add11a9d97744a924778fa4064578f034b55dd57b69afadfb24b28631a03545f64dd9b55e4b66efec85dbb63af5fa41ca8caeb6071
|
||||
SHA512 (anaconda-38.7.tar.bz2) = af3e1323ddf6cac78f7513d970bde078a806c48298aff1731994c3c59cd039d0ee24f85f20c746d229f1118436714b228552624158d543901c642d50cd53a0f0
|
||||
|
Loading…
Reference in New Issue
Block a user