Hello community, here is the log from the commit of package module-init-tools checked in at Thu Jun 22 18:29:53 CEST 2006. -------- --- module-init-tools/module-init-tools.changes 2006-05-18 14:00:30.000000000 +0200 +++ module-init-tools/module-init-tools.changes 2006-06-22 17:16:06.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 22 17:16:02 CEST 2006 - schwab@suse.de + +- Set mandir. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ module-init-tools.spec ++++++ --- /var/tmp/diff_new_pack.Vnw7ht/_old 2006-06-22 18:25:15.000000000 +0200 +++ /var/tmp/diff_new_pack.Vnw7ht/_new 2006-06-22 18:25:15.000000000 +0200 @@ -13,7 +13,7 @@ Name: module-init-tools BuildRequires: dietlibc dietzlib docbook-utils xmlcharent Version: 3.2.2 -Release: 34 +Release: 35 %define ver 3.2.2 License: GPL Group: System/Kernel @@ -81,16 +81,15 @@ %build %{suse_update_config -f} -aclocal --force -autoconf --force +autoreconf --force --install CFLAGS="$RPM_OPT_FLAGS -Wall" \ ./configure \ --prefix=/ \ + --mandir=%{_mandir} \ --enable-zlib make %{?jobs:-j%jobs} %install -mkdir -p $RPM_BUILD_ROOT/{bin,/etc/modprobe.d,sbin,usr/share/man/man{1,2,5,8}} make DESTDIR=$RPM_BUILD_ROOT install install -m755 generate-modprobe.conf $RPM_BUILD_ROOT/sbin install -m755 %SOURCE2 $RPM_BUILD_ROOT/sbin @@ -107,6 +106,7 @@ LDLAGS="-static" \ ./configure \ --prefix=/ \ + --mandir=%{_mandir} \ --enable-zlib \ --with-zlib_name=diet_z make %{?jobs:-j%jobs} @@ -126,6 +126,7 @@ cat modprobe.conf.$RPM_ARCH >> modprobe.conf fi cat modprobe.conf.last >> modprobe.conf +install -d -m 755 $RPM_BUILD_ROOT/etc/modprobe.d install -m644 modprobe.conf $RPM_BUILD_ROOT/etc/modprobe.conf install -m644 modprobe.conf.local $RPM_BUILD_ROOT/etc/modprobe.conf.local install -d -m 755 $RPM_BUILD_ROOT/usr/lib/%name @@ -147,6 +148,8 @@ /etc/modprobe.d %changelog -n module-init-tools +* Thu Jun 22 2006 - schwab@suse.de +- Set mandir. * Thu May 18 2006 - mjancar@suse.cz - fix double free when module not live (#170381) * Tue May 16 2006 - mjancar@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de