diff --git a/kmod.changes b/kmod.changes index 72a166d..25c9557 100644 --- a/kmod.changes +++ b/kmod.changes @@ -2,15 +2,15 @@ Wed Apr 18 10:58:03 UTC 2012 - rmilasan@suse.com - Update to new upstream release 7 - * build-sys: don't set CFLAGS and LDFLAGS. - * build-sys: re-organize configure.ac. - * configure.ac: Move link only flags out of CFLAGS and into LDFLAGS. - * Add CC_CHECK_LDFLAGS_APPEND m4 macro. - * config: use order /etc, /run, /lib. - * modprobe: set log prio to 0 if user passed -q arg. - * modprobe: always try to remove all modules in command line. - * modprobe: don't check if module builtin to decide if it's builtin. - * modprobe: fix error path in removing modules. +* build-sys: don't set CFLAGS and LDFLAGS. +* build-sys: re-organize configure.ac. +* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS. +* Add CC_CHECK_LDFLAGS_APPEND m4 macro. +* config: use order /etc, /run, /lib. +* modprobe: set log prio to 0 if user passed -q arg. +* modprobe: always try to remove all modules in command line. +* modprobe: don't check if module builtin to decide if it's builtin. +* modprobe: fix error path in removing modules. ------------------------------------------------------------------- Sat Mar 10 17:44:05 UTC 2012 - rschweikert@suse.com diff --git a/kmod.spec b/kmod.spec index d600602..d16f2a8 100644 --- a/kmod.spec +++ b/kmod.spec @@ -23,9 +23,12 @@ License: LGPL-2.1+ and GPL-2.0+ Group: System/Kernel Version: 7 Release: 0 -Url: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary -Source0: ftp://ftp.kernel.org/pub/linux/utils/kernel/%{name}/%{name}-%{version}.tar.xz -Source1: ftp://ftp.kernel.org/pub/linux/utils/kernel/%{name}/%{name}-%{version}.tar.sign +Url: http://www.politreco.com/2011/12/announce-kmod-2/ + +#Git-Web: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary +#Git-Clone: git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod +Source: %name-%version.tar.xz +Source2: %name-%version.tar.sign Patch1: kmod-so-version.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build