OBS User unknown 2008-04-10 13:35:51 +00:00 committed by Git OBS Bridge
parent 666fa2c906
commit fe01d96064
3 changed files with 25 additions and 14 deletions

1
baselibs.conf Normal file
View File

@ -0,0 +1 @@
utempter

View File

@ -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 Sat May 27 22:15:27 CEST 2006 - schwab@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package utempter (Version 0.5.5) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,10 +10,11 @@
# norootforbuild # norootforbuild
Name: utempter Name: utempter
%define utmpGroup tty %define utmpGroup tty
Version: 0.5.5 Version: 0.5.5
Release: 16 Release: 105
Summary: A privileged helper for utmp and wtmp updates Summary: A privileged helper for utmp and wtmp updates
License: X11/MIT License: X11/MIT
Group: Productivity/Security Group: Productivity/Security
@ -62,27 +63,30 @@ rm -rf $RPM_BUILD_ROOT
%attr(444,root,root) /usr/include/utempter.h %attr(444,root,root) /usr/include/utempter.h
%attr(444,root,root) %doc /usr/share/man/man8/* %attr(444,root,root) %doc /usr/share/man/man8/*
%changelog -n utempter %changelog
* Sat May 27 2006 - schwab@suse.de * 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. - Don't strip binaries.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jun 20 2005 - kukuk@suse.de * Mon Jun 20 2005 kukuk@suse.de
- Compile with -fpie/-pie - Compile with -fpie/-pie
* Thu Aug 05 2004 - okir@suse.de * Thu Aug 05 2004 okir@suse.de
- Updated to latest upstream version - 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) - 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) - added man-page utempter.8 (EAL3)
* Sun Jan 11 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- add %%run_ldconfig - 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 - well, if the files list says %%_libdir, one should make sure
the shared lib really goes to in %%_libdir :) 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] - 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 - %%files list uses %%_libdir rather than /usr/lib
* Fri Jan 25 2002 - okir@suse.de * Fri Jan 25 2002 okir@suse.de
- Initial package. - Initial package.