Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spec: fix sed error and re-sync with fedora #10

Closed
wants to merge 2 commits into from

Conversation

tkrizek
Copy link
Contributor

@tkrizek tkrizek commented Mar 13, 2017

No description provided.

Tomas Krizek added 2 commits March 13, 2017 13:22
Post install sed script would fail with invalid range, because
a-Z is not supported.
@@ -65,7 +65,7 @@ do
done <<EOF
/^\s*dynamic-db/,/};/ {

s/\(\s*\)arg\s\+\(["']\)\([a-Z_]\+\s\)/\1\3\2/g;
s/\(\s*\)arg\s\+\(["']\)\([a-zA-Z_]\+\s\)/\1\3\2/g;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@tkrizek tkrizek added the ack label Mar 13, 2017
@tkrizek
Copy link
Contributor Author

tkrizek commented Mar 13, 2017

master:

  • d74bba1: spec: re-sync spec file with Fedora
  • 84b5558: spec: fix regex in postinstall sed script

@tkrizek tkrizek closed this Mar 13, 2017
@tkrizek tkrizek added the pushed label Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants