Skip to content

Commit

Permalink
lsb-release: Depend on lsb-release-data
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Oct 17, 2024
1 parent 1f23c6c commit 8398bca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
5 changes: 0 additions & 5 deletions packages/l/lsb-release/files/lsb-release

This file was deleted.

8 changes: 3 additions & 5 deletions packages/l/lsb-release/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : lsb-release

Check notice on line 1 in packages/l/lsb-release/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.4
release : 39
release : 40
source :
- https://sourceforge.net/projects/lsb/files/lsb_release/1.4/lsb-release-1.4.tar.gz : 99321288f8d62e7a1d485b7c6bdccf06766fb8ca603c6195806e4457fdf17172
homepage : https://sourceforge.net/projects/lsb/
Expand All @@ -10,13 +10,11 @@ summary : LSB status script
component : system.utils
description: |
The lsb_release script gives information about the Linux Standards Base (LSB) status of the distribution.
rundeps :
- lsb-release-data
setup : |
%patch -p1 -i $pkgfiles/stateless.patch
build : |
%make
install : |
install -D -m 00755 lsb_release $installdir/usr/bin/lsb_release
install -d -m 00755 $installdir/usr/share/defaults/etc/
install -m 00644 $pkgfiles/lsb-release $installdir/usr/share/defaults/etc/lsb-release
install -D -d -m 00755 $installdir/etc
ln -sv ../usr/share/defaults/etc/lsb-release $installdir/etc/lsb-release
14 changes: 6 additions & 8 deletions packages/l/lsb-release/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>lsb-release</Name>
<Homepage>https://sourceforge.net/projects/lsb/</Homepage>
<Packager>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>system.utils</PartOf>
Expand All @@ -20,18 +20,16 @@
</Description>
<PartOf>system.utils</PartOf>
<Files>
<Path fileType="config">/etc/lsb-release</Path>
<Path fileType="executable">/usr/bin/lsb_release</Path>
<Path fileType="data">/usr/share/defaults/etc/lsb-release</Path>
</Files>
</Package>
<History>
<Update release="39">
<Date>2024-10-15</Date>
<Update release="40">
<Date>2024-10-17</Date>
<Version>1.4</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 8398bca

Please sign in to comment.