typo fix
This commit is contained in:
parent
91464b91fc
commit
c2e3ecd8b9
@ -1,7 +1,7 @@
|
|||||||
Summary: Simple program for reading/writing BIOS chips content
|
Summary: Simple program for reading/writing BIOS chips content
|
||||||
Name: flashrom
|
Name: flashrom
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.3.20071028svn2897%{?dist}
|
Release: 0.4.20071028svn2897%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
# svn -r 2897 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
# svn -r 2897 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
|
||||||
@ -41,11 +41,14 @@ install -D -p -m644 %{name}.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8.gz
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_bindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_mandir}/man8/%{name}.8.gz
|
%{_mandir}/man8/%{name}.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Sun Oct 28 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.4.20071028svn2897
|
||||||
|
- typo fix
|
||||||
|
|
||||||
* Sun Oct 28 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.3.20071028svn2897
|
* Sun Oct 28 2007 Peter Lemenkov <lemenkov@gmail.com> 0-0.3.20071028svn2897
|
||||||
- svn ver. 2897 (support for Gigabyte M61P-S3 SPI m/b, Am29LV040B chip)
|
- svn ver. 2897 (support for Gigabyte M61P-S3 SPI m/b, Am29LV040B chip)
|
||||||
- flashrom executable now sits in sbindir since it's administrator's tool
|
- flashrom executable now sits in sbindir since it's administrator's tool
|
||||||
|
Loading…
Reference in New Issue
Block a user