Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libuuid-2.38-0.2.fc36 RPM for i686

From Fedora 36 for x86_64 / l

Name: libuuid Distribution: Fedora Project
Version: 2.38 Vendor: Fedora Project
Release: 0.2.fc36 Build date: Wed Feb 2 11:29:20 2022
Group: Unspecified Build host: buildhw-x86-09.iad2.fedoraproject.org
Size: 33911 Source RPM: util-linux-2.38-0.2.fc36.src.rpm
Packager: Fedora Project
Url: https://en.wikipedia.org/wiki/Util-linux
Summary: Universally unique ID library
This is the universally unique ID library, part of util-linux.

The libuuid library generates and parses 128-bit universally unique
id's (UUID's).  A UUID is an identifier that is unique across both
space and time, with respect to the space of all UUIDs.  A UUID can
be used for multiple purposes, from tagging objects with an extremely
short lifetime, to reliably identifying very persistent objects
across a network.

See also the "uuid" package, which is a separate implementation.

Provides

Requires

License

BSD

Changelog

* Wed Feb 02 2022 Karel Zak <kzak@redhat.com> - 2.38-0.2
  - release ownership of /var/log/lastlog
* Mon Jan 31 2022 Karel Zak <kzak@redhat.com> - 2.38-0.1
  - upgrade to v2.38-rc1
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.37.2-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 17 2021 Karel Zak <kzak@redhat.com> - 2.37.2-1
  * upgrade to v2.37.2
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.37-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jul 14 2021 Karel Zak <kzak@redhat.com> - 2.37-5
  - remove unused util-linux-60-raw.rules
* Wed Jul 14 2021 Karel Zak <kzak@redhat.com> - 2.37-4
  - disable raw(8) - no more supported since Linux v5.14 (commit 03e4922f1c81fc2ed3a87b4f91a8d3aafc7e093)
  - remove dependence on deprecated pcre2posix.h
  - fix #1981729 - close_range() 3rd argument
* Wed Jun 16 2021 Richard W.M. Jones <rjones@redhat.com> - 2.37-3
  - Rebuild for updated pcre2
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.37-2
  - Rebuilt for Python 3.10
* Tue Jun 01 2021 Karel Zak <kzak@redhat.com> - 2.37-1
  - upgrade to v2.37
  - introduce util-linux-core subpackage
* Fri May 14 2021 Karel Zak <kzak@redhat.com> - 2.37-0.1
  - upgrade to v2.37-rc2
    https://kernel.org/pub/linux/utils/util-linux/v2.37/v2.37-ReleaseNotes
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.36.2-3
  - Rebuilt for updated systemd-rpm-macros
    See https://pagure.io/fesco/issue/2583.
* Tue Mar 02 2021 Karel Zak <kzak@redhat.com> - 2.36.2-2
  - spec file cleanup https://src.fedoraproject.org/rpms/util-linux/pull-request/9
* Fri Feb 12 2021 Karel Zak <kzak@redhat.com> - 2.36.2-1
  - upgrade to stable upstream 2.36.2
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.36/v2.36.2-ReleaseNotes
* Wed Jan 27 2021 Kelvin Fan <kfan@redhat.com> - 2.36.1-4
  - Add patch to add /run/motd.d to default MOTD_FILE in login(1)
* Thu Jan 14 2021 Karel Zak <kzak@redhat.com> - 2.36.1-3
  - improve uuidd scriptlets (fix #1767553)
* Thu Nov 19 2020 Karel Zak <kzak@redhat.com> - 2.36.1-2
  - remove unused patches
  - remove versions and seq.numbers from patch names
  - fix mount "symfollow" issue (upstream patch)
* Mon Nov 16 2020 Karel Zak <kzak@redhat.com> - 2.36.1-1
  - upgrade to stable upstream 2.36.1
* Thu Nov 12 2020 Tom Stellard <tstellar@redhat.com> - 2.36-4
  - Use make macros
  - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Sep 01 2020 Karel Zak <kzak@redhat.com> - 2.36-3
  - remove mountinfo workaround (unnecessary for kernel 5.8)
  - fix #1860461 - sfdisk regression creating simple 3 partition MBR disk
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.36-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Thu Jul 23 2020 Karel Zak <kzak@redhat.com> - 2.36-1
  - upgrade to upstream release v2.36
    https://www.kernel.org/pub/linux/utils/util-linux/v2.36/v2.36-ReleaseNotes
  - add irqtop and lsirq commands
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.35.2-2
  - Rebuilt for Python 3.9
* Wed May 20 2020 Karel Zak <kzak@redhat.com> - 2.35.2-1
  - upgrade to upstream bug fix release 2.35.2
    https://www.kernel.org/pub/linux/utils/util-linux/v2.35/v2.35.2-ReleaseNotes
* Wed Apr 15 2020 Karel Zak <kzak@redhat.com> - 2.35.1-9
  - fix copy & past bug in specfile changelog
* Wed Apr 15 2020 Karel Zak <kzak@redhat.com> - 2.35.1-8
  - fix #1822226 - remove pam_console dependency
  - fix #1823463 - hwclock unable to set system time
* Tue Mar 24 2020 Kalev Lember <klember@redhat.com> - 2.35.1-7
  - Another attempt at enabling fstrim.timer on F32 upgrades (#1811506)
* Thu Mar 19 2020 Karel Zak <kzak@redhat.com> - 2.35.1-6
  - fix #1811506 (triggerpostun)
* Tue Feb 25 2020 Karel Zak <kzak@redhat.com> - 2.35.1-5
  - fix lsblk -P output for RAIDs, etc.
* Thu Feb 06 2020 Karel Zak <kzak@redhat.com> - 2.35.1-4
  - add triggerpostun for fstrim.timer (#1785041, FESCo #2309)
* Tue Feb 04 2020 Karel Zak <kzak@redhat.com> - 2.35.1-3
  - fix fstrim.service (util-linux github #948)
* Tue Feb 04 2020 Karel Zak <kzak@redhat.com> - 2.35.1-2
  - fix sfdisk dump issue (util-linux github #949)
* Mon Feb 03 2020 Karel Zak <kzak@redhat.com> - 2.35.1-1
  - upgrade to upstream bug fix release 2.35.1

Files

/usr/lib/.build-id
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/ba5ce75ff0ff2a3e094383f0bcd734e2449801
/usr/lib/libuuid.so.1
/usr/lib/libuuid.so.1.3.0
/usr/share/licenses/libuuid
/usr/share/licenses/libuuid/COPYING
/usr/share/licenses/libuuid/COPYING.BSD-3-Clause


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue May 9 23:36:30 2023