Compare commits

..

4 Commits

Author SHA1 Message Date
clrbuilder 4435eace17 Update packages file for version 32850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-15 05:09:15 +00:00
clrbuilder e971c54843 Update packages file for version 32840
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-14 05:08:44 +00:00
clrbuilder c5df45b631 Update packages file for version 32830
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-13 05:09:34 +00:00
Patrick McCarty 1123cf8edc patchfilter: show diffs of Source0 instead of url from options.conf
Modification of Source0 is more trustworthy, since not all packages use
autospec. Also, (to me) the line stands out more when it appears at the
top of the spec file diff.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-04-09 22:15:49 -07:00
2 changed files with 2 additions and 9 deletions
+1 -7
View File
@@ -1377,7 +1377,6 @@ compat-libvpx-soname5
compat-libwebp-soname6
compat-llvm-soname5
compat-llvm-soname6
compat-llvm-soname7
compat-mariadb-soname18
compat-mpfr-soname4
compat-nettle-soname6
@@ -1858,7 +1857,6 @@ gtk-doc
gtk-vnc
gtk-xfce-engine
gtk3
gtkglext
gtkmm2
gtkmm3
gtksourceview
@@ -1883,7 +1881,6 @@ haveged
hdf5
hdmedians
hdparm
heat
helloworld
helm
help2man
@@ -1913,6 +1910,7 @@ hyperscan
hyperstart
hyphen
hypothesis
hypre
i2c-tools
i3
i3blocks
@@ -2750,7 +2748,6 @@ motif
mox
mox3
mozjs
mozjs52
mozjs60
mozjs68
mpc
@@ -3004,7 +3001,6 @@ pandoc
pandocfilters
pango
pangomm
pangox-compat
paper-icon-theme
papi
papirus-icon-theme
@@ -4040,7 +4036,6 @@ pycairo
pycodestyle
pycosat
pycparser
pycrypto
pycurl
pydocstyle
pydot
@@ -4600,7 +4595,6 @@ unit
unittest2
unixODBC
unzip
upm
upower
uritemplate
urllib3
+1 -2
View File
@@ -244,7 +244,6 @@ def main():
zap_line_in_file_start(".spec", "Release :")
zap_line_in_file_start(".spec", "Source99 :")
zap_line_in_file_start(".spec", "Source0 :")
zap_line_in_file_start(".spec", "export SOURCE_DATE_EPOCH")
zap_line_in_file_start(".spec", "export AR=gcc-ar")
zap_line_in_file_start(".spec", "export RANLIB=gcc-ranlib")
@@ -294,7 +293,7 @@ def main():
zap_line_in_file("b/options.conf", "archives = ")
zap_line_in_file("b/options.conf", "giturl = ")
zap_line_in_file("b/options.conf", "url = ")
zap_line_in_file_start("b/options.conf", "url = ")
zap_line_in_file("b/options.conf", "[package]")
zap_line_in_file("b/options.conf", "")
zap_line_in_file("b/options.conf", "[autospec]")