diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..b11e4b8 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +utempter diff --git a/utempter.changes b/utempter.changes index 1caf9ae..2353ace 100644 --- a/utempter.changes +++ b/utempter.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Sat May 27 22:15:27 CEST 2006 - schwab@suse.de diff --git a/utempter.spec b/utempter.spec index a3ff07b..47d593a 100644 --- a/utempter.spec +++ b/utempter.spec @@ -1,7 +1,7 @@ # # spec file for package utempter (Version 0.5.5) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,10 +10,11 @@ # norootforbuild + Name: utempter %define utmpGroup tty Version: 0.5.5 -Release: 16 +Release: 105 Summary: A privileged helper for utmp and wtmp updates License: X11/MIT Group: Productivity/Security @@ -62,27 +63,30 @@ rm -rf $RPM_BUILD_ROOT %attr(444,root,root) /usr/include/utempter.h %attr(444,root,root) %doc /usr/share/man/man8/* -%changelog -n utempter -* Sat May 27 2006 - schwab@suse.de +%changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support +* Sun May 28 2006 schwab@suse.de - Don't strip binaries. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Mon Jun 20 2005 - kukuk@suse.de +* Mon Jun 20 2005 kukuk@suse.de - Compile with -fpie/-pie -* Thu Aug 05 2004 - okir@suse.de +* Thu Aug 05 2004 okir@suse.de - Updated to latest upstream version -* Tue Apr 20 2004 - okir@suse.de +* Tue Apr 20 2004 okir@suse.de - Fix incorrect check for /../ in path names (#39169) -* Fri Jan 16 2004 - thomas@suse.de +* Fri Jan 16 2004 thomas@suse.de - added man-page utempter.8 (EAL3) -* Sun Jan 11 2004 - adrian@suse.de +* Sun Jan 11 2004 adrian@suse.de - add %%run_ldconfig -* Fri Apr 12 2002 - okir@suse.de +* Fri Apr 12 2002 okir@suse.de - well, if the files list says %%_libdir, one should make sure the shared lib really goes to in %%_libdir :) -* Fri Mar 08 2002 - kukuk@suse.de +* Fri Mar 08 2002 kukuk@suse.de - Create libutemtper.so.0 link and include it in RPM [Bug #14672] -* Tue Jan 29 2002 - okir@suse.de +* Tue Jan 29 2002 okir@suse.de - %%files list uses %%_libdir rather than /usr/lib -* Fri Jan 25 2002 - okir@suse.de +* Fri Jan 25 2002 okir@suse.de - Initial package.