New upstream release
This commit is contained in:
parent
35ec3ad770
commit
741490beeb
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,4 +4,4 @@
|
||||
/systemd-*src.rpm
|
||||
/systemd-*.tar.xz
|
||||
/*.rpm
|
||||
/systemd-222.tar.gz
|
||||
/systemd-223.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a18881dc123141b0c61f95d8f8941801 systemd-222.tar.gz
|
||||
edc657f3cd4770c4289fbf3205da1e3a systemd-223.tar.gz
|
||||
|
10
systemd.spec
10
systemd.spec
@ -12,8 +12,8 @@
|
||||
|
||||
Name: systemd
|
||||
Url: http://www.freedesktop.org/wiki/Software/systemd
|
||||
Version: 222
|
||||
Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||
Version: 223
|
||||
Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist}
|
||||
# For a breakdown of the licensing, see README
|
||||
License: LGPLv2+ and MIT and GPLv2+
|
||||
Summary: A System and Service Manager
|
||||
@ -338,9 +338,6 @@ install -Dm0644 %{SOURCE8} %{buildroot}/usr/lib/firewalld/services/
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1234951
|
||||
install -Dm0644 %{SOURCE9} %{buildroot}%{_pkgdocdir}/
|
||||
|
||||
# Remove hidden files
|
||||
rm %{buildroot}%{_pkgdocdir}/.[a-z]*
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
@ -767,6 +764,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
|
||||
/usr/lib/firewalld/services/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2015 Kay Sievers <kay@redhat.com> - 223-1
|
||||
- New upstream release
|
||||
|
||||
* Thu Jul 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
|
||||
- Remove python subpackages (python-systemd in now standalone)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user