- replace mail address by http url in xdg_data check (bnc#510720)
OBS-URL: https://build.opensuse.org/package/show/Base:System/brp-check-suse?expand=0&rev=6
This commit is contained in:
parent
23a9b67df7
commit
91e537c939
11
brp-check-suse-fix_mail.patch
Normal file
11
brp-check-suse-fix_mail.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- brp-desktop.data/xdg_menu
|
||||||
|
+++ brp-desktop.data/xdg_menu
|
||||||
|
@@ -1980,7 +1980,7 @@
|
||||||
|
$output = output_validate($menu);
|
||||||
|
print $output;
|
||||||
|
if ( $validate_error eq 1 ) {
|
||||||
|
- print "Errors in installed desktop file detected. Please mail stbinner\@suse.de, if you think this is wrong.\n";
|
||||||
|
+ print "Errors in installed desktop file detected. Please refer to http://en.opensuse.org/SUSE_Package_Conventions/RPM_Macros\n";
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
exit 0;
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 11 18:38:31 CET 2010 - ro@suse.de
|
||||||
|
|
||||||
|
- replace mail address by http url in xdg_data check (bnc#510720)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de
|
Fri Sep 18 01:44:06 CEST 2009 - ro@suse.de
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ Summary: build root policy check scripts
|
|||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 22
|
Release: 22
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Patch0: brp-check-suse-fix_mail.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -36,6 +37,7 @@ build root policy check scripts
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# nothing to do
|
# nothing to do
|
||||||
|
Loading…
Reference in New Issue
Block a user