Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
passgen
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
passgen.spec
@@ -24,15 +24,19 @@ %setup -n %{name}-%{version} %build -%configure +%configure --with-conf=%{_sysconfdir} %__make %install %__make DESTDIR=%{buildroot} install +# make rpmlint happy +chmod -x %{buildroot}%{_sysconfdir}/passgen.conf %files %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/passgen.conf %{_bindir}/passgen +%{_mandir}/man1/passgen.1* +%{_mandir}/man5/passgen.conf.5* %changelog