]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
systemd: New systemd-libs package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Jan 2013 20:30:21 +0000 (21:30 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Jan 2013 20:30:21 +0000 (21:30 +0100)
If a package requires the systemd-units package, every time the whole systemd
and all its dependencies have to be installed which grows up build environments
for 160MB. To prevent this and save space on disk and time to download and extract
those packages I've moved systemd lib into an own package.

Also fixed a small packaging problem on libudev.

systemd/systemd.nm

index ef11d6eba5c3b4c959cb6a01bc074563eba05610..0bf417a24532d84ef93683692f49f5e380fa4a3e 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = systemd
 version    = 196
-release    = 1
+release    = 2
 
 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
 groups     = System/Base
@@ -261,6 +261,10 @@ packages
                end
        end
 
+       package %{name}-libs
+               template LIBS
+       end
+
        package %{name}-devel
                template DEVEL
 
@@ -280,7 +284,7 @@ packages
                end
 
                files
-                       %{libdir}/libgudev*.so.*
+                       %{libdir}/lib*udev*.so.*
                        %{libidr}/girepository*/
                end
        end