Version 248.1

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-05-06 15:30:22 +02:00
parent 58e2c63a03
commit 42c305ce28
2 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (systemd-248.tar.gz) = 486f6ac6c2897a2aac97a59306091a03fd50768340407401e1f088ea5b21c67dae726bff4cbe53cec6b89a8f0ee72205b340165a4fe3a3c16cff6d176506c6e0
SHA512 (systemd-248.1.tar.gz) = ee80222cf04d150ff16d095f6669b31ef62122cf586a6e76ee4862e2b8d041e5b0d3e9273fb36356cd60fa14ba2014d588c604cfdb6d9646c8ad03e8b8d12d6d

View File

@ -1,7 +1,7 @@
#global commit c4b843473a75fb38ed5bf54e9d3cfb1cb3719efa
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
#global stable 1
%global stable 1
# We ship a .pc file but don't want to have a dep on pkg-config. We
# strip the automatically generated dep here and instead co-own the
@ -20,8 +20,8 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 248
Release: 2%{?dist}
Version: 248.1
Release: 1%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -970,6 +970,10 @@ fi
%files standalone-sysusers -f .file-list-standalone-sysusers
%changelog
* Thu May 6 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 248.1-1
- Latest stable version: a long list of minor correctness fixes all around
(#1955475,#911766)
* Tue Apr 06 2021 Adam Williamson <awilliam@redhat.com> - 248-2
- Re-enable resolved caching, we hope all major bugs are resolved now