diff --git a/.cvsignore b/.cvsignore index 1429709..eb48652 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -util-linux-ng-2.17-git10dfc39.tar.bz2 +util-linux-ng-2.17-rc1.tar.bz2 floppy-0.16.tar.bz2 diff --git a/sources b/sources index bc6eca5..a5e41cf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -58b7042930a754edd9979228f0b174be util-linux-ng-2.17-git10dfc39.tar.bz2 +320a6bab5cc8f70f6b9ad0c05a6fe67f util-linux-ng-2.17-rc1.tar.bz2 7eeb9a6f7a258174bf0fa80f1370788d floppy-0.16.tar.bz2 diff --git a/util-linux-ng.spec b/util-linux-ng.spec index f5cca87..833ced1 100644 --- a/util-linux-ng.spec +++ b/util-linux-ng.spec @@ -1,11 +1,10 @@ -%define snapshot_hash git10dfc39 -%define upstream_version %{version}-%{snapshot_hash} +%define upstream_version %{version}-rc1 ### Header Summary: A collection of basic system utilities Name: util-linux-ng Version: 2.17 -Release: 0.2.%{snapshot_hash}%{?dist} +Release: 0.3%{?dist} License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain Group: System Environment/Base URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng @@ -206,6 +205,7 @@ export SUID_LDFLAGS="-pie" --bindir=/bin \ --sbindir=/sbin \ --libdir=/%{_lib} \ + --disable-silent-rules \ --disable-wall \ --enable-partx \ --enable-login-utils \ @@ -710,6 +710,10 @@ fi %changelog +* Mon Nov 23 2009 Karel Zak 2.17-0.3 +- upgrade to 2.17-rc1 + ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc1-ChangeLog + * Tue Nov 10 2009 Karel Zak 2.17-0.2.git10dfc39 - upgrade to pre-release snapshot (official changelog not available yet, see http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git for now)