diff --git a/.gitignore b/.gitignore index 413883e..5794816 100644 --- a/.gitignore +++ b/.gitignore @@ -329,3 +329,4 @@ /anaconda-38.4.tar.bz2 /anaconda-38.5.tar.bz2 /anaconda-38.6.tar.bz2 +/anaconda-38.7.tar.bz2 diff --git a/.packit.yml b/.packit.yml index 8142dfc..1d09827 100644 --- a/.packit.yml +++ b/.packit.yml @@ -22,7 +22,6 @@ srpm_build_deps: - libxklavier-devel - libarchive-devel - rpm-devel - - audit-libs-devel - nss_wrapper - npm diff --git a/README.packit b/README.packit index c08b9fd..44d1757 100644 --- a/README.packit +++ b/README.packit @@ -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. diff --git a/anaconda.spec b/anaconda.spec index c434e0c..2073a9d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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,32 +464,47 @@ rm -rf \ %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Oct 17 2022 Packit - 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 - 38.6-1 -- Remove bogus dependency on python3-dbus (vslavik) -- Fix a few typos in release document (rvykydal) -- Make driver disk code run only on boot.iso (vslavik) -- Call the Blivet.copy method (vponcova) -- Web UI: Make context help reusable (ozobal) -- Fix Web UI VM startup on F37 (mkolman) -- Don't duplicate dependency on hfsplus-tools (vslavik) -- Move createrepo_c to anaconda-img-deps (vslavik) -- Use faulthandler instead of isys signal handlers (vslavik) -- Fix duplicate alt-D accelerator on root account screen (jeremy.linton) -- Add minimal_memory_needed to hw module (vslavik) -- Use more specific imports in startup_utils (vslavik) -- Use total_memory() from blivet.util instead of ours (vslavik) -- Move storage constraints setting to a helper (vslavik) -- Add tests for is_smt_enabled (vslavik) -- Move some functions from util to hw (vslavik) -- Move memory-related things from isys to new module (vslavik) -- infra: bump pylint from 2.15.2 to 2.15.3 in /dockerfile (49699333+dependabot[bot]) -- infra: bump @patternfly/patternfly from 4.210.2 to 4.215.1 in /ui/webui (49699333+dependabot[bot]) -- Use existing locale in welcome spoke (vslavik) -- Apply geolocation in main process (vslavik) -- infra: bump astroid from 2.12.9 to 2.12.10 in /dockerfile (49699333+dependabot[bot]) -- infra: bump @patternfly/react-core from 4.224.1 to 4.239.0 in /ui/webui (49699333+dependabot[bot]) -- Add back waiting for geolocation (vslavik) -- Add wait_for_task() to wait for a Task with timeout (vslavik) +- Remove bogus dependency on python3-dbus (vslavik) +- Fix a few typos in release document (rvykydal) +- Make driver disk code run only on boot.iso (vslavik) +- Call the Blivet.copy method (vponcova) +- Web UI: Make context help reusable (ozobal) +- Fix Web UI VM startup on F37 (mkolman) +- Don't duplicate dependency on hfsplus-tools (vslavik) +- Move createrepo_c to anaconda-img-deps (vslavik) +- Use faulthandler instead of isys signal handlers (vslavik) +- Fix duplicate alt-D accelerator on root account screen (jeremy.linton) +- Add minimal_memory_needed to hw module (vslavik) +- Use more specific imports in startup_utils (vslavik) +- Use total_memory() from blivet.util instead of ours (vslavik) +- Move storage constraints setting to a helper (vslavik) +- Add tests for is_smt_enabled (vslavik) +- Move some functions from util to hw (vslavik) +- Move memory-related things from isys to new module (vslavik) +- infra: bump pylint from 2.15.2 to 2.15.3 in /dockerfile (49699333+dependabot[bot]) +- infra: bump @patternfly/patternfly from 4.210.2 to 4.215.1 in /ui/webui (49699333+dependabot[bot]) +- Use existing locale in welcome spoke (vslavik) +- Apply geolocation in main process (vslavik) +- infra: bump astroid from 2.12.9 to 2.12.10 in /dockerfile (49699333+dependabot[bot]) +- infra: bump @patternfly/react-core from 4.224.1 to 4.239.0 in /ui/webui (49699333+dependabot[bot]) +- Add back waiting for geolocation (vslavik) +- Add wait_for_task() to wait for a Task with timeout (vslavik) - dracut: handle compressed kernel modules (m.novosyolov) * Mon Sep 19 2022 Packit - 38.5-1 diff --git a/sources b/sources index 0662c77..daf9de7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (anaconda-38.6.tar.bz2) = dc043f48d15470bf3faef6add11a9d97744a924778fa4064578f034b55dd57b69afadfb24b28631a03545f64dd9b55e4b66efec85dbb63af5fa41ca8caeb6071 +SHA512 (anaconda-38.7.tar.bz2) = af3e1323ddf6cac78f7513d970bde078a806c48298aff1731994c3c59cd039d0ee24f85f20c746d229f1118436714b228552624158d543901c642d50cd53a0f0