- fix compat issues with older perl & rpm
- 0.703 OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=78
This commit is contained in:
parent
7689fa374f
commit
5df46b4436
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ceb5b3ae352b912f4621089cfcbcbf61d58fdc9f9cda4229f871cdcdae1e63f8
|
|
||||||
size 178611
|
|
3
perl-Bootloader-0.703.tar.bz2
Normal file
3
perl-Bootloader-0.703.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29b09da75230702ce295be3d64f3dfbee32f61390797f51ff8a4112fe9733c87
|
||||||
|
size 177889
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 15 13:02:06 CEST 2012 - snwint@suse.de
|
||||||
|
|
||||||
|
- fix compat issues with older perl & rpm
|
||||||
|
- 0.703
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 6 16:25:49 CEST 2012 - snwint@suse.de
|
Thu Sep 6 16:25:49 CEST 2012 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.702
|
Version: 0.703
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: perl-base = %{perl_version}
|
Requires: perl-base = %{perl_version}
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
@ -51,6 +51,7 @@ Authors:
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
install -d -m 700 $RPM_BUILD_ROOT/var/log/YaST2
|
install -d -m 700 $RPM_BUILD_ROOT/var/log/YaST2
|
||||||
|
touch $RPM_BUILD_ROOT/var/log/pbl.log
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
#install only needed files for bootloader for specific architecture
|
#install only needed files for bootloader for specific architecture
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user