forked from pool/utempter
Accepting request 47667 from Base:System
Copy from Base:System/utempter based on submit request 47667 from user coolo OBS-URL: https://build.opensuse.org/request/show/47667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/utempter?expand=0&rev=11
This commit is contained in:
parent
22f221a8fc
commit
e3a866a24d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 9 15:00:50 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- Split up devel package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 10 15:52:56 CEST 2010 - meissner@suse.de
|
Mon May 10 15:52:56 CEST 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
Name: utempter
|
Name: utempter
|
||||||
%define utmpGroup tty
|
%define utmpGroup tty
|
||||||
Version: 0.5.5
|
Version: 0.5.5
|
||||||
Release: 143
|
Release: 150
|
||||||
Summary: A privileged helper for utmp and wtmp updates
|
Summary: A privileged helper for utmp and wtmp updates
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
@ -48,6 +48,16 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Redhat
|
Redhat
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
License: MIT
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
Summary: Development files for utempter
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Utempeter is a privileged helper for utmp and wtmp updates. This
|
||||||
|
package contains the development files needed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -74,8 +84,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(444,root,root,755)
|
%defattr(444,root,root,755)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%attr(02755, root, %{utmpGroup}) /usr/sbin/utempter
|
%attr(02755, root, %{utmpGroup}) /usr/sbin/utempter
|
||||||
%attr(555,root,root) %{_libdir}/libutempter.so*
|
%attr(555,root,root) %{_libdir}/libutempter.so.*
|
||||||
%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/*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(444,root,root,755)
|
||||||
|
%attr(555,root,root) %{_libdir}/libutempter.so
|
||||||
|
%attr(444,root,root) /usr/include/utempter.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user