]> git.pld-linux.org Git - packages/uboot.git/commitdiff
explicitly require main package in image-* subpackages
authorJan Palus <atler@pld-linux.org>
Sun, 24 Apr 2022 18:37:44 +0000 (20:37 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 24 Apr 2022 18:37:44 +0000 (20:37 +0200)
uboot.spec

index f880c22eaa5ae2052771e907e1fe9fd98bae7b40..e0486b75b5030bac551bcca0c0b9e7aa558087f5 100644 (file)
@@ -66,6 +66,7 @@ AVR32, MIPS, x86, 68k, Nios i MicroBlaze.
 Summary:       U-Boot firmware images for Odroid N2/N2+
 Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla urządzeń Odroid N2/N2+
 Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
 
 %description image-odroid-n2
 U-Boot firmware images for Odroid N2/N2+.
@@ -77,6 +78,7 @@ Obrazy firmware'u U-Boot dla urządzeń Odroid N2/N2+.
 Summary:       U-Boot firmware images for Pinebook Pro
 Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla urządzeń Pinebook Pro
 Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
 
 %description image-pinebook-pro
 U-Boot firmware images for Pinebook Pro.
@@ -88,6 +90,7 @@ Obrazy firmware'u U-Boot dla urządzeń Pinebook Pro.
 Summary:       U-Boot firmware image for Raspberry Pi 2
 Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla urządzeń Raspberry Pi 2
 Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
 
 %description image-raspberry-pi-2
 U-Boot firmware image for Raspberry Pi 2.
@@ -99,6 +102,7 @@ Obrazy firmware'u U-Boot dla urządzeń Raspberry Pi 2.
 Summary:       U-Boot firmware image for Raspberry Pi Zero
 Summary(pl.UTF-8):     Obrazy firmware'u U-Boot dla urządzeń Raspberry Pi Zero
 Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
 
 %description image-raspberry-pi-zero
 U-Boot firmware image for Raspberry Pi Zero.
This page took 0.159675 seconds and 4 git commands to generate.