Merge commit 'ad150b1fc679c9ec4c80de6291a3dc37c3d10d4b' into master-riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-08-01 12:15:04 +03:00
commit 4c9b8d0bb4
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
2 changed files with 23 additions and 7 deletions

View File

@ -1 +1 @@
SHA512 (systemd-0e0aa59.tar.gz) = e904aaf5e5427413894816614cc60f453bd43335654f39356c55345bdc8fd0876d0a234a1e4658632747db5a2fbe395bf145bf9dbef3354a55f339f66e821027
SHA512 (systemd-239.tar.gz) = fd44590dfd148504c5ed1e67521efce50d84b627b7fc77015fa95dfa76d7a42297c56cc89eff40181809732024b16d48f2a87038cf435e0c63bc2b95ecd86b0f

View File

@ -1,6 +1,8 @@
%global gitcommit 0e0aa590a8ba759679efbd72e92c0ba4811aa1ec
#global gitcommit 4b650021751ccd404dcb329ef5e312c8a93f7ce2
%{?gitcommit:%global gitcommitshort %(c=%{gitcommit}; echo ${c:0:7})}
#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
# directory.
@ -12,15 +14,15 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 238
Release: 8%{?gitcommit:.git%{gitcommitshort}}.0.riscv64%{?dist}
Version: 239
Release: 3%{?gitcommit:.git%{gitcommitshort}}.0.riscv64%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
# download tarballs with "spectool -g systemd.spec"
%if %{defined gitcommit}
Source0: https://github.com/systemd/systemd-stable/archive/%{?gitcommit}.tar.gz#/%{name}-%{gitcommitshort}.tar.gz
Source0: https://github.com/systemd/systemd%{?stable:-stable}/archive/%{?gitcommit}.tar.gz#/%{name}-%{gitcommitshort}.tar.gz
%else
Source0: https://github.com/systemd/systemd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%endif
@ -260,7 +262,7 @@ License: LGPLv2+
They can be useful to test systemd internals.
%prep
%setup -q %{?gitcommit:-n %{name}-stable-%{gitcommit}}
%setup -q %{?gitcommit:-n %{name}%{?stable:-stable}-%{gitcommit}}
%if %{num_patches}
git init
@ -707,9 +709,23 @@ fi
%files tests -f .file-list-tests
%changelog
* Sat May 26 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 238-8.git0e0aa59.0.riscv64
* Wed Aug 01 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 239-3.0.riscv64
- Disable libseccomp on riscv64 (RISC-V) until it's ported upstream
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jun 25 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
- Rebuild for Python 3.7 again
* Fri Jun 22 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 239-1
- Update to latest version, mostly bug fixes and new functionality,
very little breaking changes. See
https://github.com/systemd/systemd/blob/v239/NEWS for details.
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com>
- Rebuilt for Python 3.7
* Fri May 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 238-8.git0e0aa59
- Backport a number of patches (documentation, hwdb updates)
- Fixes for tmpfiles 'e' entries