--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2025-df7d34a89f
2025-12-08 01:33:01.455515+00:00
--------------------------------------------------------------------------------

Name        : nix
Product     : Fedora 41
Version     : 2.31.2
Release     : 33.fc41
URL         : https://github.com/NixOS/nix
Summary     : A purely functional package manager
Description :
Nix is a purely functional package manager.
It allows multiple versions of a package to be installed side-by-side,
ensures that dependency specifications are complete,
supports atomic upgrades and rollbacks,
allows non-root users to install software, and has many other features.
It is the basis of the NixOS Linux distribution,
but it can be used equally well under other Unix systems.

See the README.fedora.md file for setup instructions.

--------------------------------------------------------------------------------
Update Information:

A purely functional package manager
https://github.com/NixOS/nix
--------------------------------------------------------------------------------
ChangeLog:

* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-33
- ghost /nix/var/nix/* and sockets
- add builds/ ghost back to daemon (since it creates it)
- db/ and gcroots/auto/ remain after uninstalling
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-32
- readme: for singleuser setup check id output
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-31
- devel description: note that API is unstable
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-30
- readme: mention channel setup
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-29
- reformat description
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-28
- trivial spec changes
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-27
- nix-daemon requires systemd
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-26
- base package now requires nix-system: drop owning /nix/var/nix/*
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-25
- only stick bit for /nix/store; move /nix/var/nix/builds to nix-system
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-24
- nix-daemon: requires nix-core instead of base package
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-23
- move /nix/var dirs to nix-filesystem
* Fri Nov 28 2025 Jens Petersen <[email protected]> - 2.31.2-22
- remove unicode RLO chars from rl-2.26.md
* Tue Nov 25 2025 Jens Petersen <[email protected]> - 2.31.2-21
- trivial: drop %name usage
* Tue Nov 25 2025 Jens Petersen <[email protected]> - 2.31.2-20
- nix-system: drop the explicit nix requires
* Wed Nov 19 2025 Jens Petersen <[email protected]> - 2.31.2-19
- filter out rellinks from manpages (#2415126)
* Thu Nov 13 2025 Jens Petersen <[email protected]> - 2.31.2-18
- simplify nix-disable-mdbook.patch: disable 2 more manual cmds
* Thu Nov 13 2025 Jens Petersen <[email protected]> - 2.31.2-17
- enable manpages by patch to disable mdbook manual
* Tue Nov  4 2025 Jens Petersen <[email protected]> - 2.31.2-16
- add core and legacy commands subpackages
* Mon Oct 27 2025 Jens Petersen <[email protected]> - 2.31.2-8
- drop redundant sysusers and tmpfiles.d scriptlets (#2388768)
- add obsoletes for petersen/nix copr subpackages
* Sat Oct 25 2025 Jens Petersen <[email protected]> - 2.31.2-7
- recommends nix-daemon if systemd
* Sat Oct 25 2025 Jens Petersen <[email protected]> - 2.31.2-6
- rename users subpackage to system
- improve /nix/var dirs ownership and perms
- rename sysusers file to nix.conf
- move nix-daemon tmpfiles.d to nix-daemon
* Sat Oct 25 2025 Jens Petersen <[email protected]> - 2.31.2-5
- split nix-users from nix-daemon and drop nix-singleuser
- drop all conflicts
* Fri Oct 24 2025 Jens Petersen <[email protected]> - 2.31.2-4
- drop filesystem subpackage and ghost singleuser dirs
- nix-daemon and nix-singleuser conflict with each other
* Thu Oct 23 2025 Jens Petersen <[email protected]> - 2.31.2-3
- use tmpfiles.d for nix-filesystem
- improve the readme
- list bin files explicitly
- nix-singleuser now owns its dirs
- add nix-daemon conflicts for ostree and containers
- add nix-singleuser recommends for containers
* Sat Oct 18 2025 Jens Petersen <[email protected]> - 2.31.2-2
- FHS Exception for /nix was approved (https://pagure.io/fesco/issue/3473)
- add multiuser setup to daemon subpackage
- add singleuser and nix-filesystem subpackages
* Mon Sep 22 2025 Jens Petersen <[email protected]> - 2.31.2-1
- update to 2.31.2
* Wed Sep 17 2025 Jens Petersen <[email protected]> - 2.31.1-6
- list .so files explicitly without globbing (#2388768)
- disable /usr/lib/tmpfiles.d/nix-daemon.conf for now (#2388768)
* Mon Sep 15 2025 Jens Petersen <[email protected]> - 2.31.1-5
- set the soversion to the nix version (#13995, #14001, #14005)
* Sun Sep 14 2025 Jens Petersen <[email protected]> - 2.31.1-4
- add simple check with LD_LIBRARY_PATH
* Fri Sep 12 2025 Jens Petersen <[email protected]> - 2.31.1-3
- revert to shared libs, add libs subpackage and restore devel
- apply upstream submitted PR to enable soname versioning (#13966)
* Thu Sep 11 2025 Jens Petersen <[email protected]> - 2.31.1-2
- noarch nix-daemon subpackage cannot use _isa requires
* Wed Sep 10 2025 Jens Petersen <[email protected]> - 2.31.1-1
- 
https://github.com/NixOS/nix/blob/2.31.1/doc/manual/source/release-notes/rl-2.31.md
- rename nix-core to base package
- use readline (#2388768)
- improve MESON_OPTS setup (zbyszek, #2388768)
- use static libs and drop devel package
- disable perl binding
* Sat Aug 16 2025 Jens Petersen <[email protected]> - 2.30.2-2
- fix nix-devel requires
- add systemd scriptlets for nix-daemon
* Fri Aug 15 2025 Jens Petersen <[email protected]> - 2.30.2-1
- initial packaging of nix programs without /nix
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #2388768 - Review Request: nix - A purely functional package manager
        https://bugzilla.redhat.com/show_bug.cgi?id=2388768
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2025-df7d34a89f' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------

-- 
_______________________________________________
package-announce mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to