]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - patch/patch.nm
kernel: Support menuconfig from configure script
[ipfire-3.x.git] / patch / patch.nm
index 48b6687f74baeaa8723b3d53414a9f8a06587257..11d725157b9527ae15ebd6b235fbeecbf52e3c2b 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = patch
-version    = 2.7
+version    = 2.7.5
 release    = 1
 
 groups     = Development/Tools
@@ -13,10 +13,10 @@ license    = GPLv2+
 summary    = Utility for modifying/upgrading files.
 
 description
-       The patch program applies diff files to originals. The diff \
-       command is used to compare an original to a changed file.\
-        Diff lists the changes made to the file. A person who has \
-       the original file can then use the patch command with the \
+       The patch program applies diff files to originals. The diff
+       command is used to compare an original to a changed file.
+       Diff lists the changes made to the file. A person who has
+       the original file can then use the patch command with the
        diff file to add the changes to their original file.
 end
 
@@ -27,7 +27,6 @@ build
        requires
                attr-devel
                ed
-               libselinux-devel
                pkg-config
        end