- escape rpm macros in the rpm change log
This commit is contained in:
parent
243c6e3250
commit
46757b8ee8
@ -9,7 +9,7 @@
|
||||
|
||||
Name: brltty
|
||||
Version: %{pkg_version}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://mielke.cc/brltty/
|
||||
@ -226,6 +226,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 20 2009 Stepan Kasal <skasal@redhat.com> - 4.0-2
|
||||
- escape rpm macros in the rpm change log
|
||||
|
||||
* Wed Oct 7 2009 Stepan Kasal <skasal@redhat.com> - 4.0-1
|
||||
- new upstream version
|
||||
- drop upstreamed patches; ./autogen nut needed anymore
|
||||
@ -346,7 +349,7 @@ exit 0
|
||||
|
||||
* Mon Jul 07 2003 Adrian Havill <havill@redhat.com> 3.2-2
|
||||
- changed spec "Copyright" to "License"
|
||||
- use %configure macro, %{_libdir} for non-ia32 archs
|
||||
- use %%configure macro, %%{_libdir} for non-ia32 archs
|
||||
- removed unnecessary set and unset, assumed/default spec headers
|
||||
- fixed unpackaged man page, duplicate /bin and /lib entries
|
||||
- use plain install vs scripts for non-i386 buildsys
|
||||
|
Loading…
Reference in New Issue
Block a user