From 7372cee0dfdea673075196f29af621a6a9938caf Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 22 May 2013 23:48:22 +0200 Subject: [PATCH] bump version --- systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index bab287e..d1edb20 100644 --- a/systemd.spec +++ b/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 204 -Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 3%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -754,6 +754,9 @@ fi %{_libdir}/pkgconfig/gudev-1.0* %changelog +* Wed May 22 2013 Kay Sievers - 204-3 +- Fix kernel-install (#965897) + * Thu May 9 2013 Lennart Poettering - 204-2 - New upstream release - disable isdn by default (#959793)