- Don't pass log messages into syslog format string (bug 164683).
This commit is contained in:
parent
2bc8ae2718
commit
5fc3c61ef9
@ -8,11 +8,12 @@ ExcludeArch: s390 s390x
|
|||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network link manager and user applications
|
Summary: Network link manager and user applications
|
||||||
Version: 0.4
|
Version: 0.4
|
||||||
Release: 34.%{nm_cvs_version}
|
Release: 34.%{nm_cvs_version}.1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://people.redhat.com/dcbw/NetworkManager/
|
URL: http://people.redhat.com/dcbw/NetworkManager/
|
||||||
Source: %{name}-%{version}.%{nm_cvs_version}.tar.gz
|
Source: %{name}-%{version}.%{nm_cvs_version}.tar.gz
|
||||||
|
Patch0: NetworkManager-0.34.cvs20050629-pass-format-string-to-syslog.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
PreReq: chkconfig
|
PreReq: chkconfig
|
||||||
@ -90,6 +91,7 @@ functionality from applications that use glib.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .pass-format-string-to-syslog
|
||||||
|
|
||||||
chmod +ox initscript/RedHat/NetworkManagerDispatcher
|
chmod +ox initscript/RedHat/NetworkManagerDispatcher
|
||||||
automake-1.7
|
automake-1.7
|
||||||
@ -178,6 +180,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 29 2005 Ray Strode <rstrode@redhat.com> - 0.4-34.cvs20050629.1
|
||||||
|
- Don't pass log messages into syslog format string (bug 164683).
|
||||||
|
|
||||||
* Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
|
* Mon Jul 11 2005 Dan Williams <dcbw@redhat.com> - 0.4-34.cvs20050629
|
||||||
- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
|
- Move pkgconfig file to devel package (#162316, thanks to Michael Schwendt)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user