diff --git a/.gitignore b/.gitignore index b22ba54..c60fbf5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ *.rpm /floppy-0.18.tar.bz2 /util-linux-2.19.1-rc1.tar.bz2 +/util-linux-2.19.1.tar.bz2 diff --git a/sources b/sources index 7a8ad49..f3dea83 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +3eab06f05163dfa65479c44e5231932c util-linux-2.19.1.tar.bz2 a02aac97c74259ca1b24972c89147ca4 floppy-0.18.tar.bz2 -516ae5d83108d4028da3224947e8658f util-linux-2.19.1-rc1.tar.bz2 diff --git a/util-linux.spec b/util-linux.spec index 741316f..f700e0d 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,12 +2,12 @@ Summary: A collection of basic system utilities Name: util-linux Version: 2.19.1 -Release: 0.1%{?dist} +Release: 1%{?dist} License: GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: http://kernel.org/~kzak/util-linux/ -%define upstream_version %{version}-rc1 +%define upstream_version %{version} ### Features %if 0%{?rhel} @@ -742,6 +742,10 @@ fi %changelog +* Fri May 6 2011 Karel Zak 2.19.1-1 +- upgrade to the release 2.19.1 + ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-ReleaseNotes + * Wed Apr 20 2011 Karel Zak 2.19.1-0.1 - upgrade to the release 2.19.1-rc1 ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19.1-rc1-ChangeLog