From f43ee88a294344c8065dd01964261532d1969c28 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:30:14 +0100 Subject: [PATCH] automatic update by autodist [release 0.8.0-1mamba;Sun Dec 15 2013] --- README.md | 2 ++ wtmpclean.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 wtmpclean.spec diff --git a/README.md b/README.md index d66451d..7bdecfc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # wtmpclean +wtmpclean is a tool for Unix operating systems written in standard C ANSI, which enables users with sufficient privileges dump wtmp databases and patch or delete wtmp records that log a user or that were created at a given date and time. + diff --git a/wtmpclean.spec b/wtmpclean.spec new file mode 100644 index 0000000..6b5853c --- /dev/null +++ b/wtmpclean.spec @@ -0,0 +1,44 @@ +Name: wtmpclean +Version: 0.8.0 +Release: 1mamba +Summary: A tool for dumping wtmp files and patching wtmp records +Group: Applications/Security +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://sites.google.com/site/davidemadrisan/opensource +Source: http://sites.google.com/site/davidemadrisan/files/wtmpclean-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +wtmpclean is a tool for Unix operating systems written in standard C ANSI, which enables users with sufficient privileges dump wtmp databases and patch or delete wtmp records that log a user or that were created at a given date and time. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_sbindir}/wtmpclean +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sun Dec 15 2013 Automatic Build System 0.8.0-1mamba +- automatic update by autodist + +* Sun Dec 05 2010 Davide Madrisan 0.6.7-1mamba +- package created by autospec