Logoj0ke.net Open Build Service > Projects > server:backup > backuppc_community > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed backuppc_community.spec
x
 
1
@@ -154,6 +154,7 @@
2
 Release: %{bpc_release}.%{disttag}%{distver}
3
 Source: %{name}-%{version}.tar.gz
4
 Patch0:    %{name}-suse.patch
5
+Patch1:    %{name}-suse-init.patch
6
 License: GPL
7
 %{?!packager:Packager: %(id -u -n)}
8
 URL: http://www.backuppc.com/
9
@@ -194,6 +195,7 @@
10
 %prep
11
 %setup -q
12
 %patch0 -p1
13
+%patch1
14
 %clean
15
 if [ "%{buildroot}" != "/" ]; then
16
         if [ -d "%{buildroot}" ] ; then
17
[+] Added backuppc_community-suse-init.patch ^