rebuilt with debug package and specfile fixes [release 140201-2mamba;Tue Dec 03 2024]
This commit is contained in:
parent
15746ce72f
commit
9aca2f4158
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
chntpw is a utility to reset the password of any user that has a valid local account on your Windows system.
|
chntpw is a utility to reset the password of any user that has a valid local account on your Windows system.
|
||||||
|
|
||||||
Supports all Windows from NT3.5 to Win7, also 64 bit and also the Server versions (like 2003 and 2008)
|
Supports all Windows from NT3.5 to Win7, also 64 bit and also the Server versions (like 2003 and 2008).
|
||||||
You do not need to know the old password to set a new one.
|
You do not need to know the old password to set a new one.
|
||||||
It works offline, that is, you have to shutdown your computer and boot off a CD or USB disk to do the password reset.
|
It works offline, that is, you have to shutdown your computer and boot off a CD or USB disk to do the password reset.
|
||||||
Will detect and offer to unlock locked or disabled out user accounts!
|
Will detect and offer to unlock locked or disabled out user accounts.
|
||||||
|
|
||||||
There is also a registry editor (reged) can be used for other things than password editing.
|
There is also a registry editor (reged) can be used for other things than password editing.
|
||||||
|
|
||||||
|
22
chntpw.spec
22
chntpw.spec
@ -1,35 +1,37 @@
|
|||||||
Name: chntpw
|
Name: chntpw
|
||||||
Version: 140201
|
Version: 140201
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Offline NT password and registry editor
|
Summary: Offline NT password and registry editor
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://pogostick.net/~pnh/ntpasswd
|
URL: http://pogostick.net/~pnh/ntpasswd/
|
||||||
Source: http://pogostick.net/~pnh/ntpasswd/chntpw-source-%{version}.zip
|
Source: http://pogostick.net/~pnh/ntpasswd/chntpw-source-%{version}.zip
|
||||||
Source1: chntpw.8
|
Source1: chntpw.8
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
chntpw is a utility to reset the password of any user that has a valid local account on your Windows system.
|
chntpw is a utility to reset the password of any user that has a valid local account on your Windows system.
|
||||||
|
|
||||||
Supports all Windows from NT3.5 to Win7, also 64 bit and also the Server versions (like 2003 and 2008)
|
Supports all Windows from NT3.5 to Win7, also 64 bit and also the Server versions (like 2003 and 2008).
|
||||||
You do not need to know the old password to set a new one.
|
You do not need to know the old password to set a new one.
|
||||||
It works offline, that is, you have to shutdown your computer and boot off a CD or USB disk to do the password reset.
|
It works offline, that is, you have to shutdown your computer and boot off a CD or USB disk to do the password reset.
|
||||||
Will detect and offer to unlock locked or disabled out user accounts!
|
Will detect and offer to unlock locked or disabled out user accounts.
|
||||||
|
|
||||||
There is also a registry editor (reged) can be used for other things than password editing.
|
There is also a registry editor (reged) can be used for other things than password editing.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make chntpw reged
|
%make CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
|
||||||
|
#chntpw reged
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -48,9 +50,13 @@ install -D -m0644 %{S:1} \
|
|||||||
%{_bindir}/chntpw
|
%{_bindir}/chntpw
|
||||||
%{_bindir}/reged
|
%{_bindir}/reged
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%doc GPL.txt LGPL.txt README.txt regedit.txt WinReg.txt HISTORY.txt
|
%doc GPL.txt LGPL.txt
|
||||||
|
#README.txt regedit.txt WinReg.txt HISTORY.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 140201-2mamba
|
||||||
|
- rebuilt with debug package and specfile fixes
|
||||||
|
|
||||||
* Thu Feb 13 2014 Automatic Build System <autodist@mambasoft.it> 140201-1mamba
|
* Thu Feb 13 2014 Automatic Build System <autodist@mambasoft.it> 140201-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user